IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

Oracle 1Z0-046 인증시험덤프자료

Oracle 1Z0-046시험을 패스함으로 취업에는 많은 도움이 됩니다. Pass4 Test는 Oracle 1Z0-046시험패스로 꿈을 이루어주는 사이트입니다. Pass4 Test의  Oracle 1Z0-046덤프는 아주 좋은 학습자료로 응시하는데 충분한 문제집입니다. 여러분이 안전하게 간단하게  Oracle 1Z0-046덤프로 시험을 응시하시면 됩니다.만약   Oracle 1Z0-046 시험을 통과하고 싶다면  Pass4 Test를 선택할것을 추천합니다. Pass4Test를 선택함으로 가장 적은 투자로 많은 이익을 가져올 수 있습니다. Pass4 Test에서 제공하는  Oracle 1Z0-046 덤프는 시험패스 하는데 문제 없습니다. Pass4Test에는 전문적으로 it인증시험관련문제와 답을 만들어내는 제작팀이 있으며   Pass4 Test 이미지 또한 업계에서도 이름이 있답니다.여러분은 우선 우리 Pass4Test사이트에서 제공하는  Oracle 1Z0-046 덤프의 일부 문제와 답을 체험해보세요. 우리 Pass4Test를 선택해주신다면 우리는 최선을 다하여 여러분이 꼭 한번에 시험을 패스할 수 있도록 도와드리겠습니다.만약 여러분이 우리의 인증시험 덤프를 보시고 시험이랑 틀려서 패스를 하지 못하였다면 우리는 무조건 덤프비용 전부를 환불해드릴것입니다.

 

 

 

NO.1 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

NO.2 A non-General Public License (GPL) driver was loaded on a Linux machine. To verify that the module
has tainted the kernel, you executed the cat /proc/sys/kernel/tainted command and received the following
output:
[root@edtdr6p1 root]# cat /proc/sys/kernel/tainted
1
What do you infer from the output? (Choose all that apply.)
A.A proprietary module has been loaded.
B.A module is marked unsupported by the vendor.
C.All the loaded modules have General Public License (GPL).
D.A module was force-loaded by using the insmod -f command.
ANSWER: AD

NO.3 Match the following commands with the purpose they are used for:
i chmod a) To create a file with the desired time stamp
ii touch b) To use the variable of the parent shell in child shell
iii alias c) To give write permission to a directory
iv uname d) To simplify long commands
v export e) To see the Linux release number
A.i-a, ii-e, iii-d, iv-c, v-b
B.i-c, ii-a, iii-e, iv-d, v-b
C.i-c, ii-e, iii-b, iv-a, v-b
D.i-c, ii-a, iii-d, iv-e, v-b
ANSWER: D

NO.4 View the Exhibit.
Which two statements are true about the output of the cat /proc/partitions command? (Choose two.)
A.The hard disk has four partitions.
B.The hard disk has six partitions.
C.The swap partition is not shown in the output.
D.The major column shows the device number with partitions.
E.The #blocks column shows the number of inode blocks in that partition.
ANSWER: AD

NO.5 Which three statements are true about Oracle Clustered File System (OCFS)? (Choose three.)
A.There is no limit on the number of files on OCFS.
B.You can use OCFS for database files as well as general files.
C.You can create an OCFS using Logical Volume Manager (LVM).
D.You must modify the Linux kernel parameters before mounting OCFS.
E.Standard file system commands, such as mkdir, rmdir, and mv, are available on OCFS.
ANSWER: ABE

NO.6 View the following script:
if [ -d $1 ]
then
for Data in `ls $1 *|tr -s " "| grep .dbf`
do
echo $Data
done
else
echo -e "No Directory specified"
fi
Which statement is true about the script?
A.The script displays the total number of .dbf files on the local machine.
B.The script will not execute because no value for the $1 variable is given.
C.The script displays the .dbf files in the location given as a value in the positional parameter.
D.The script will give an error because the variable name should contain the letters of the English
alphabet.
ANSWER: C

NO.7 You have started an instance with the DBWR_IO_SLAVES initialization parameter set to 2. What will
be the result of setting this parameter? (Choose two.)
A.The DISK_ASYNCH_IO initialization parameter will be set to True.
B.The TAPE_ASYNCH_IO initialization parameter will be set to True.
C.The database instance will simulate asynchronous input/output (I/O).
D.Oracle server will update the value for the DB_CACHE_SIZE initialization parameter as per the system
requirement.
E.If the existing value of the DB_WRITER_PROCESSES initialization parameter is set to greater than 1,
then the DB_WRITER_PROCESSES parameter will be set to 1.
habet.
ANSWER: CE

NO.8 View the following script:
if [ -r /etc/oratab ]
then
ORATAB=/etc/oratab
else
if [ -r /var/opt/oracle/oratab ]
then
ORATAB=/var/opt/oracle/oratab
else
echo "Can't find any oratab file"
exit 1
fi
fi
grep -v [\#\*] $ORATAB | cut -d ":" -f1
Which statement is true about the execution and output of the script?
A.It will execute only in the /etc/oratab directory.
B.It will show all the Oracle homes listed in the oratab file on the local machine.
C.It will show all Oracle database SIDs listed in the oratab file on the local machine.
D.The script output will depend on the command-line arguments passed while executing the script.
ANSWER: C

NO.9 You want to install Oracle Database 10g on a Linux machine. You want to ensure that no tainted
modules are loaded on the kernel. Which commands will you execute to achieve this?
A.uname -r
B.uname -v
C.cat /proc/version
D.cat /proc/sys/kernel/tainted
ANSWER: D

NO.10 In an online transaction processing (OLTP) database instance that involves a high volume of data
manipulation language (DML) operations, you decide to increase the value of the LOG_BUFFER
parameter.
What could be the reason for this change?
A.The buffer busy wait event has been detected.
B.The no free buffers event has been detected.
C.The log buffer space wait event has been detected.
D.The log file completion wait event has been detected.
E.The value for the free buffer inspected statistics is growing.
ANSWER: C

NO.11 ho.sh is an executable shell script. You executed the following command that leads to an error:
$ strace -o /tmp/ho.out ./ho.sh
strace: exec: Permission denied
What could you do to execute the command successfully in the next attempt?
A.Provide the shell reference with the command.
B.Remove the shell reference present inside the shell script.
C.Execute the command as the root operating system user.
D.The extension for the output file should be changed to .log.
ANSWER: A

NO.12 Which command would you use to identify the users that belong to the oradba group?
A.id -G
B.uname -g
C.grep

 

 


Posted 2013/4/27 7:29:19  |  Category: 미분류  |  Tag: