I'd create service
dbsvc -as -s automatic -t network -w Network_Server -n <serverName> -
x tcpip -c 32m <DBFileName> .
After restarting Linux the server is running. Then I'd create new
service
dbsvc -as -s automatic -t dbremote -rs Network_Server -w DBRemote
@dataR
I wish the new service depend on Network_Server (option -rs). After
restarting Linux I'd
expect the DBRemote to be running but that isn't the case. I'd delete
and create new one with -rs SA_Network_Server. Service DBRemote not
starting again(can not connect to server). Any ideas?
Anatoly K