I can not start the oracle listener

0

I'm trying to install Oracle on a linux machine to be accessed in cobol. Sqlplus is working, I can execute sql commands.

When trying to start the oracle listener, I'm getting the error:

  

Message 1070 not found; In the message file for product = network,   facility = TNSTNS-12545:

I've tried various configurations of the listener.ora and tnsnames.ora files, but I can not start the listener. I'm working on a linux machine with no graphical option.

The ultimate goal is to run a program in microfocus cobol by accessing a table in oracle.

    
asked by anonymous 23.03.2017 / 11:49

1 answer

0

Dear Orlando,

The listener.ora file may be in the wrong place or not have the correct permissions.

Make sure you're on the path: $ ORACLE_HOME / network / admin

The owner of the file should be [oracle-user]. [oracle-group]

Permission should be 644

If you check that everything is correct try setting the listener through netca.

    
24.03.2017 / 15:26