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

NNO-00272: line string; invalid DIT/DN

1 2789

NNO-00300: no listen addresses specified, at least one is required

1 3060

NNO-00301: server will shut down in number seconds

1 2850

NNO-00302: server stopped

1 2662

NNO-00303: server "string" started with process ID number

1 2908

NNO-00304: listen address string length string exceeds maximum of string

1 2627

NNO-00305: trace level changed from number to number

1 2840

NNO-00306: server shutdown countdown aborted

1 2862

NNO-00307: invalid server name "string"

1 2678

NNO-00308: server will restart in number seconds

1 2967

NNO-00309: server restarting

1 2811

NNO-00310: server restart countdown aborted

1 2719

NNO-00311: invalid listen address list

1 2932

NNO-00312: listen address string is invalid

1 3067

NNO-00313: server password length string exceeds maximum of string

1 3038


Un-Answered Questions { Database Errors }

IMG-02003: 2FF03 - incorrect color histogram feature specification

1762


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2517


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

2229


ORA-26094: stream format error: input column overflow

2854


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.

2945


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

2661


What is the use of NOLOCK locking hint?

1832


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3225


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

2798


write a database figure to implement the master detained relationship.

3009


mount: mount to NFS server failed: System Error: Connection timed out

3703


How to view the error log for any specific instance?

2537


RMAN-05017: no copy of datafile number found to recover

2465


What is the meaning of lock escalation and why/how to stop this?

2709


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

1731