no log here
no log fields
no log filters
no log severity
第1题:

A.A
B.B
C.C
D.D
第2题:
Which CLI command is used to create a W3C log?()
第3题:
End users are failing to log in to the network. Which command is used on the ERX Edge Router to validate communications with the RADIUS server?()
第4题:
The instance abnormally terminates because of a power outage. Which statement is true about redo log filesduring instance recovery()
第5题:
Which of the following statements best describes error logging?()
第6题:
Which command do you use to identify the meaning of a syslog message?()
第7题:
A general purpose MySQL instance is configured with the following options: —log-slow-queries —long-query-time=,0001 —log-slow-admin-queries —general-log —log-bin —binlog-format=STATEMENT —innodb-flush-log-at-trx-commit=1 Which three statements are true()。
第8题:
no log here
no log console
destination console severity 7
destination console logging off
第9题:
no log here
no log fields
no log filters
no log severity
第10题:
show log chassisd
show log clusterd
show log jsrpd
show log messages
第11题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第12题:
make log
log config
w3c log config
advance dproxy config
mklog file
第13题:
A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
第14题:
Which command shows the event and traceoptions file for chassis clusters?()
第15题:
You want to purge job entries older than 5 days from the job log. You do not want to purge window log entries. Which command will you use to accomplish this task?()
第16题:
An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()
第17题:
Log messages are appearing very quickly on the console of your ERX Edge Router. Which Privileged Exec command disables real-time console logging?()
第18题:
Which configuration command removes all log filters currently configured on the ERX Edge Router?()
第19题:
Which statement is true about FLUSH LOGS command?()
第20题:
V$LOG
V$LOGFILE
DBA_LOG_GROUPS
V$LOG_HISTORY
第21题:
test ppp aaa
test aaa ppp
test radius user
test user radius
第22题:
EXECUTE DBMS_SCHEDULER.PURGE_LOG(log_history => 5, job_name => ’JOB1’);
EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, job_name => ’JOB_LOG’);
EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log => ’JOB1’);
EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log =>’JOB_LOG’);
第23题:
help log messages
man log messages
man syslog
help syslog
第24题:
myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err