What is a Public Synonyms ?
Answer / orawhiz
A Public synonyms can be accessed by any user on the database
| Is This Answer Correct ? | 5 Yes | 0 No |
what is candidate key & super key
What is blob datatype?
What is the best way to do multi-row insert in oracle?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
Does oracle charge for java?
Explain what are clusters?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
Do View contain Data ?
Why cursor variables are easier to use than cursors?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?