Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11) PLS-01404: ANSI Identifiers can only consist of letters, digits, and the underscore character
1 3256PLS-01405: Under ANSI's grammar, numeric data represented in exponent notationmust use an uppercase E
1 3007PLS-01406: An identifier has been found that is considered a keyword in ANSI's grammar but not in PL/SQL's
1 2989PLS-01407: One of the identifiers CHAR, CHARACTER, or INTEGER has been redefined by the programmer
1 2784
hp asking for replication floppy to do reinstall 25254 server assistant
What is live lock, deadlock and what is Lock escalation?
ORA-26028: index string.string initially in unusable state
Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??
IMP-00064: Definition of LOB was truncated by export
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.
When do you get "getwmicomexception"?
ORA-26084: direct path context already finished
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...
How to view the error log for any specific instance?
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
write a database figure to implement the master detained relationship.
IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
ORA-26079: file "string" is not part of table string.string