Oracle - Errores y soluciones
Error ORA-06502
- Sábado, 09 Julio 2011
ORA-06502: PL/SQL: numeric or value errorstring
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
- Sábado, 09 Julio 2011
ORA-00904: string: invalid identifier
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
- Sábado, 09 Julio 2011
ORA-01031: insufficient privileges
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
- Miércoles, 06 Julio 2011
ORA-01422: exact fetch returns more than requested number of rows
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
- Domingo, 03 Julio 2011
ORA-03113: end-of-file on communication channel
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
- Viernes, 01 Julio 2011
ORA-01843: not a valid month
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
- Jueves, 23 Junio 2011
RMAN-03009: failure of string command on string channel at string
Cause: This message should be accompanied by other error message(s) indicating the cause of the error.
Action: Check the accompanying errors.
Más artículos...
Últimas Descargas
Artículos Relacionados
Últimos Contenidos
Office Hogar y Estudiantes 2007 descargar gratis.
Descargar gratis XAMPP para Windows
Descargar gratis XAMPP para Linux
Descarga WampServer todo en uno, PHP, Apache y MyS ...
Descargar gratis XAMPP 1.8.1 Portable para Windows
Descargar gratis Windows 7 Professional 32 bits en ...
Descargar gratis Windows 7 Professional 64 bits en ...
Descargar gratis gadget AddGadget All CPU Meter pa ...
Descargar Ares Gratis en español
Descargar gratis Windows Server 2008 32 bits en es ...
Descargar gratis WampServer 2.2D Windows 64 bit



