dbTalk Databases Forums  

ORA-14109: partition-extended object names may only be used withtables

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss ORA-14109: partition-extended object names may only be used withtables in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
joel garry
 
Posts: n/a

Default Re: ORA-14109: partition-extended object names may only be used withtables - 11-04-2008 , 12:19 PM






On Nov 4, 6:12*am, Narokman <naerok1... (AT) yahoo (DOT) com> wrote:
Quote:
I'm a beginner in using partition in oracle tables.
Below query returns ORA-14109. (I skipped on WHERE clause in below
query because either way, it returns same error message.) *I assure
you tableC is a valid table name and partitionC is one of valid
partitions of tableC.

SELECT a.field1, b.field2, c.field3
FROM tableA a, tableB b, tableC PARTITION (partitionC) c;

What am I misssing?
Your help would be greatly appreciated.
Wild guess: You have a view named the the same as the table.

select object_type from all_objects where object_name = 'TABLEA';

jg
--
@home.com is bogus.
Vote early, and vote often!


Reply With Quote
  #12  
Old   
joel garry
 
Posts: n/a

Default Re: ORA-14109: partition-extended object names may only be used withtables - 11-04-2008 , 12:19 PM






On Nov 4, 6:12*am, Narokman <naerok1... (AT) yahoo (DOT) com> wrote:
Quote:
I'm a beginner in using partition in oracle tables.
Below query returns ORA-14109. (I skipped on WHERE clause in below
query because either way, it returns same error message.) *I assure
you tableC is a valid table name and partitionC is one of valid
partitions of tableC.

SELECT a.field1, b.field2, c.field3
FROM tableA a, tableB b, tableC PARTITION (partitionC) c;

What am I misssing?
Your help would be greatly appreciated.
Wild guess: You have a view named the the same as the table.

select object_type from all_objects where object_name = 'TABLEA';

jg
--
@home.com is bogus.
Vote early, and vote often!


Reply With Quote
  #13  
Old   
joel garry
 
Posts: n/a

Default Re: ORA-14109: partition-extended object names may only be used withtables - 11-04-2008 , 12:19 PM



On Nov 4, 6:12*am, Narokman <naerok1... (AT) yahoo (DOT) com> wrote:
Quote:
I'm a beginner in using partition in oracle tables.
Below query returns ORA-14109. (I skipped on WHERE clause in below
query because either way, it returns same error message.) *I assure
you tableC is a valid table name and partitionC is one of valid
partitions of tableC.

SELECT a.field1, b.field2, c.field3
FROM tableA a, tableB b, tableC PARTITION (partitionC) c;

What am I misssing?
Your help would be greatly appreciated.
Wild guess: You have a view named the the same as the table.

select object_type from all_objects where object_name = 'TABLEA';

jg
--
@home.com is bogus.
Vote early, and vote often!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.