what are the default admin accounts in Oracle 10g ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of database objects?
Can we create more than one constraint to column ?
How to use in conditions in oracle?
How to retrieve 5th highest sal from emp table?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
What is Library Cache in Oracle?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
How data locks are respected in oracle?
How to get a create statement for an existing table?
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?