Hi
I have created a stored procedure called CREATE_USER with 6 in parameter .The purpose of the stored produce is to connect specific user and do some activity.
There are 3 conn command .Example : conn RAJKIRAN as sysdba/passw0rd123, conn amit/passw0rd. While compiling i am getting the following error:
- Error(11,7): PLS-00103: Encountered the symbol "RAJKIRAN" when expecting one of the following: := . ( @ % ;
And also want to know how to disconnect from one user and switch to another user. Please help.