Hi!! I may have a server configuration issue here since it only happened to one of our Oracle 11.1.0.7 Servers but not the other Servers at the exact same level.
We use PUBLIC SYNONYM to update table data. On this particular Oracle 11.1.0.7 Server, the UPDATE operation was successful and we...
Hi! When we logged error messages to syslog utility, we found our 3K message got truncated to less than 1K in AIX's messages files. AIX is 5.3 at TL-07.
I could not find any document online about the line limit or message limit in the AIX messages files.
Is there a configuration parameter...
I have a stored procedure that accepts object type and object name as inputs then generates a DROP statement and exec immediate as dynamic SQL.
It works fine for all object types except PUBLIC SYNONYM.
When user with DBA role (such as "SYSTEM")invokes this procedure to drop a PUBLIC SYNONYM foo...
I used to have a dynamic query within a SQL Procedure that used three levels of nested table expression:
SELECT C.col1, C.col2 FROM (
SELECT B.col1, B.col2 FROM (
SELECT A.col1, A.col2 FROM (
SELECT ... FROM xxx
ORDER BY...
) A
ORDER BY...
) B
ORDER BY...
) C...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.