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

PCC-02016: include file pathname is too long

1 3683

PCC-02017: unable to open output file

1 4525

PCC-02018: found end-of-file while scanning comment

1 4630

PCC-02019: Preprocessor warning at line number, column number, file string:

1 2708

PCC-02020: Preprocessor error at line number, column number, file string:

1 2867

PCC-02021: Found newline while scanning string literal

1 16622

PCC-02022: Found end of file while scanning a SQL statement

1 7240

PCC-02023: Found end of file while scanning a PL/SQL statement

1 3284

PCC-02035: CMD-LINE: CONFIG= option is invalid in a config file

1 3120

PCC-02040: CMD-LINE: Option selected, but no value provided

1 3162

PCC-02041: CMD-LINE: Option does not exist:

1 3444

PCC-02043: CMD-LINE: Option syntax is incorrect

1 3282

PCC-02044: CMD-LINE: Illegal or out of range value for option:

1 8194

PCC-02045: CMD-LINE: Option is not unique:

1 3079

PCC-02046: CMD-LINE: Unable to open config file:

1 3205


Un-Answered Questions { Database Errors }

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


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

3224


IMP-00064: Definition of LOB was truncated by export

6465


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


NZE-28890: Entrust Login Failed

1922


ORA-26030: index string.string had string partitions made unusable due to:

1986


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

2229


NZE-28868: Peer certificate chain check failed.

2862


How will you Handle Error in SQL SERVER 2008?

2440


ORA-26094: stream format error: input column overflow

2854


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

2706


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

1665


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

2495


ORA-26082: load of overlapping segments on table string.string is not allowed

1814


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

2714