1z0-046 10g DBA Braindump
ExamSoon 1z0-046 Exams
Oracle Oracle Database 10g: Managing Oracle on Linux for DBAs
O rder : 1z0-046 Exam
Practice Exam: 1z0-046
Exam Number/Code: 1z0-046
Exam Name: Oracle Database 10g: Managing Oracle on Linux for DBAs
Questions and Answers: 138 Q&As
Free 1z0-046 Braindumps
Exam : Oracle 1Z0-046
Title : Oracle? Database 10g:Managing Orcale on Linux for DBAs
1. Examine the content of the /proc/sys/kernel/tainted file on your Linux machine:
[root@edtdr6p1 root]# cat /proc/sys/kernel/tainted
1
What will happen when you install Oracle Database 10g on this machine?
A. Installation will fail because of the tainted kernel.
B. Installation will be successful, but Oracle will not provide support for the database product.
C. Installation will be successful. Oracle will provide support for the database product but not for the operating system
(OS).
D. Installation will be successful and Oracle will provide support for the database product as well as the OS.
E. Successful installation and Oracle support for database product as well as Linux OS will depend on the module
tainting the kernel.
Answer: E
2. You need to ensure that whenever you create a new file, it should have the following set of permissions:
u=rwx,g=rx,o=rx.
Which statement can you add to the .bashrc script to set the desired file permissions?
A. umask 455
B. umask 012
C. umask 0755
D. chmod u=rwx,g=rx,o=rx
Answer: C
3. You attempt to modify the ksms.s library and relink the Oracle database executable to use the address
0X15000000 for the System Global Area (SGA). You receive an error.
Which set of commands would you use to restore the original settings?
A. echo 0X1000000 > ksms.s
make -f ins_rdbms.mk ksms.s
B. echo 0X15000000 > ksms.s
make -f ins_rdbms.mk ioracle
C. make -f ins_rdbms.mk ksms.s
make -f ins_rdbms.mk ioracle
D. genksms > ksms.s
make -f ins_rdbms.mk ksms.o
make -f ins_rdbms.mk ioracle
E. genksms -s 0X10000000 > ksms.o
Answer: D
4. A non-General Public License (GPL) driver was loa