What is schema?
Answer Posted / peter
Schema is a collection of database objects. A schema is
owned by a database user and has the same name as that
user. Schema objects are logical structures created by
users to contain, or reference, their data. Schema objects
include structures like tables, views, and indexes.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What is literal?
Please explain joins in oracle?
How to retrieve data from an cursor to a record?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Difference between cartesian join and cross join?
What happens to the current transaction if a ddl statement is executed?
What is oracle datasource?
How to initialize variables with default values?
What is oracle update statement with inner join ?
How to drop an index?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How to sort the query output in oracle?
How many file formats are supported to export data?
Explain how are indexes update?