You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Izzet Mustafaiev, thank you for your great repository.
I'm going to use your docker image as an database for my development environment; for now I'm looking some ways to change instance name, SID and service name.
For example I want to change from "XE" to "localdb"
I can change the SID by alter "XE" by "localdb" in the configuration below. echo "export ORACLE_SID=XE" >> /etc/profile.d/oracle-xe.sh
But I can not find anyways to change instance name & service name from "XE" to "localdb". Can you tell me where I can change the configuration>
The text was updated successfully, but these errors were encountered:
0bach0
changed the title
How to change instance name
Change instance name & service name
Jul 19, 2018
Hi Izzet Mustafaiev, thank you for your great repository.
I'm going to use your docker image as an database for my development environment; for now I'm looking some ways to change instance name, SID and service name.
For example I want to change from "XE" to "localdb"
I can change the SID by alter "XE" by "localdb" in the configuration below. echo "export ORACLE_SID=XE" >> /etc/profile.d/oracle-xe.sh
But I can not find anyways to change instance name & service name from "XE" to "localdb". Can you tell me where I can change the configuration>
bachnxhedspi have you finally changed the name of the instance successfully?
Hi Izzet Mustafaiev, thank you for your great repository.
I'm going to use your docker image as an database for my development environment; for now I'm looking some ways to change instance name, SID and service name.
For example I want to change from "XE" to "localdb"
I can change the SID by alter "XE" by "localdb" in the configuration below.
echo "export ORACLE_SID=XE" >> /etc/profile.d/oracle-xe.sh
But I can not find anyways to change instance name & service name from "XE" to "localdb". Can you tell me where I can change the configuration>
The text was updated successfully, but these errors were encountered: