Which Script creates objects owned by the user SCOOT/TIGER..?
dbmobld.sql
utlsampl.sql
autoextend.sql
whocan.sql
which one is not the oracle database component type...
memory
disk
tape
processes
SGA means..?
system global area
shared global area
source global area
synthetic global area
which one is not mandatory file in Disk Components
data files
redo logs
password files
control files
To see the back ground processes in UNIX, use ps - ________command
fu oracle
cu oracle
au oracle
cp oracle
You are preparing for a new installation of SQL Server 2005. You need to select the protocols that client computers might use to connect to the server. Which two protocols can you use to achieve this goal?
Multiprotocol
TCP/IP
Shared Memory
Virtual Interface Adapter (VIA)
You configure a new SQL Server 2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance. You need to identify the most likely cause of the connection issues. What should you do first?
Ensure that port 1433 is open in your firewall.
Ensure that port 443 is open in your firewall.
Ensure that client computers connect by using Shared Memory protocol.
Ensure that the server is not paused.
Companyxyz.com has multiple servers in a distributed environment. You work with two SQL Server 2005 computers named SQL1 and SQL2. Each server uses SQL Server Authentication and they use different logins. You need to write a distributed query that joins the data on SQL1 with the data on SQL2. What should you do?
Ensure that both SQL1 and SQL2 use the same login name as the security context for each
Configure SQL2 as a remote server. Write the query on SQL1.
Configure SQL2 as a linked server to impersonate the remote login.
Configure SQL2 as a distributed server. Use pass-through authentication.
You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?
Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a
Create a job for each task that runs once a day. Use a Transact-SQL statement to check the
Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is
Create a job for each task that runs once a week on Sunday. Add a second job schedule that
You discover that the msdb database on a SQL Server 2005 computer is corrupt and must be restored. Databases are backed up daily. The database backup files are written to a network share, but the file names do not clearly indicate which databases are in each file. You need to locate the correct backup file as quickly as possible. The first file in the list is named DB_Backup.bak. Which Transact-SQL statement should you use?
RESTORE LABELONLYFROM DISK = N\Server1\Backup\DB_Backup.bak
RESTORE HEADERONLYFROM DISK = N\Server1\Backup\DB_Backup.bak
RESTORE VERIFYONLYFROM DISK = N\Server1\Backup\DB_Backup.bak
RESTORE DATABASE MSDBFROM DISK = N\Server1\Backup\DB_Backup.bak