Oracle ORA Error Information
Friday, 30 November 2012
load csv file into oracle table
›
CREATE OR REPLACE PROCEDURE p_import_csv ( p_FileDir IN VARCHAR2, p_FileName IN VARCHAR2, p_TotalInserted IN OUT NUMBER ) AS v_Fi...
Thursday, 11 October 2012
DataBase Daily Backup
›
SET NAME =RAQFIN_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2% MD RAQFINBKP\RAQFIN_%Date:~-4,4%%Date:~-10,2%%Date:~-7,2% SET AA=RAQFINBKP EXP raqfin...
Friday, 22 June 2012
ORA-01036: illegal variable name/number
›
ORA-01036: illegal variable name/number Cause: Unable to find bind context on user side Action: Make sure that the variable being bound is...
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
›
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege Cause: Logins are disallowed because an instance started in re...
ORA-01034: ORACLE not available
›
ORA-01034: ORACLE not available Cause: Oracle was not started up. Possible causes include the following: Action: Refer to accompanying mes...
ORA-01033: ORACLE initialization or shutdown in progress
›
ORA-01033: ORACLE initialization or shutdown in progress Cause: An attempt was made to log on while Oracle is being started up or shutdown...
ORA-01032: no such userid
›
ORA-01032: no such userid Cause: This is an internal error message related to Export/Import. Action: Contact customer support.
›
Home
View web version