Search Results

Search: Posts Made By: andrewknight
2,591
Posted By andrewknight
Error Prompt: SQL> BEGIN 2 EXEC...
Error Prompt:
SQL> BEGIN
2 EXEC IN_PROC_TEST;
3 END;
4 /
EXEC IN_PROC_TEST;
*
ERROR at line 2:
ORA-06550: line 2, column 6:
PLS-00103: Encountered the symbol "IN_PROC_TEST"...
2,591
Posted By andrewknight
oh! on problem run this in sqlplus locally ...
oh!

on problem run this in sqlplus locally
however,after logon remote server and run this in sqlplus, also prompt ''PL/SQL procedure successfully completed',but no run actually
2,591
Posted By andrewknight
invoke oracle package error?
My sh scripts is :

sqlplus -S "user/pwd@ (user/pwd@9)server" <<!!
SET SQLPROMPT
exec IN_PROC_TEST;
!!

It prompt 'PL/SQL procedure successfully completed.' but not execute actually :mad:
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy