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

KUP-04050: error while attempting to allocate number bytes of memory

1 Answers  


NZE-28819: No distinguished name provided.

1 Answers  


ORA-00477: SNP* process terminated with error

1 Answers  


PLS-00205: Aggregate not allowed here

1 Answers  


NNO-00074: downloading region from server string

1 Answers  






TNS-12612: TNS:connection is busy

1 Answers  


ORA-01938: IDENTIFIED BY must be specified for CREATE USER

1 Answers  


RMAN-06164: WARNING: no channel of required type allocated to recover datafile number

1 Answers  


ORA-25111: creation of BITMAP cluster indices is not supported

1 Answers  


TNS-03603: Encountered a node with a version eariler than SQL*Net 2.3

1 Answers  


TNS-12227: TNS:syntax error

1 Answers  


SQL*Loader-00643: error executing INSERT statement for table string

1 Answers  


Categories