what is host string in sql plus? how does it related to
database?
Answer / sudipta santra
Host string is the instance name of the database in the server.
when we are using sqlplus then we use to give the
username/password@<hostname>
It relate the user as a connectivity with that specified
instance.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is catalog in Oracle?
What is the use of Control File ?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
what is the difference between first normal form & second normal form?
What is bulk copy or bcp in oracle?
Is primary key indexed by default in oracle?
can any one help me with import/export options in oracle............
How to drop a stored procedure in oracle?
How to get last row id?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
How to synchronize 2 schema's objects?
How to call a sub procedure?