I am using Oracle 10g and want to access the default tables
of 9i? how? Any script and how to use it please mail me @
rashi.sandhu@gmail.com........
Answer Posted / saan
first connect to sysdba user then write
sql>grant resource to scott;
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is data sublanguage?
How many columns are in a database table?
What is pdo database?
What are 3 types of databases?
Discuss some of the techniques that can be used to tune operational performance.
How do I create a database in open office?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
What is second normal form?
Explain about the properties of cursors?
What are different types of joins in the sql?
What is optimization in database?
Why dbms is used?
What are the different types of database?
What are two types of data in a database environment?
Can I concurrently access a firebird database with embedded and with regular server?