1z0-036 Exam
Managing Oracle9i on linux
- Exam Number/Code : 1z0-036
- Exam Name : Managing Oracle9i on linux
- Questions and Answers : 144 Q&As
- Update Time: 2013-04-05
-
Price:
$ 119.00$ 69.00 -
1z0-036 Hard Copy (PDF)
-
1z0-036 Test Engine
Free 1z0-036 Demo Download
Test4pass offers free demo for Other Oracle Certification 1z0-036 exam (Managing Oracle9i on linux ). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Exam Description
It is well known that 1z0-036 exam test is the hot exam of Oracle certification. Test4pass offer you all the Q&A of the 1z0-036 real test . It is the examination of the perfect combination and it will help you pass 1z0-036 exam at the first time!
Why choose Test4pass 1z0-036 braindumps
Quality and Value for the 1z0-036 Exam
100% Guarantee to Pass Your 1z0-036 Exam
Downloadable, Interactive 1z0-036 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.
Test4pass 1z0-036 Exam Features
Quality and Value for the 1z0-036 Exam
Test4pass Practice Exams for Oracle 1z0-036 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
100% Guarantee to Pass Your 1z0-036 Exam
If you prepare for the exam using our Test4pass testing engine, we guarantee your success in the first attempt. If you do not pass the Other Oracle Certification 1z0-036 exam (ProCurve Secure WAN) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
Oracle 1z0-036 Downloadable, Printable Exams (in PDF format)
Our Exam 1z0-036 Preparation Material provides you everything you will need to take your 1z0-036 Exam. The 1z0-036 Exam details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first try, but also save your valuable time.
1z0-036 Downloadable, Interactive Testing engines
We are all well aware that a major problem in the IT industry is that there is a lack of quality study materials. Our Exam Preparation Material provides you everything you will need to take a certification examination. Like actual certification exams, our Practice Tests are in multiple-choice (MCQs) Our Oracle 1z0-036 Exam will provide you with free 1z0-036 dumps questions with verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. High quality and Value for the 1z0-036 Exam:100% Guarantee to Pass Your Other Oracle Certification exam and get your Other Oracle Certification Certification.
Hot KeyWords On 1z0-036 test
We collect some hot keywords about this exam:
Test4pass , Pass 4 Sure , Test in Side ,Pass Guide ,Test King 1z0-036 exam | 1z0-036 pdf exam | 1z0-036 braindumps | 1z0-036 study guides | 1z0-036 trainning materials | 1z0-036 simulations | 1z0-036 testing engine | 1z0-036 vce | 1z0-036 torrent | 1z0-036 dumps | free download 1z0-036 | 1z0-036 practice exam | 1z0-036 preparation files | 1z0-036 questions | 1z0-036 answers.
How to pass your 1z0-036 exam
You can search on Search Engine and Find Best IT Certification site: Test4pass.com - Find the Method to succeed 1z0-036 test,The safer.easier way to get Other Oracle Certification Certification .
��
Exam : Oracle 1Z0-036
Title : Managing Oracle9i on Linux
1. When you restarted the machine after editing the display settings, the monitor displays red, green, and blue lines. Which set of steps should you use to troubleshoot the problem?
A. Restart the system. Open a terminal window. Log in as root . Edit the X Windows configuration files. Start up the X Server. Specify the telinit 5 command.
B. Restart the system. Open a terminal window. Log in as root . Set the DISPLAY variable. Start up the X Server. Specify the telinit 5 command.
C. Switch to the text console. Log in as oracle . Edit the X Windows configuration files. Set the DISPLAY and PATH variables. Start up the X Server. Restart the system.
D. Switch to the text console. Log in as root . Turn off GUI by using the telinit 3 command. Edit the X Windows configuration files. Start up the X Server. Restart the system.
Answer: D
2. You have the following entry in the /etc/fstab file:
/ dev/hda5 /opt ext3 data=writeback 1 0
What is true about the data=writeback part of the entry with respect to the ext3 file system?
A. The entry resizes the file system.
B. The entry changes the run level to single-user mode.
C. The entry specifies a tuning parameter for asynchronous input/output (I/O).
D. The entry sets the journaling level so that only the changes to the file system metadata are logged.
E. The entry sets the journaling level so that the changes to the file system data as well as the metadata are logged.
Answer: D
3. Which two statements are true about Oracle Clustered File System (OCFS)? (Choose two.)
A. There is no limit on the number of files on OCFS.
B. You can create an OCFS on Logical Volume Manager (LVM).
C. You can use OCFS for database files as well as general files.
D. You must modify Linux kernel parameters before mounting OCFS.
E. Standard file system commands, such as mkdir , rmdir , and mv , are available on OCFS.
Answer: AE
4. You have created the automatic database startup script oracle_start in /etc/rc.d/init.d . While starting up the server, you have been receiving the error service oracle_start does not support chkconfig . What must you do to fix this error?
A. Schedule a cron task to start up the database.
B. Specify the path to the startup script in the oratab file.
C. Run the root.sh script to add the script to the runlevel directories.
D. Include the line #chkconfig: 2345 20 90 in the oracle_start script.
E. Place a copy of the oracle_start script in the rc2.d and rc3.d runlevel directories.
Answer: D
5. Which two methods would you use to boot to a nondefault runlevel? (Choose two.)
A. Specify the runlevel in the rc#.d directory.
B. Specify the runlevel in the init command.
C. Specify the runlevel in the chmod command.
D. Specify the runlevel as an argument for the inittab file.
E. Specify the runlevel at startup by using the boot loader program.
Answer: BE
6. What are the four roles of the semaphores parameters? (Choose four.)
A. The semmni parameter sets the maximum number of semaphore sets.
B. The semmsl parameter sets the maximum number of semaphore sets.
C. The semmsl parameter sets the maximum number of semaphores per set.
D. The semmns parameter sets the maximum number of semaphores per set.
E. The semmns parameter sets the total number of semaphores in the system.
F. The semopm parameter sets the total number of semaphores in the system.
G. The semmni parameter sets the maximum number of operations per semop call.
H. The semopm parameter sets the maximum number of operations per semop call.
Answer: ACEH
7. Examine the following entry in the sysctl.conf file: fs.file-max = 65536 What is the significance of this entry?
A. The entry sets the maximum number of open files for each process to 65536.
B. The entry sets the maximum number of subprocesses that a process can spawn to 65536.
C. The entry sets the maximum number of files in the operating system (OS) file system to 65536.
D. The entry sets the maximum number of background processes of the Oracle database to 65536.
Answer: A
8. Which three statements about shared server configuration are true? (Choose three.)
A. There is a large pool area.
B. It reduces memory usage.
C. It increases the number of server processes.
D. Automatic undo management is recommended.
E. The user global area (UGA) memory is taken from buffer pool.
F. Portions of PGA are allocated from the System Global Area (SGA).
Answer: ABF
9. Which package displays system usage graphs for CPU usage, memory usage, and system load?
A. top
B. free
C. xosview
D. xcpustate
Answer: C
10. You have scheduled a job on a remote host. At the scheduled time, the following is the scenario: - -You are not connected to the remote host.
- The Intelligent Agent (IA) is running on the remote host.
- The Oracle Enterprise Manager (OEM) console and Oracle Management Server (OMS) are not running on your local host. What happens to the scheduled job?
A. The job fails.
B. IA executes the job at the scheduled time.
C. IA executes the job at the scheduled time provided it is a Fixit job.
D. IA places the job in a queue and executes the job when you connect to the remote host.
E. IA executes the job at the scheduled time provided the local and remote hosts are using the same operating system.
F. IA places the job in a queue and executes the job when you run the O EM console and OMS on your local host.
Answer: B
11. Which information about your system will help you determine if CPU is a bottleneck? (Choose three.)
A. pages in
B. bigpages
C. load factor
D. average load
E. number of CPUs
Answer: CDE
12. Which four network components or services can be configured by using Oracle Net Manager? (Choose four.)
A. profile
B. listener
C. names server
D. service naming
E. Oracle HTTP Server
F. connection manager
Answer: ABCD
13. Which statistics enable you to view the impact of SQL statements on input/output (I/O) statistics?
A. file statistics in Performance Manager
B. sorts and parse calls values in Top SQL
C. CPU chart group in Performance Manager
D. buffer gets and disk reads values in Top SQL
E. statistics obtained from the sar and vmstat commands
Answer: D
14. You want the default database to participate in automatic startup and have configured the startup script and runlevels. However, the dbstart script does not start the instance. Which two methods can you use to work around the problem? (Choose two.)
A. Specify the command: SQL>CREATE PFILE = '?/dbs/[email protected]' FROM SPFILE = '?/dbs/[email protected]' ;
B. Specify the command: SQL>CREATE SPFILE = '?/dbs/[email protected]' FROM PFILE = '?/dbs/[email protected]' ;
C. Edit the dbstart script: Add the line: PFILE=${ORACLE_HOME }/dbs/[email protected]' Replace the line: if [ -f $PFILE ] ; then with if [ -f $PFILE -o -f $SPFILE ] ; then
D. Edit the dbstart script: Add the line: SPFILE=${ORACLE_HOME }/dbs/spfile${ORACLE_SID }.ora Replace the line: if [ -f $PFILE ] ; then with if [ -f $PFILE -o -f $SPFILE ] ; then
E. Edit the startup script: Add the line: CREATE SPFILE = '?/dbs/[email protected]' FROM PFILE = '?/dbs/[email protected]' ; Replace the line: if [ -f $PFILE ] ; then with if [ -f $PFILE -o -f $SPFILE ] ; then
Answer: AD