Posted in Oracle, pass4side by:
No Comments
01 Dec
More info from http://www.pass4side.com/1Z0-042.htm
6. It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use of this consistent backup in RMAN?
A. cannot be used in RMAN
B. by starting up the database again
C. by using [...]
Posted in Other certification, pass4side by:
No Comments
01 Dec
More info from http://www.pass4side.com/1Z0-042.htm
1. When you try to start the Database Control by using the emctl start
dbconsole command the following error is displayed:
TZ set to America/New_york
OC4J Configuration issue.
/u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_orcl.us.oracl
e.com not found.
Which two environment variables do you need to set appropriately to avoid
such errors, and start the Database Control successfully? (Choose two.)
A. NLS_LANG
B. ORACLE_SID
C. ORACLE_HOME
D. ORACLE_BASE
E. [...]
Posted in Other certification, pass4side by:
No Comments
01 Dec
More info viste http://www.pass4side.com/1Z0-032.htm
6. Which user-managed backup performed on your database can be labeled as consistent?
A.a backup performed when the database is open
B.a backup performed on a tablespace after putting the tablespace into backup mode
C.a backup performed when the database is closed by using the SHUTDOWN ABORT command
D.a backup performed when all data files and [...]
Posted in Other certification, pass4side by:
No Comments
01 Dec
More info viste http://www.pass4side.com/1Z0-032.htm
1. While starting up the database on a Monday morning, you get the following error after the database is mounted:
ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
ORA-01110: data file 9: ‘/u01/oracle/app/oradata/orcl/users01.dbf’
While investigating, you realize that a backup of the data file (users01.dbf) exists. Which data dictionary view would you [...]
Posted in Other certification, pass4side by:
No Comments
01 Dec
More info viste http://www.pass4side.com/1Z0-007.htm
12. The CUSTOMERS table has these columns:
CUSTOMER_ID NUMBER(4) NOT NULL
CUSTOMER_NAME VARCHAR2(100) NOT NULL
CUSTOMER_ADDRESS VARCHAR2(150)
CUSTOMER_PHONE VARCHAR2(20)
You need to produce output that states “Dear Customer customer_name, “.
The customer_name data values come from the CUSTOMER_NAME column in the CUSTOMERS table. Which statement produces this output?
A.SELECT dear customer, customer_name,
B.SELECT “Dear Customer”, customer_name || ‘,’
FROM customers;
C.SELECT ‘Dear [...]
Posted in Other certification, pass4side by:
No Comments
01 Dec
More info viste http://www.pass4side.com/1Z0-007.htm
7. A SELECT statement can be used to perform these three functions:
1. Choose rows from a table.
2. Choose columns from a table.
3. Bring together data that is stored in different tables by creating a link between them.
Which set of keywords describes these capabilities?
A.difference, projection, join
B.selection, projection, join
C.selection, intersection, join
D.intersection, projection, join
E.difference, projection, [...]