Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-38483: invalid FUNCTION/PACKAGE/TYPE name: "string"

1 2968

ORA-38484: FUNCTION/PACKAGE/TYPE string does not exist

1 2621

ORA-38485: invalid object type for the user-defined function

1 3011

ORA-38486: FUNCTION/PACKAGE/TYPE already exists for the attribute set

1 2904

ORA-38487: FUNCTION/PACKAGE/TYPE "string" not allowed in the expression

1 3170

ORA-38488: attribute set already assigned to the column storing expressions

1 3265

ORA-38489: predicate table creation failed due to: ORAstring

1 3248

ORA-38490: invalid name: quotes do not match

1 3921

ORA-38491: could not evaluate subexpression for rowid "string"

1 3304

ORA-38492: invalid ALTER INDEX parameters clause "string"

1 3096

ORA-38493: feature not enabled : Expression Filter index

1 3113

ORA-38494: column in the table alias and an attribute have matching names

1 2940

ORA-38495: data type for the stored attribute string is inconsistent.

1 2848

ORA-38496: Expression Filter index is not in a valid state

1 2932

ORA-38497: Expression Filter index does not exist

1 3211


Un-Answered Questions { Database Errors }

How to view the error log for any specific instance?

2494


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

2717


what is the instrument that used in Mechanical Energy??

2693


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1628


ORA-26084: direct path context already finished

1957


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2747


IMP-00064: Definition of LOB was truncated by export

6429


ORA-26028: index string.string initially in unusable state

3869


hp asking for replication floppy to do reinstall 25254 server assistant

2901


ORA-26094: stream format error: input column overflow

2820


What is the use of NOLOCK locking hint?

1798


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 ??

1692


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...

2614


What is live lock, deadlock and what is Lock escalation?

2444


When do you get "getwmicomexception"?

2690