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-00106: cannot startup/shutdown database when connected to a dispatcher

1 4325

ORA-00107: failed to connect to ORACLE listener process

1 4370

ORA-00108: failed to set up dispatcher to accept connection asynchronously

1 7746

ORA-00109: invalid value for attribute string: string

1 4032

ORA-00110: invalid value string for attribute string, must be between string and string

1 3634

ORA-00111: invalid attribute string

1 4346

ORA-00112: value of string is null

1 3589

ORA-00113: protocol name string is too long

1 4137

ORA-00114: missing value for system parameter SERVICE_NAMES

1 3318

ORA-00115: connection refused; dispatcher connection table is full

1 3782

ORA-00116: SERVICE_NAMES name is too long

1 3592

ORA-00117: PROTOCOL, ADDRESS or DESCRIPTION must be specified

1 3410

ORA-00118: Only one of PROTOCOL, ADDRESS or DESCRIPTION may be specified

1 3335

ORA-00119: invalid specification for system parameter string

1 3760

ORA-00122: cannot initialize network configuration

1 3677


Un-Answered Questions { Database Errors }

ORA-26094: stream format error: input column overflow

2797


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3383


ORA-26095: unprocessed stream data exists

3561


ORA-26029: index string.string partition string initially in unusable state

2155


What severity level errors are managed in TRY-CATCH block?

2223


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

1677


What is the use of NOLOCK locking hint?

1784


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2212


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

2739


What is SCD (Slowly Changing Dimensions)? What are its types?

2662


What is Mutex error in Triggers?

3064


When do you get "getwmicomexception"?

2679


what is the instrument that used in Mechanical Energy??

2680


ORA-26079: file "string" is not part of table string.string

1958


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

2639