what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
HCL,
3 11327What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
5 11691I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
7 17553Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.
13 22482How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
IBM,
2 8879what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
2488
Is sqlite good enough for production?
How can we solve sql error: ora-00904: invalid identifier?
how to convert character strings to dates? : Sql dba
Is sql a dbms?
Is sql database free?
What is the basic form of sql query?
What are the features of pl sql?
What are the different sql languages?
What are the types of keys?
Is pl sql still used?
Explain what is sql?
What is an implicit commit?
What are local and global variables and their differences?
What is the use of primary key?
What is the most restrictive isolation level? : Transact sql