Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Oracle中自动启动侦听器_Oracle_Centos - Fatal编程技术网

如何在Oracle中自动启动侦听器

如何在Oracle中自动启动侦听器,oracle,centos,Oracle,Centos,重新启动操作系统Centos linux后,侦听器不会自动启动,因此每次我都必须键入以下命令: lsnrctl start 如何自动启动侦听器?您可以向cron添加如下内容: @reboot $ORACLE_HOME/bin/lsnrctl start 您可以向cron添加如下内容: @reboot $ORACLE_HOME/bin/lsnrctl start

重新启动操作系统Centos linux后,侦听器不会自动启动,因此每次我都必须键入以下命令:

lsnrctl start

如何自动启动侦听器?

您可以向cron添加如下内容:

@reboot $ORACLE_HOME/bin/lsnrctl start

您可以向cron添加如下内容:

@reboot $ORACLE_HOME/bin/lsnrctl start