What is Public Database Link ?
Answer / orawhiz
Public database link is created for the special user group
PUBLIC.
A public database link can be used when any user in the
associated database specifies a global object name in a SQL
statement or object definition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we connect to ORACLE db using Windows Authentication?
How do I reset a sequence in oracle?
How to start an oracle instance?
How to create a new table in your schema?
How to use an explicit cursor without open statements?
How to create a new table in oracle?
Do you know about aggregate functions? What is row num function? Can it be used all databases?
1 Answers Bravura Solutions, Cap Gemini,
i have a table and it has constraints and i want to get "ALTER TABLE table_name ADD CONSTRAINT constraint_name constraint type" this code must be in string type please help me if you want, i can give more explainings
What is the difference between a hot backup and a cold backup in oracle?
What is a user role in oracle?
select * from emp what happened internally when we write this query in the sql prompt?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4