Balaji Hare Ram Balaji wrote:
> 
> hi
> 
> as you said, iam bae to create table vpopmail, relay
> when i add domain, its not writing in to database.
> 
> i did like this in voracle.h
> 
> /* Edit to match your set up */
> #define ORACLE_SERVICE       "ORCL"
> #define ORACLE_USER          "system"
> #define ORACLE_PASSWD        "manager"
> #define ORACLE_HOME          "ORACLE_HOME=/export/home/oracle" ( oracle
> path)
> /* End of setup section*/
> 
> WHAT ABOUT THIS, IS THIS REQUIRE OR ABOVE ONE ENOUGH.

You must set ORACLE_USER to be a valid user in oracle
and you must set ORACLE_PASSWD to be a valid password
for that user. And you must set ORACLE_HOME to point
to the base directory of your oracle installation.

Otherwise, it won't work.

Ken

Reply via email to