PLS-00420: can't call builtin routines remotely



PLS-00420: can't call builtin routines remotely..

Answer / guest

Cause: An attempt was made to call a built-in PL/SQL
function remotely, which is not allowed. For example, the
code might look like my_sqlerrm := SQLERRM@newyork; or
INSERT INTO emp VALUES (my_empno,
STANDARD.RTRIM@newyork(my_ename), ...);

Action: Always call built-in functions locally; never
specify a database link.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-22894: cannot add constraint on existing unscoped REF columns of non-empty tables

1 Answers  


IMG-00580: specified format does not support output

1 Answers  


ORA-28658: This operation is supported only for Index-Organized tables

1 Answers  


NZE-29101: Cannot add private key bag.

1 Answers  


ORA-30450: refresh_after_errors was TRUE; The following MVs could not be refreshed: string

1 Answers  






LFI-00137: Unable to perform string on a file object that is string.

1 Answers  


ORA-34141: (MXCGPUT00) You cannot use the ASSIGN keyword with DIMENSION workspace object.

1 Answers  


ORA-32302: object materialized views must be object ID based

1 Answers  


DRG-50304: error in execute()

1 Answers  


ORA-12217: TNS:could not contact PREFERRED_CMANAGERS in TNSNAV.ORA

1 Answers  


ORA-06253: NETNTT: cannot read arguments from address file

1 Answers  


ORA-38744: file string is not the same file seen at start of flashback

1 Answers  


Categories