Home » SQL & PL/SQL » SQL & PL/SQL » Help required for getting create index DDL on partitioned table. (Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production)
Help required for getting create index DDL on partitioned table. [message #656761] |
Tue, 18 October 2016 05:26  |
 |
msol25
Messages: 396 Registered: June 2011
|
Senior Member |
|
|
Hi All,
when executing below script in Production at that time getting below error:
select dbms_metadata.get_ddl('INDEX','IDX_SP_OPP_ALL_FLAT1','DNA_OWNER')
from dual;
Error :
-----
ORA-31603: object "IDX_SP_OPP_ALL_FLAT1" of type INDEX not found in schema "DNA_OWNER"
ORA-06512: at "SYS.DBMS_METADATA", line 5088
ORA-06512: at "SYS.DBMS_METADATA", line 7589
ORA-06512: at line 1
31603. 00000 - "object \"%s\" of type %s not found in schema \"%s\""
*Cause: The specified object was not found in the database.
*Action: Correct the object specification and try the call again.
[Updated on: Tue, 18 October 2016 05:27] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 16 09:03:17 CDT 2025
|