Trace Shows Begin m_stmt:='delete from sdo_geor_ddl__table$$'
(Doc ID 1263778.1)
Last updated on SEPTEMBER 10, 2023
Applies to:
Oracle Purchasing - Version 12.0.0 and laterInformation in this document applies to any platform.
Symptoms
Tracing Oracle Application and trace show the following
declare
m_stmt varchar2(512);
begin
m_stmt:='delete from sdo_geor_ddl__table$$';
EXECUTE IMMEDIATE m_stmt;
EXCEPTION
WHEN OTHERS THEN
NULL;
end;
delete from sdo_geor_ddl__table$$
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |