Which two would enable the debug?

An application deployed to a server “myserver” shows degraded performance with respect to
database related calls and you have decided to capture the data about all the JDBC methods
invoked including the arguments and return values by enabling “DebugJDBCSQL” using WLST
(WebLogic Scripting Tool). Which two would enable the debug?

An application deployed to a server “myserver” shows degraded performance with respect to
database related calls and you have decided to capture the data about all the JDBC methods
invoked including the arguments and return values by enabling “DebugJDBCSQL” using WLST
(WebLogic Scripting Tool). Which two would enable the debug?

A.
connect(user, password, url)
edit()
cd(‘Servers/myserver/ServerDebug/myserver’)
set(‘DebugJDBCSQL’,’true’)
save()

B.
connect(user, password, url)
edit()
cd(‘Servers/myserver/ServerDebug/myserver’)
startEdit()
set(‘DebugJDBCSQL’,’true’)
save()

C.
connect(user, password, url)
edit()
cd(‘Servers/myserver/ServerDebug/myserver’)
startEdit()
set(‘DebugJDBCSQL’,’true’)
save()
activate()

D.
connect(user, password, url)
edit()
cd(‘Servers/myserver/ServerDebug/myserver’)
startEdit()
set(‘DebugJDBCSQL’,’true’)
activate()



Leave a Reply 0

Your email address will not be published. Required fields are marked *