Error List

Error List for the ‘ORA-12300 to ORA-12399’ Category

ORA-12322 unable to mount database (link name string)

Description:
ORA-12322 unable to mount database (link name string)

Cause:
This message should be accompanied by additional error messages that indicate the cause of the problem.

ORA-12300 to ORA-12399

ORA-12345 user string lacks CREATE SESSION privilege in database link (linkname string)

Description:
ORA-12345 user string lacks CREATE SESSION privilege in database link (linkname string)

Cause:
There are several possible causes for this message: First, you will get this message if your username in the second database specified was not granted the CREATE SESSION system privilege. Second, you will get this message if the username specified in the connect string of the database link definition was not granted the CREATE SESSION system privilege.

ORA-12300 to ORA-12399

ORA-12323 unable to open database (link name string)

Description:
ORA-12323 unable to open database (link name string)

Cause:
This message should be accompanied by additional error messages that indicate the cause of the problem.

ORA-12300 to ORA-12399

ORA-12350 database link being dropped is still mounted

Description:
ORA-12350 database link being dropped is still mounted

Cause:
An attempt was made to drop a ROM: database link that was still mounted and/or opened.

ORA-12300 to ORA-12399

ORA-12324 cannot use the ROM: link type on a private database link

Description:
ORA-12324 cannot use the ROM: link type on a private database link

Cause:
You can only specify the ROM: link type on a public, not a private, database link.

ORA-12300 to ORA-12399

ORA-12351 cannot create view using a remote object which has a remote object reference

Description:
ORA-12351 cannot create view using a remote object which has a remote object reference

Cause:
An attempt was made to create a view which references a remote object which, in turn, references an object on another database. Since the view that would have been created references a remote object, that object cannot reference an object on another database.

ORA-12300 to ORA-12399

ORA-12326 database string is closing immediately; no operations are permitted

Description:
ORA-12326 database string is closing immediately; no operations are permitted

Cause:
The database you attempted to access is closing, so your operation has been terminated.

ORA-12300 to ORA-12399

ORA-12352 object string.string@string is invalid

Description:
ORA-12352 object string.string@string is invalid

Cause:
An attempt was made to reference (compile against) an object of a secondary database but the object is invalid and the system cannot validate or recompile it because it is in a secondary database.

ORA-12300 to ORA-12399

ORA-12329 database string is closed; no operations are permitted

Description:
ORA-12329 database string is closed; no operations are permitted

Cause:
The database you attempted to access is closed, so your operation has been terminated.

ORA-12300 to ORA-12399

ORA-12353 secondary stored object cannot reference remote object

Description:
ORA-12353 secondary stored object cannot reference remote object

Cause:
An attempt was made to either select from a remote view or execute a remote procedure which references an object on another database. Since the remote view or procedure is on a secondary database, an additional reference to another database cannot be done.

ORA-12300 to ORA-12399