How would you configure your networking files to connect to
a database by the name of DSS which resides in domain
icallinc.com?
Answer Posted / braj123
host=dss.icallinc.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What are the commands used in dcl? : sql server DBA
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
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 the difference between clustered and non-clustered index? : sql server DBA
what is a crs resource?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
What the different types of replication and why are they used? : sql server DBA
Which autogrowth database setting is good? : sql server DBA
What are the different types of indexes available in sql server? : sql server DBA
What happens on checkpoint? : sql server DBA
what is logical system in sap basis
what is the diffrence between core dba and apps dba?
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?