Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB may not startup if synced folder is not mounted in time #8

Open
steveswinsburg opened this issue Aug 16, 2017 · 0 comments
Open

Comments

@steveswinsburg
Copy link
Owner

steveswinsburg commented Aug 16, 2017

Since the /vagrant folder is mounted after the server starts up, if this takes a while the Database may not startup. The workaround is to connect and open it:

sudo su - oracle
sqlplus "/ as sysdba"
SQL> select status from v$instance;

the result should be MOUNTED. If so:

SQL> alter database open;

To resolve this, the Oracle startup could wait for the folder to be mounted via:
http://razius.com/articles/launching-services-after-vagrant-mount/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant