ORA- Error:
SQL>SELECT DAT.*,DATE_MODE||';'||SYS_META_KEY MIS_XDISPARE
FROM MIS_SYS_DATA DAT WHERE 1 = 0
ORA-04023: Object could not be validated or authorized
ORA- Error:
SQL*Plus: Release 18.0.0.0.0 - Production on Tue Jun 9 00:10:02 2020 Version 18.3.0.0.0
Copyright (c) 1982, 2018, Oracle. All rights reserved.
SQL> ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
SQL>
SP2-0640: Not connected
SP2-0641: "EXECUTE" requires connection to server
SQL>
#!/bin/sh
sh test.sh $0 $1
#!/bin/sh
goto()
{
echo "Part of Code to be invoke repeatedly.."
}
while true; do
echo -n "Proceed Y/N:"
read INPUT
if [ $INPUT == "Y" ] ; then
goto;
else
break
exit
fi
done
smtp-server: 501 5.1.7 Invalid address
. . . message not sent
Cause:
l_clob variable used in dbms_lob.LoadCLOBFromFile is not initialized causing it to remain empty.
Cause:
1. Package/procedure executed does not exist in database.
2. User executing package/procedure does not hold privilege to execute.
3. Public synonym missing on the package.
DECLARE
*
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at line 13