what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
HCL,
3 11456What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
5 11863I 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 17777Create 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 22833How 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 8986what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
2545
What is the command used to fetch first 5 characters of the string?
What are the different types of dbmss?
Mention what plvcmt and plvrb does in pl/sql?
What is the need of a partition key?
Define commit, rollback and savepoint?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
how to check myisam tables for errors? : Sql dba
how many triggers are allowed in mysql table? : Sql dba
When is a declare statement required?
how can we find the number of rows in a table using mysql? : Sql dba
What is pl sql in dbms?
Can there be more than one function with a similar name in a pl/sql block?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
How to display Row Number with Records in Oracle SQL Plus?