The tnsnames.ora file has an entry for the service alias ORCL as follows:The TNS ping command executes successfully when tested with ORCL; however, from the same OS usersession, you are not able to connect to the database instance with the following command:SQL CONNECT scott/tiger@orcl What could be the reason for this?()A、The listener is not running on the database node.B、The TNS_ADMIN environment variable is set to the wrong value.C、The orcl.oracle.com database service is not registered with the listener.D、The DEFAULT_DOMAIN parameter is set to the wrong value in the sqlnet.ora file.E、The listener is running on a different port.

The tnsnames.ora file has an entry for the service alias ORCL as follows:The TNS ping command executes successfully when tested with ORCL; however, from the same OS usersession, you are not able to connect to the database instance with the following command:SQL > CONNECT scott/tiger@orcl What could be the reason for this?()

  • A、The listener is not running on the database node.
  • B、The TNS_ADMIN environment variable is set to the wrong value.
  • C、The orcl.oracle.com database service is not registered with the listener.
  • D、The DEFAULT_DOMAIN parameter is set to the wrong value in the sqlnet.ora file.
  • E、The listener is running on a different port.

相关考题:

Given that the current directory is empty, and that the user has read and write permissions, and the following:Which statement is true?() A.Compilation fails.B.The file system has a new empty directory named dir.C.The file system has a new empty directory named newDir.D.The file system has a directory named dir, containing a file f1.txt.E.The file system has a directory named newDir, containing a file f1.txt.

Atwo-nodeclusterisconfiguredformutualtakeover&en Atwo-nodeclusterisconfiguredformutualtakeoverwithtwoserviceIPlabels.TheclusterisBeingtestedforfalloverbehavior.Bothnodesintheclusterhavetwonetworkinterfaces(ent0’and’ent1’)configuredwithIPATviaIPReplacement.Whenthenetworkcableisremovedfromtheinterfacecardwiththeserviceaddress(’ent0’),theserviceaddressismovedto’ent1’,and’ent0’isreconfiguredonitsbootaddress.Whenthenetworkcableisreplacedon’ent0,theserviceaddressdoesnotswitchbackto’ent0’.Whatstatementmostaccuratelydescribesthissituation?()

Certkiller .com has asked you to create a file management application to monitor the hosts file.Certkiller .com has instructed you to change the hosts file if it has been changed.You, therefore, need to display the size and whether the hosts file is set to read-only.What should you do?()A.B.C.D.

An administrator has decided to use a Shared Ethernet Adapter (SEA) as part of a virtualized environment. Due to the expected traffic across the SEA, the administrator has decided to use an aggregation of two physical Ethernet adapters, ent0 and ent1 as the backing device in the VIO server to increase the available network bandwidth.  Which of the following commands would successfully create an aggregation device within a VIO server? ()A、 mkvdev -lnagg ent0,ent1B、 mkdev -lnagg -d ent0,ent1C、 mkvdev -t etherchannel -a ent0,ent1D、 mkdev -c adapter -s pseudo -t etherchannel ent0,ent1

When you use the Oracle Net Configuration Assistant to specify the naming method, which file is updated?()A、INIT.ORAB、SQLNET.ORAC、LISTENER.ORAD、TNSNAMES.ORA

Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressed mode foran installation?()A、Run the root.sh script.B、Create the oraInst.loc file.C、Create the tnsnames.ora file.D、Run the oraInstRoot.sh script.

7300 中,创建ADSL Line Profile的命令为()。A、ENT-PROFILE-ADSLB、ENT-PROFILE-XLNEC、ENT-PROFILE-XSRVCD、ENT-PROFILE- SERVICE

An Enterprise rou ter, Ent1, displays the following excerpt from the show ip bgp command. ENT1 has an eBGP connection to an ISP router with address 3.3.3.3 and an iBGP connection to a router with address 4.4.4.4. Which of the following is most likely to be true?() Network Next Hop Metric LocPrf Weight Path * 3.3.3.3 0 0 1 1 1 1 2 18 iA、The Enterprise likely uses ASN 1.B、The neighboring ISP likely uses ASN 1.C、The route has been advertised through ASN 1 multiple times.D、Router Ent1 will add another ASN to the AS_Path before advertising this route to its iBGP peer (4.4.4.4).

A technical specialist defined a virtual Ethernet ent2 on the VIO server that has a physical  adapter, ent0. Which of the following commands should be used to configure the Shared Ethernet  Adapter?()A、mkvdev -sea ent2 -vadapter ent0 -default ent0 -defaultid 1B、mkdev -virtual ent0 -adapter ent3 -default en2 -defaultid 1C、mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid 1D、mkvdev ent0 -sea -vadapter ent2 -default ent2 -defaultid 1

A file system has been corrupted and needs to be restored.  Which file contains the ufsdump levels for this file system? ()A、 /etc/backupB、 /etc/ufsdumpC、 /etc/dumpdatesD、 /etc/fsdumpdates

Your tnsnames.ora file has the following entry for the service alias ORCL:  ORCL =  (DESCRIPTION =  (ADDRESS = (PROTOCOL = TCP) (HOST = 10.156.24.216) (PORT = 1521))   (CONNECT_DATA =  (SERVER = DEDICATED) (SERVICE_NAME = orcl.oracle.com)   )   )   The TNSPING command executes successfully when tested with ORCL but you are not able to connect to the database instance with the following command:  SQL CONNECT scott/tiger@orcl  What could be the reason for this?()A、The listener is not running at the server.B、The TNS_ADMIN environmental variable is set to a wrong value.C、The orcl.oracle.com database service is not registered with the listener.D、The DEFAULT_DOMAIN parameter is set to a wrong value in the SQLNET.ORA file.

When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUPcommand? ()A、 data fileB、 password fileC、 archivelog fileD、 temporary fileE、 online redo log fileF、 the current control fileG、 the tnsnames.ora fileH、 current server parameter file

A client/server application has been configured to use local naming. The client and server run on separate machines. When the client tries to connect, it receives a TNS error. By carefully examining the environment, a tnsnames.ora is found only on the Oracle server machine, among other things. After copying this tnsnames.ora onto the client machine, the client is able to connect to the server.  Which statement is true?()A、tnsnames.ora must be on the client machine for local naming. B、tnsnames.ora must be removed from the server for the connection to work. C、tnsnames.ora must be on both the client and server machines for local naming. D、tnsnames.ora is not required for local naming; the problem was not fixed by copying the file to the client.

When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()A、data fileB、password fileC、archivelog fileD、temporary fileE、online redo log fileF、the current control fileG、the tnsnames.ora fileH、current server parameter file

Which of the following file should be configured for dynamic service registration?()A、LISTENER.ORAB、SQLNET.ORAC、INIT.ORAD、TNSNAMES.ORA

单选题An administrator has decided to use a Shared Ethernet Adapter (SEA) as part of a virtualized environment. Due to the expected traffic across the SEA, the administrator has decided to use an aggregation of two physical Ethernet adapters, ent0 and ent1 as the backing device in the VIO server to increase the available network bandwidth.  Which of the following commands would successfully create an aggregation device within a VIO server? ()A mkvdev -lnagg ent0,ent1B mkdev -lnagg -d ent0,ent1C mkvdev -t etherchannel -a ent0,ent1D mkdev -c adapter -s pseudo -t etherchannel ent0,ent1

单选题Your tnsnames.ora file has the following entry for the service alias ORCL:  ORCL =  (DESCRIPTION =  (ADDRESS = (PROTOCOL = TCP) (HOST = 10.156.24.216) (PORT = 1521))   (CONNECT_DATA =  (SERVER = DEDICATED) (SERVICE_NAME = orcl.oracle.com)   )   )   The TNSPING command executes successfully when tested with ORCL but you are not able to connect to the database instance with the following command:  SQL CONNECT scott/tiger@orcl  What could be the reason for this?()AThe listener is not running at the server.BThe TNS_ADMIN environmental variable is set to a wrong value.CThe orcl.oracle.com database service is not registered with the listener.DThe DEFAULT_DOMAIN parameter is set to a wrong value in the SQLNET.ORA file.

单选题Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressedmode for an installation()ARun the root.sh script.BCreate the oraInst.loc file.CCreate the tnsnames.ora file.DRun the oraintRoot.sh script.

多选题When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()Adata fileBpassword fileCarchivelog fileDtemporary fileEonline redo log fileFthe current control fileGthe tnsnames.ora fileHcurrent server parameter file

单选题The tnsnames.ora file has an entry for the service alias ORCL as follows:The TNS ping command executes successfully when tested with ORCL; however, from the same OS usersession, you are not able to connect to the database instance with the following command:SQL CONNECT scott/tiger@orcl What could be the reason for this?()AThe listener is not running on the database node.BThe TNS_ADMIN environment variable is set to the wrong value.CThe orcl.oracle.com database service is not registered with the listener.DThe DEFAULT_DOMAIN parameter is set to the wrong value in the sqlnet.ora file.EThe listener is running on a different port.

多选题When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUPcommand? ()Adata fileBpassword fileCarchivelog fileDtemporary fileEonline redo log fileFthe current control fileGthe tnsnames.ora fileHcurrent server parameter file

单选题A client/server application has been configured to use local naming. The client and server run on separate machines. When the client tries to connect, it receives a TNS error. By carefully examining the environment, a tnsnames.ora is found only on the Oracle server machine, among other things. After copying this tnsnames.ora onto the client machine, the client is able to connect to the server.  Which statement is true?()Atnsnames.ora must be on the client machine for local naming. Btnsnames.ora must be removed from the server for the connection to work. Ctnsnames.ora must be on both the client and server machines for local naming. Dtnsnames.ora is not required for local naming; the problem was not fixed by copying the file to the client.

单选题What command is used to create a SEA device over physical ethernet adapter ent0 and virtual ethernet adapters ent1(PVID 1) and ent2(PVID 2) with default ID of 1()Amkvdev -sea ent1 -vadapter ent2 -default ent1 -defaultid 1Bmkvdev -sea ent1 -vadapter ent0 -vadapter ent2 -default ent1 -defaultid 1Cmkvdev -sea ent0 -vadapter ent1,ent2 -defaultid 1Dmkvdev -sea ent0 -vadapter ent1 ent2 -default ent1 -defaultid 1

单选题A file system has been corrupted and needs to be restored.  Which file contains the ufsdump levels for this file system? ()A /etc/backupB /etc/ufsdumpC /etc/dumpdatesD /etc/fsdumpdates

单选题Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client  whileconnecting to the database instance from a remote machine()AHost naming methodBLocal naming methodCExternal naming methodDDirectory naming method

单选题An Enterprise rou ter, Ent1, displays the following excerpt from the show ip bgp command. ENT1 has an eBGP connection to an ISP router with address 3.3.3.3 and an iBGP connection to a router with address 4.4.4.4. Which of the following is most likely to be true?() Network Next Hop Metric LocPrf Weight Path * 3.3.3.3 0 0 1 1 1 1 2 18 iAThe Enterprise likely uses ASN 1.BThe neighboring ISP likely uses ASN 1.CThe route has been advertised through ASN 1 multiple times.DRouter Ent1 will add another ASN to the AS_Path before advertising this route to its iBGP peer (4.4.4.4).

单选题Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client while connecting to the database instance from a remote machine?()Ahost naming methodBlocal naming methodCexternal naming methodDdirectory naming method