![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
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. |
#12
| |||
| |||
|
|
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. |
#13
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |