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 |
How to update values on multiple rows in oracle?
How to synchronize 2 schema's objects?
What is Row Chaining ?
What is the difference between sharding and replication?
How to rollback the current transaction in oracle?
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
difference between bind variable and variable
what is the difference between functional dependecy and multilevel dependency?
How to create a table index?
What is java oracle used for?
what is kernel?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?