Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11) ORA-36714: (XSMXALLOC03) TARGETLOG variable workspace object must have the same data type as TARGET variable workspace object.
1 3618ORA-36716: (XSMXALLOC04) You can only use the ACROSS phrase when allocation BASIS workspace object is a FORMULA.
1 3367ORA-36718: (XSALLOC00) You do not have the necessary permissions to use AGGMAP workspace object.
1 4048ORA-36720: (XSALLOC01) To be used with ALLOCATE, your AGGMAP workspace object must be defined with the ALLOCMAP command.
1 2993ORA-36722: (XSALLOC02) In AGGMAP workspace object, you specified an NA or ZERO sourceval but supplied formula workspace object as your source for ALLOCATE.
1 3696ORA-36726: (XSALERR00) The character 'character' is not a valid format specifier for the ALLOCATE error log.
1 3344ORA-36728: (XSALERR01) While performing the ALLOCATE command with AGGMAP workspace object, the error logging limit of number was exceeded.
1 3327ORA-36772: (XSPGERRTEMP) Ran out of temporary storage while writing to analytic workspace with ID=number. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.
1 3431ORA-36774: (XSPGERRTEMPUSER) Ran out of temporary storage while writing to analytic workspace string. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.
1 3751ORA-36776: (XSPGERRTEMPSYSTEM) Ran out of temporary storage while writing to a system temporary analytic workspace. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.
1 3282ORA-36778: (XSPGTRLOW) The amount of available temporary storage is still low. Free some temporary storage immediately. You can do so, for example, by UPDATING or DETACHING an analytic workspace.
1 3166ORA-36779: (XSPGPOOLOUT) Invalid parameter value. Olap_page_pool_size must be between must be between 2097152 and 2147483647. Olap_page_pool_size remain unmodified.
1 3802
ORA-16626: failed to enable specified object
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
What is live lock, deadlock and what is Lock escalation?
When do you get "getwmicomexception"?
How will you Handle Error in SQL SERVER 2008?
IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
IMP-00064: Definition of LOB was truncated by export
IMP-00070: Lob definitions in dump file are inconsistent with database.
ORA-26032: index string.string loading aborted after string keys
How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table
NZE-28890: Entrust Login Failed
Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires
How to view the error log for any specific instance?
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created