Búsqueda
Puedes encontrar los resultados de tu búsqueda abajo. Si no has encontrado lo que buscabas, puedes crear una nueva página con tu consulta utilizando el botón Crea esta página.
Resultados
errores_oracle:rman:rman_00550-20506: 161 Entradas
file is readable. The cmdfile must be a text file with 1 line per record.
==== RMAN-00566: could not op... s read/writing dbms_pipe ====
Cause: RMAN was run with input/output being sent to dbms_pipe. An error wa... will abort.
==== RMAN-00576: PIPE cannot be used with CMDFILE ====
Cause: The PIPE and CMDFILE options
wiki:syntax: 9 Entradas
m blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes follo... whitespace or the end of line.
This is some text with some linebreaks\\ Note that the
two backslashes a... ne\\
or followed by\\ a whitespace \\this happens without it.
This is some text with some linebreaks\
oracle_varios:iniciacion: 6 Entradas
s se realizan utilizando las cláusulas START WITH y CONNECT BY de la sentencia SELECT. Para... code sql>
CREATE SEQUENCE nombre_secuencia
{START WITH entero}
{INCREMENT BY entero}
{MAXVALUE entero | ... }
{CYCLE | NOCYCLE};
</code>
• La cláusula START WITH define el valor desde el que empezará la generaci
errores_oracle:oracle_11i:ora:ora-25337: 5 Entradas
ot propagate in queue-to-queue mode to a database with version lower than 10.2 ====
Cause: Remote subscriber with queue_to_queue mode set to TRUE was added. The remote subscriber is on a database versio... opagation was scheduled to a destination database with version lower than 10.2.
Action: Remove the remo
errores_oracle:oracle_11i:ora:ora-39061: 4 Entradas
s>
==== ORA-39061: import mode string conflicts with export mode string ====
Cause: The mode used for import cannot be used with a dump file set of specified mode. Transportable jobs are not compatible with other modes.
Action: Perform the import using a mode compatible with the export.
----
*
errores_oracle:oracle_9i:ora:ora-12704: 4 Entradas
not in the database character set.
String data with character set other than the database character s... rresponding parameter.
Action: Strings declared with NCHAR or NCHAR VARYING do not interoperate with strings declared with CHAR or VARCHAR2. Use TRANSLATE() function to explicitly convert one to the oth
errores_oracle:oracle_11i:rman:rman-05026: 4 Entradas
RMAN assumes that the current set of tablespaces with undo segments is the same set that was in use at ... pecified Point-in-Time. If the set of tablespaces with undo segments changes, the recovery fails. If rec... RMAN assumes that the current set of tablespaces with undo segments is the same set that was in use at
errores_oracle:oracle_8.1.7:ora:ora-02064: 4 Entradas
s was attempted:
Array execute of a remote update with a subquery that references a database link, or An update of a long column with bind variable and an update of a second column with a subquery that bo... it is issued in a coordinated session from an RPC with OUT parameters.
Action: Simplify the remote upd
errores_oracle:oracle_11i:ora:ora-30079: 4 Entradas
ter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns ====
Cause: An attempt was made to alter database timezone with TIMESTAMP WITH LOCAL TIME ZONE column in the database.
Act... database timezone or first drop all the TIMESTAMP WITH LOCAL TIME ZONE columns.
----
* [[http://www.
errores_oracle:oracle_9i:pcc:pcc-02114: 4 Entradas
4 Command line argument MODE=ANSI may not be used with DBMS=V6 ====
Cause: The semantics of certain ope... rison) in Oracle version ^ are not 100% compliant with the ANSI/ISO SQL standards. When V6 semantics are... he DBMS=V6 or DBMS=V6_CHAR option, precompilation with MODE=ANSI is not permitted.
Action: Do not use A
plsql:tipos_de_datos: 4 Entradas
amp(6)|
|timestamp (fractional seconds precision) with time zone |No soportado por Oracle 8i. |fractiona... miento de zona horaria. Por ejemplo: timestamp(5) with time zone|
|timestamp (fractional seconds precision) with local time zone |No soportado por Oracle 8i. |fractional seconds precision debe ser un núme
errores_oracle:oracle_11i:ora:ora-02064: 4 Entradas
attempted:
1. array execute of a remote update with a subquery that references a dblink, or
2. an update of a long column with bind variable and an update of a second column with a subquery that bot... a coordinated session from an RPC procedure call with OUT parameters or function call.
Action: simpl
errores_oracle:oracle_9i:pls:pls-00249: 4 Entradas
Oracle 10g]]
</columns>
==== PLS-00249 Invalid WITH CONTEXT Syntax ====
Cause: CONTEXT was used in a WITH CONTEXT or a PARAMETERS clause. This is invalid.
Action: Check if WITH CONTEXT is used withou... . The PARAMETERS clause must be complete. Thus if WITH CONTEXT is specified, then CONTEXT must be refere
errores_oracle:oracle_8.1.7:ora:ora-12704: 4 Entradas
s not in the database character set.
String data with character set other than the database character s... rresponding parameter.
Action: Strings declared with NCHAR or NCHAR VARYING do not interoperate with strings declared with CHAR or VARCHAR2. Use TRANSLATE() function to explicitly convert one to the oth