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

PLS-00907: cannot load library unit string (referenced by string)

1 19132

PLS-00908: The stored format of string is not supported by this release

TCS,

1 5763

PLS-00909: object string is not declared or insufficient privileges to access object string

1 3512

PLS-00910: insufficient privilege to inherit from type string

1 4878

PLS-00920: parameter plsql_native_library_dir is not set

1 6194

PLS-00923: native compilation failed: string:string

1 3252

PLS-00924: native compilation is not supported on this platform

1 2792

PLS-00925: native compilation failed: Unable to create C file (string string)

1 4477

PLS-00950: In this version, PL/SQL tables can not be used in this SQL statement.

1 3534

PLS-00951: %s Feature is not supported by this release

1 2886

PLS-00960: RPCs cannot use variables with schema level user-defined types in this release

1 6926

PLS-00970: The class name of a method must match that of EXTERNAL NAME clause in the type header

1 2630

PLS-00989: Cursor Variable in record, object, or collection is not supported by this release

1 7609

PLS-00990: Index Tables of Cursor Variables are disallowed

1 5293

PLS-00992: Cursor Variables cannot be FETCH'ed from

Wipro,

1 3368


Un-Answered Questions { Database Errors }

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

2662


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2230


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

1616


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6651


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2799


ORA-16626: failed to enable specified object

2218


ORA-26027: unique index string.string partition string initially in unusable state

6745


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2723


ORA-26095: unprocessed stream data exists

3562


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2801


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

2432


what is new g/l functionality

2611


hp asking for replication floppy to do reinstall 25254 server assistant

2880


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


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