Question : I have a SQL Server 2005 instance that has worked fine for years. There have been no changes […]
Tag: startup
Calculating the elapsed time of Oracle Database Startup operation
Question : I’m trying to calculate the elapsed time of Oracle Database startup command. The view V$INSTANCE contains the STARTUP_TIME […]
Hook to run code when Postgres DB launches
Question : I need to run code when a database/catalog in a Postgres cluster comes online, before any client has […]
index-*.wt: encountered an illegal file format or internal – WT_PANIC: WiredTiger library panic – aborting after fassert() failure
Question : One hypervisor went down for 7 seconds and afterwords I couldn’t start mongod. See error. Replicaset with 3 […]
Can’t start MySQL server because of wrong file permissions?
Question : I’m trying to start the server and then fix the root user by $ mysql -u root mysql […]
How to stop MySQL recreating SSL files on restart
Question : We’re using MySQL 5.7.22. Each time I restart MySQL it creates a set of SSL files ( ca-key.pem […]
Startup procedure for availability replica becoming primary
Question : Is there any way how to create a startup T-SQL script/procedure for starting availability replica (when state has […]
How to resolve error ORA-19802 when starting up an Oracle database instance?
Question : I tried starting up my instance and received the error ORA-19802. Cannot use db_recovery_file_dest without db_recovery_file_dest_size. How can […]
Startup Parameters greyed out in SSCM for new instance
Question : We do not appear to be able to change the startup parameters for a new SQL Server instance, […]
ORA-03113 when starting up an Oracle 11g database
Question : I have read “ORA-03113: end-of-file on communication channel” on startup and others from this site to solve my […]