Search notes:

lsnrctl

LSNRCTL> help
The following operations are available
An asterisk (*) denotes a modifier or extended command:

start           stop            status          services
servacls        version         reload          save_config
trace           quit            exit            set*
show*
LSNRCTL> help set
The following operations are available after set
An asterisk (*) denotes a modifier or extended command:

rawmode                              displaymode
trc_file                             trc_directory
trc_level                            log_file
log_directory                        log_status
current_listener                     inbound_connect_timeout
startup_waittime                     save_config_on_stop
dynamic_registration                 enable_global_dynamic_endpoint
connection_rate_limit                valid_node_checking_registration
registration_invited_nodes           registration_excluded_nodes

TNS-12542 / TNS-12560 / TNS-00512

I once received the TNS-12542 error when I wanted to start the listener on a Windows machine that was not connected to the internet:
TNS-12542: TNS:address already in use
 TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   64-bit Windows Error: 48: Unknown error

Check if the Listener accepts HTTP requests

If lsnrctl status allows to check if if the Listener accepts HTTP requests:
$ lsnrctl status | grep HTTP
 (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=d10d20bb898b)(PORT=1234))(Presentation=HTTP)(Session=RAW))

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1756326954, '216.73.216.101', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/u01/app/oracle/product/vv-v-v/dbhome_n/bin/lsnrctl/index(70): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78