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

IMP-00019: row rejected due to ORACLE error number

1 Answers  


RMAN-06226: Automatic instance removed

1 Answers  


NNC-00429: invalid octet string literal "string"

1 Answers  


RMAN-06061: WARNING: skipping archivelog compromises recoverability

1 Answers  


ORA-38489: predicate table creation failed due to: ORAstring

1 Answers  


TNS-00255: Closing down log, stopping Navigator

1 Answers  


IMP-00016: required character set conversion (type number to number) not supported

1 Answers  


ORA-37121: AW Spreadsheet invalidated

1 Answers  


ORA-09354: Windows 32-bit Two-Task driver: ORACLE task unexpectedly died

1 Answers  


ORA-01122: database file string failed verification check

1 Answers  


ORA-02399: exceeded maximum connect time, you are being logged off

1 Answers  


ORA-22896: cannot have both scope and referential constraint on REF column "string"

1 Answers  


Categories