Oracle 1Z0-046 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/1z0-046.html
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?
You executed the following command on a Linux machine:
$ cat /proc/slabinfo | grep kio kioctx 270 270 128 9 9 1 : 252 126 kiocb 66080 66080 96 1652 1652 1 : 252 126 kiobuf 236 236 64 4 4 1 : 252 126
Which statement describes the purpose of executing the command?
Which statement correctly describes the swap cache in the Linux memory model?
Which statement correctly describes the functionality of OS Watcher (OSW)?
Examine the content of the /proc/sys/kernel/tainted file on your Linux machine:
[root@edtdt6p1 root]# cat /proc/sys/kernel/tainted 1
What will happen when you install Oracle Database 10g on this machine?
View the Exhibit and examine the highlighted entry.

You added a call to the oraenv script in a user's login script.
Which two statements are true about this entry? (Choose two.)
You have the following operating system (OS) groups:
1. dba This is the OSDBA group.
2. oper This is the OSOPER group.
3. oinstall This is the owner of Oracle software.
Which groups do you need to assign to an OS user to enable that user to connect as "I as sysdba"?
In an online transaction processing (OLTP) database, a large number of concurrent users are performing small transactions on a specific schema. You observe the statistics and find that total_waits for buffer busy
event is increasing significantly. You are in the process of creating another OLTP database with similar workload.
What would you do to avoid the wait event in the new database?
You modified the Linux memory map and lowered mapped base for Oracle shared libraries to increase the System Global Area (SGA) size.
Which three statements are true in this scenario? (Choose three.)
Following are the parameters set in your Oracle database instance:
USE_INDIRECT_DATA_BUFFERS=true DB_BLOCK_SIZE=8192
DB_BLOCK_BUFFERS=1048576 SHARED_POOL_SIZE=2831155200
You executed the following command:
$ Is -al /dev/shm total 120 drwxr-xr-x 1 oracle dba 0 Nov 20 16:29 .
drwxr-xr-x 22 root root 118784 Nov 20 16:25 .. -
rw-r---1 oracle dba 8589934592 Nov 20 16:30 ora_orcl_458754
Which statement is correct in this scenario?