Oracle - Errores y soluciones
Búsqueda personalizada

Oracle - Errores y soluciones

Error ORA-06502

 ORA-06502: PL/SQL: numeric or value errorstringbases_datos_2

 


 

Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).

 

Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.

Error ORA-00904

 ORA-00904: string: invalid identifierbases_datos_2

 


 

Cause: The column name entered is either missing or invalid.

 

Action: Enter a valid column name. A valid column name must begin with a letter, be less than or equal to 30 characters, and consist of only alphanumeric characters and the special characters $, _, and #. If it contains other characters, then it must be enclosed in double quotation marks. It may not be a reserved word.

Error ORA-01031

ORA-01031: insufficient privilegesbases_datos_2

 


 

Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database without the necessary operating system privileges. When Trusted Oracle is configure in DBMS MAC, this error may occur if the user was granted the necessary privilege at a higher label than the current login.

 

Action: Ask the database administrator to perform the operation or grant the required privileges. For Trusted Oracle users getting this error although granted the the appropriate privilege at a higher label, ask the database administrator to regrant the privilege at the appropriate label.

Error ORA-01422

ORA-01422: exact fetch returns more than requested number of rowsbases_datos_2

 


 

Cause: The number specified in exact fetch is less than the rows returned.

 

Action: Rewrite the query or change number of rows requested.

Error ORA-03113

ORA-03113: end-of-file on communication channelbases_datos_2

 


 

Cause: The connection between Client and Server process was broken.

 

Action: There was a communication error that requires further investigation. First, check for network problems and review the SQL*Net setup. Also, look in the alert.log file for any errors. Finally, test to see whether the server process is dead and whether a trace file was generated at failure time.

Error ORA-01843

ORA-01843: not a valid monthbases_datos_2

 


 

Cause: A date specified an invalid month. Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON.

 

Action: Enter a valid month value in the correct format.

Error RMAN-03009

RMAN-03009: failure of string command on string channel at stringbases_datos_2

 


 

Cause: This message should be accompanied by other error message(s) indicating the cause of the error.

 

Action: Check the accompanying errors.

Página 27 de 29