-
Notifications
You must be signed in to change notification settings - Fork 34
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
unable to create dir run.sh #52
Comments
Prepare for db operation |
Description===========* Oracle Database 21c XE Edition* Database features:* Patching allowed? No* OML4R supported? No* ORDS features:* REST-enabled? Yes* SQL Developer Web? Yes* Database API? Yes* Java 8 server runtime engine downloaded from OracleORACLE_SID=XE |
root@localhost docker-apex-stack]# ls -ltr |
@tomlieber Did you try running it as a regular user? |
Did you give your user permission to execute the files? |
still same issue.. i try it again on fresh virtualbox on oracle linux 8. 48Gbyte VM git clone https://github.com/fuzziebrain/docker-apex-stack.git sudo chmod +x 01-build.sh ./quickstart.sh error |
same on centos |
Can you provide your error? |
Cannot create directory "/opt/oracle/oradata/XE". |
Did you run the script as root user? If not change to it with "sudo su - root" |
Look at the log file "/opt/oracle/cfgtoollogs/dbca/XE/XE.log" for further details. |
I do all as root in CentOS and ol8 also .. i will try it again, which Linux
distro image u use?
Tom
Silas Mahler ***@***.***> schrieb am Fr., 8. Apr. 2022, 13:53:
… Did you run the script as root user? If not change to it with "sudo su -
root"
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4WOANDMAQPCNUG5E3ALE3VEAM3TANCNFSM5H7VZU2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
in my dockerfiles directory i found a directory called 21.3.0 and the .sh files are without execution rights.. in 19.3.0 it is with it.. |
Im using: server_ami = "ami-07e51b655b107cd9b" # AWS-AMI Marketplace Owner-ID: 131827586825 OL8.5 https://community.oracle.com/tech/apps-infra/discussion/4417739/launch-an-oracle-linux-instance-in-aws You should try oracle linux |
hi fuzziebrain
i have a virtualbox running with oracle linux 8
installing docker, git, curl etc.
i downloaded all recommended files
as root i run
./01_build.sh xe21.env
works well
then als root again
i tried to run
./02_run.sh
i get always this error:
(i found a solution with chmod 777 - but this doesnt work)
please help here i will attache my files
The text was updated successfully, but these errors were encountered: