[Oracle to PostgreSQL]connction string lacks some options

Hi guys,
I want to connect from oracle 11g to PostgreSQL 9.3 . l get this error message:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[unixODBC]connction string lacks some options {08001,NativeErr = 202}
ORA-02063: preceding 2 lines from k
but I can connected to PostgreSQL using isql.
Oracle CharacterSet :AL32UTF8
PostgreSQL server_encoding:UTF8
PostgreSQL client_encoding:UTF8
Here are my configuration files:
odbc.ini:
[PostgreSQL]
Driver = /usr/local/pgsqlodbc/lib/psqlodbcw.so
Description = Test2PG
Servername = 192.168.0.1
PORT = 5432
Protocol = 9.3
UserName = postgres
Password = postgres
Database = testdb
TRACE =Yes
TaceFile = /tmp/sql.log
tnsnames.ora:
PostgreSQL =
(DESCRIPTION =
   (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.10)(PORT = 1521))
   (CONNECT_DATA =(SID = PostgreSQL)
  (HS =OK)
listener.ora:
SID_LIST_LISTENER=
  (SID_LIST=
    (SID_DESC=
      (SID_NAME=PostgreSQL)
      (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
      (EVNS=LD_LIBRARY_PATH=/usr/local/unixodbc/lib:/usr/local/pgsqlodbc/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin)
      (PROGRAM=dg4odbc)
initiPostgreSQL.ora:
HS_FDS_CONNECT_INFO = PostgreSQL
HS_FDS_TRACE_LEVEL = 255
HS_FDS_SHAREABLE_NAME = /usr/local/unixodbc/lib/libodbc.so
HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P1
set ODBCINI=/etc/odbc.ini
Trace:
Oracle Corporation --- THURSDAY  MAY 15 2014 15:59:19.875
Heterogeneous Agent Release
11.2.0.3.0
Oracle Corporation --- THURSDAY  MAY 15 2014 15:59:19.874
    Version 11.2.0.3.0
Entered hgogprd
HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
Entered hgosdip
setting HS_OPEN_CURSORS to default of 50
setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
setting HS_FDS_RECOVERY_PWD to default value
setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
setting HS_IDLE_TIMEOUT to default of 0
setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
setting HS_NLS_NCHAR to default of "AL32UTF8"
setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
setting HS_FDS_DATE_MAPPING to default of "DATE"
setting HS_RPC_FETCH_REBLOCKING to default of "ON"
setting HS_FDS_FETCH_ROWS to default of "100"
setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
setting HS_FDS_MAP_NCHAR to default of "TRUE"
setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
setting HS_FDS_QUERY_DRIVER to default of "TRUE"
setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
Default value of 32 assumed for HS_FDS_SQLLEN_INTERPRETATION
setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
setting HS_FDS_DELAYED_OPEN to default of "TRUE"
setting HS_FDS_WORKAROUNDS to default of "0"
Exiting hgosdip, rc=0
ORACLE_SID is "PostgreSQL"
Product-Info:
  Port Rls/Upd:3/0 PrdStat:0
  Agent:Oracle Database Gateway for ODBC
  Facility:hsa
  Class:ODBC, ClassVsn:11.2.0.3.0_0011, Instance:PostgreSQL
Exiting hgogprd, rc=0
hostmstr:          0: HOA After hoagprd
hostmstr:          0: HOA Before hoainit
Entered hgoinit
HOCXU_COMP_CSET=1
HOCXU_DRV_CSET=31
HOCXU_DRV_NCHAR=873
HOCXU_DB_CSET=873
HS_LANGUAGE is AMERICAN_AMERICA.WE8ISO8859P1
LANG=en_US.UTF-8
HOCXU_SEM_VER=112000
Entered hgolofn at 2014/05/15-15:59:19
HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/local/unixodbc/lib/libodbc.so"
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLAllocHandle
symbol_peflctx=0x522520
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLBindCol
symbol_peflctx=0x5226c0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLBindParameter
symbol_peflctx=0x523110
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLCancel
symbol_peflctx=0x524930
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLDescribeParam
symbol_peflctx=0x52e120
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLDisconnect
symbol_peflctx=0x52e670
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLEndTran
symbol_peflctx=0x531b50
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLExecute
symbol_peflctx=0x5336b0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLFetch
symbol_peflctx=0x534070
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLFreeHandle
symbol_peflctx=0x5361e0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLFreeStmt
symbol_peflctx=0x536210
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetData
symbol_peflctx=0x537fd0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetEnvAttr
symbol_peflctx=0x53bc40
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetFunctions
symbol_peflctx=0x53c040
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLMoreResults
symbol_peflctx=0x53e0d0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLNumResultCols
symbol_peflctx=0x53f030
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLParamData
symbol_peflctx=0x53f3f0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLPutData
symbol_peflctx=0x541a40
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLRowCount
symbol_peflctx=0x541f30
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLSetEnvAttr
symbol_peflctx=0x5447f0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLSetDescRec
symbol_peflctx=0x544570
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLColAttribute
symbol_peflctx=0x5254a0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLColumns
symbol_peflctx=0x527280
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLConnect
symbol_peflctx=0x52b600
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLDescribeCol
symbol_peflctx=0x52d8c0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLDriverConnect
symbol_peflctx=0x52f420
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLExecDirect
symbol_peflctx=0x532ff0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLForeignKeys
symbol_peflctx=0x534bc0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetConnectAttr
symbol_peflctx=0x536670
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetDescField
symbol_peflctx=0x538800
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetDescRec
symbol_peflctx=0x538ea0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetDiagField
symbol_peflctx=0x53a350
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetDiagRec
symbol_peflctx=0x53b220
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetInfo
symbol_peflctx=0x53cbd0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetStmtAttr
symbol_peflctx=0x53cf60
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLGetTypeInfo
symbol_peflctx=0x53dc40
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLPrepare
symbol_peflctx=0x53fce0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLPrimaryKeys
symbol_peflctx=0x540340
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLProcedureColumns
symbol_peflctx=0x540ae0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLProcedures
symbol_peflctx=0x541300
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLSetConnectAttr
symbol_peflctx=0x542270
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLSetStmtAttr
symbol_peflctx=0x546050
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLSetDescField
symbol_peflctx=0x5440d0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLStatistics
symbol_peflctx=0x548140
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Entered hgolofns at 2014/05/15-15:59:19
libname=/usr/local/unixodbc/lib/libodbc.so, funcname=SQLTables
symbol_peflctx=0x5491b0
hoaerr:0
Exiting hgolofns at 2014/05/15-15:59:19
Exiting hgolofn, rc=0 at 2014/05/15-15:59:19
HOSGIP for "HS_OPEN_CURSORS" returned "50"
HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
Invalid value of 32 given for HS_FDS_SQLLEN_INTERPRETATION
treat_SQLLEN_as_compiled = 1
Exiting hgoinit, rc=0 at 2014/05/15-15:59:19
hostmstr:          0: HOA After hoainit
hostmstr:          0: HOA Before hoalgon
Entered hgolgon at 2014/05/15-15:59:19
reco:0, name:postgres, tflag:0
Entered hgosuec at 2014/05/15-15:59:19
Exiting hgosuec, rc=0 at 2014/05/15-15:59:19
HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
using postgres as default value for "HS_FDS_DEFAULT_OWNER"
HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
Entered hgocont at 2014/05/15-15:59:19
HS_FDS_CONNECT_INFO = "PostgreSQL"
RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
Entered hgogenconstr at 2014/05/15-15:59:19
dsn:PostgreSQL, name:postgres
optn:
Entered hgocip at 2014/05/15-15:59:19
dsn:PostgreSQL
Exiting hgocip, rc=0 at 2014/05/15-15:59:19
##>Connect Parameters (len=40)<##
## DSN=PostgreSQL;
#! UID=postgres;
#! PWD=*
Exiting hgogenconstr, rc=0 at 2014/05/15-15:59:19
Entered hgopoer at 2014/05/15-15:59:19
hgopoer, line 231: got native error 202 and sqlstate 08001; message follows...
[unixODBC]connction string lacks some options {08001,NativeErr = 202}
Exiting hgopoer, rc=0 at 2014/05/15-15:59:19
hgocont, line 2754: calling SqlDriverConnect got sqlstate 08001
Exiting hgocont, rc=28500 at 2014/05/15-15:59:19 with error ptr FILE:hgocont.c LINE:2774 FUNCTION:hgocont() ID:Something other than invalid authorization
Exiting hgolgon, rc=28500 at 2014/05/15-15:59:19 with error ptr FILE:hgolgon.c LINE:801 FUNCTION:hgolgon() ID:Calling hgocont
hostmstr:          0: HOA After hoalgon
RPC Calling nscontrol(0), rc=0
hostmstr:          0: RPC Before Exit Agent
hostmstr:          0: HOA Before hoaexit
Entered hgoexit at 2014/05/15-15:59:19
Exiting hgoexit, rc=0
hostmstr:          0: HOA After hoaexit
hostmstr:          0: RPC After Exit Agent
ODBC Trace:
[ODBC][6580][1400140759.882270][SQLSetConnectAttr.c][396]
  Entry:
  Connection = 0x90bd960
  Attribute = SQL_ATTR_AUTOCOMMIT
  Value = (nil)
  StrLen = -5
[ODBC][6580][1400140759.882326][SQLSetConnectAttr.c][671]
  Exit:[SQL_SUCCESS]
[ODBC][6580][1400140759.882642][SQLDriverConnect.c][728]
  Entry:
  Connection = 0x90bd960
  Window Hdl = (nil)
  Str In = [DSN=PostgreSQL;UID=postgres;PWD=********][length = 40]
  Str Out = 0x90bd200
  Str Out Max = 1024
  Str Out Ptr = 0xbfd1e25c
  Completion = 0
  UNICODE Using encoding ASCII 'ANSI_X3.4-1968' and UNICODE 'UCS-2LE'
  DIAG [08001] connction string lacks some options
[ODBC][6580][1400140759.887954][SQLDriverConnect.c][1454]
  Exit:[SQL_ERROR]
[ODBC][6580][1400140759.888032][SQLGetDiagRec.c][680]
  Entry:
  Connection = 0x90bd960
  Rec Number = 1
  SQLState = 0xbfd1df58
  Native = 0xbfd1df7c
  Message Text = 0xbfd1dd20
  Buffer Length = 510
  Text Len Ptr = 0xbfd1df94
[ODBC][6580][1400140759.888065][SQLGetDiagRec.c][717]
  Exit:[SQL_SUCCESS]
  SQLState = 08001
  Native = 0xbfd1df7c -> 202
  Message Text = [[unixODBC]connction string lacks some options]
[ODBC][6580][1400140759.888108][SQLGetDiagRec.c][680]
  Entry:
  Connection = 0x90bd960
  Rec Number = 2
  SQLState = 0xbfd1df58
  Native = 0xbfd1df7c
  Message Text = 0xbfd1dd20
  Buffer Length = 510
  Text Len Ptr = 0xbfd1df94
[ODBC][6580][1400140759.888136][SQLGetDiagRec.c][717]
  Exit:[SQL_NO_DATA]
[ODBC][6580][1400140759.888222][SQLDisconnect.c][208]
  Entry:
  Connection = 0x90bd960
[ODBC][6580][1400140759.888250][SQLDisconnect.c][237]Error: 08003
[ODBC][6580][1400140759.888319][SQLFreeHandle.c][284]
  Entry:
  Handle Type = 2
  Input Handle = 0x90bd960
[ODBC][6580][1400140759.888352][SQLFreeHandle.c][333]
  Exit:[SQL_SUCCESS]
[ODBC][6580][1400140759.889499][SQLFreeHandle.c][219]
  Entry:
  Handle Type = 1
  Input Handle = 0x90abf70
Thank you.

When looking at the strace file the Driver Manager tries to load the odbc.ini you specified in your gateway init file: set ODBCINI=/etc/odbc.ini
but that fails as the oracle user can not access it - instead it tries to load a different file:
17811 open("/etc/odbc.ini", O_WRONLY|O_CREAT|O_APPEND, 0666) = -1 EACCES (Permission denied)
17811 open("/usr/local/unixodbc/etc/odbc.ini", O_RDONLY) = 8
Could you please make sure that the oracle user can access that file?
You also mentioned at the beginning that you could connect to the Postgres database using isql - did you do the test as "oracle" user and what ENV parameters have you set before opening isql?
Just a minor issue which has no impact as your LD_LIBRARY_PATH in the environment is set correctly - the listener.ora file contains the line
(EVNS=LD_LIBRARY_PATH=/usr/local/unixodbc/lib:/usr/local/pgsqlodbc/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin)
but EVNS should be ENVS or even better ENV. So please correct:
(EVNS=LD_LIBRARY_PATH=/usr/local/unixodbc/lib:/usr/local/pgsqlodbc/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin)
to
(ENV="LD_LIBRARY_PATH=/usr/local/unixodbc/lib:/usr/local/pgsqlodbc/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin")
Then stop and start the listener.
- Klaus

Similar Messages

  • C2-03 Lacking Some basic options

    I have just buy C2-03 and disappointed with some basic options, kindly resolve them in next software update-
    1- No option to Type message without opening slide keypad- please add onscreen keypad
    2- No option to remove keypad lock during call inprogress and also no option to set keypad lock time.
    3- No option to Mark messages to delete or move- please add mark option.
    4- No way to decrease brigtness of phone.
    5- No option to set different Ring tones for both SIM cards.
    Please make these option available through new software update, besides these weekness the phone is excellent.
    Regards-
    Jagdeep Bhatt
    jagdeep Bhatt
    India,

    Hi,
    I think this is same with the link below.
    http://discussions.europe.nokia.com/t5/Cseries/Nokia-C2-03-Lacking-Some-basic-options/m-p/1132449/hi...
    Br
    Mahayv

  • WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.

         When I migrate CLOB datas from Oracle 10g to PostgreSQL 9.0,and the target data type is text,the replicat process abend,and it reports as following:
    WARNING OGG-03056  Oracle GoldenGate Delivery, repdb2.prm:  Source table SDCMNET.T_INFO_SUPERIOR_PROGRAM column PRO_CONTENT_CLOB data size exceeds the maximum target table sdcmnet.t_info_superior_program column pro_content_clob size. Automatic truncation is enabled for all tables/columns without further warnings.
    WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
    WARNING OGG-01004  Oracle GoldenGate Delivery, repdb2.prm:  Aborted grouped transaction on 'sdcmnet.t_info_superior_program', Database error 0 ([SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
         But,according to the SEQNO and RBA,I find the records have been migrated,and the length of records is equal to what is in oracle.Then I try to use the odbc driver of postgresql 9.3 to replace,although I can login the database ,but it warns again.
         Can anyone help me?

    This forum is for Oracle Maven Repository.  You might have more luck posting your question in an forum for GoldenGate - you are more likely to find someone who knows about that product in its own forums.

  • Migration from Oracle to PostgreSQL??? Problems in... and out...???

    Hello,
    Mine had existing Oracle SQL 8.0.5 version, and developer 2000
    as our developing platform. I want to know the problems that
    arise when migrating the database from Oracle to Postgresql.
    Ours had a database size of 3.57GBs. Please specify the reasons
    for 'converting...' or 'not converting...' the database to the
    postgresql.
    e-mail me at [email protected]
    Great Thanx in Advance for every reader and sender.
    Thanx
    _Kumar (Pune,India)

    I mean my OBIEE rpd will be pointing to Teradata instead of OBIEE .
    There are around 5 Subject Areas and 100 of reports .
    I need if there are some steps or guidelines I should follow , like connection pool setting ,data types which are different for both and i some logic is being used in OBIEE which not compatible with Teradata .
    If there is some document or guidelines present .
    Thanks

  • Array To Spreadsheet String -- Convert EOL Option

    The Array To Spreadsheet String and Spreadsheet String To Array functions should provide an option for (not) converting EOL (end-of-line) to platform-dependent ones. I am thinking of something similar to the Write/Read Text File options where you can place a checkbox in the context menu "Convert EOL". As per default such checkbox need to be checked for compatibility reasons.
    Possibly another option/checkbox for not appending the final EOL would be nice, maybe "Final EOL" checked per default as well.

    Hi aschipfl,
    some thoughts about your suggestion:
    - When you want to suggest improvements to LabVIEW you should post in the Idea Exchange.
    - NI will not change the behaviour of functions existing for a long time…
    - NI will probably update the LabVIEW help for that function…
    - a spreadsheet string needs some kind of delimiter, what's the purpose of creating a spreadsheet string without them?
    When you really need a "Array to Spreadsheet String" without delimiters you could take this approach:

  • Some options are greyed out in Captivate 8.0.1 and my bullets do not work?

    Hi, I am using Captivate 8.0.1 and am having trouble with 2 things:
    1. The bullets and indents that I have formated for my responsive project appear very messed up and not as I have formatted when I view my project in Edge Inspect?
    2. Some options in the TOC are greyed out (that I really need for my project). These option are to upload an icon and to align the position of the TOC (It wont let me align to the side of my project as the only option available is for 'overlay'.
    Any ideas on how to fix these problems would be much appreciated.
    Thanks!

    Hi there
    Captivate 8 introduced the first "Responsive" type of project. And in these types of projects, certain things simply won't work in the output. Henceforth, their options will often be disabled (or "grayed out"). The TOC appears to be one such item. The only option is to use an overlay TOC. I would suspect that this is because of "responsive design". Since the output will be adapting to differing screen sizes, I'm guessing that adding an additional 250 or so pixels for a TOC could prove troublesome and would likely throw off all the other design elements.
    Where exactly are you finding you are not capable of uploading an icon? I see that I'm able to upload icons that represent the collapse and expand gizmos, but you may be in a different spot.
    Cheers... Rick

  • Some options don't appear in MAX

    I have an Agilent 86142A OSA connected via GPIB-USB-HS cable to my PC. MAX recognizes it in the tree, but a lot of options (like self-test, calibrate) don't appear. I'm new in MAX, so I'm not sure whether this is acceptable or not. Have I made some error in installing the device, or do some options simply not show up for particular devices? I've attached an image of MAX in this situation.
    If indeed the device is installed fine, how does one perform a test to see if the connection is good if the Self-Test icons don't appear?
    Please let me know if it seems the device has been detected properly and all is well.
    Thanks!
    Attachments:
    MAXimage.JPG ‏98 KB

    Everything looks find. You are not supposed to have options for self-test or calibrate. Those would only be for NI's DAQ cards.

  • What are some options, in case someone has stolen my device

    I need help, my iPod has been stolen, what are some options u recommend me to do, I have tried to located with "find my phone app" but it only tells me is offline, responds as soon as possible

    Not really much
    lost/stolen                                      
    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If off-line/not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Some options not available in my Lumia 520

    Hi,
    I have recently bought Lumia 520 phone. I found the some options in setting tab is not available in my phone which is present in my colleage phone with same model. The options are
    Audio, Network+ , accessories and display + touch.
    Please give some suggestions, What is the issue and how to solve in my phone.
    Solved!
    Go to Solution.

    These apps will be downloaded to your phone automatically, but if you can't wait you can go here.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • When douwnloading adobe premier pro fails. Writes that the installation is complete, some optional components are not installed correctly. What to do?

    When downloading Adobe Premier pro fails, write that the installation is complete, some optional components are not installed correctly. What to do?

    check your install logs for the problem, http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html

  • I have a related but different problem... I prefer that the photos/events on my iPhone and iPad be in "date created" order. Does anyone know if this is possible? Apple...please give us some options.

    I have a related but different problem... I prefer that the photos/events on my iPhone and iPad be in "date created" order. Does anyone know if this is possible? Apple...please give us some options!!!

    This response is a little late as I just read about your problem. I have a 2012 Dodge Charger and a 2012 Chrysler Town and Country and both worked flawlessly with the iPhone 5s my wife and I had. However, we just upgraded to the iPhone 6 and Uconnect will receive calls but you cannot answer them. You can callout successfully, however. the annoyance being the inability to answer incoming calls in the HandsFree mode.

  • Is it possible to perform network data encryption between Oracle 11g databases without the advance security option?

    Is it possible to perform network data encryption between Oracle 11g databases without the advance security option?
    We are not licensed for the Oracle Advanced Security Option and I have been tasked to use Oracle Network Data Encryption in order to encryption network traffic between Oracle instances that reside on remote servers. From what I have read and my prior understanding this is not possible without ASO. Can someone confirm or disprove my research, thanks.

    Hi, Srini Chavali-Oracle
    As for http://www.oracle.com/technetwork/database/options/advanced-security/advanced-security-ds-12c-1898873.pdf?ssSourceSiteId… ASO is mentioned as TDE and Redacting Sensitive Data to Display. Network encryption is excluded.
    As for Network Encryption - Oracle FAQ (of course this is not Oracle official) "Since June 2013, Net Encryption is now licensed with Oracle Enterprise Edition and doesn't require Oracle Advanced Security Option." Could you clarify this? Thanks.

  • Selection screen PNPCE - hide som options

    Hi group,
    We have an infoset based on LDB PNPCE.  We create queries that we assign to transaction codes for end users.  So far so good.  However, in the selection screen, we would like to hide some options.
    Output format.
    Hide the expand button.  We want the user to be able to choose layout setting, but not to choose all the other options when you expand (like ABC-analysis).
    Dynamic selection
    We would like to hide this button as well.  But not as important.
    Any suggestions appreciated.
    Kirsten

    Hi,
    For the ALV output format control, you can look at standard auth. object S_ALV_LAYO. A value of 23 gives maintenance access within this and this controls whether you can change ALV options. Iu2019m not entirely sure though; please consult with your security team.
    Maybe auth. object S_SCR for dynamic selection.
    Hope this gives you a starting point.
    Donnie

  • When I download Photoshop CC I get everytime a message "Completed installation, some optional components are not installed correctly. (6)"

    When I download Photoshop CC I get everytime a message "Completed installation, some optional components are not installed correctly. (6)"
    What can i do?
    I have Windows 8 and i7 with gtx760
    Please help me

    Please send me the installer logs to [email protected] from C:\Program Files (x86)\Common Files\Adobe\Installers
    The file name would be like: Adobe Photoshhop cc 2014 15.0 <Date>.log 
    -Pragya

  • I try to download my premiere pro, but the installation is interupted at 84%, stating "installation completed though some optional components failed to download correctly (6). Please help!!!!

    i try to download my premiere pro, but the installation is interupted at 84%, stating "installation completed though some optional components failed to download correctly (6). Please help!!!!
    I purchased this tonight and im debating having a refund!

    You may want to try using the Adobe Cleaner Tool and try downloading again:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

Maybe you are looking for

  • Macbook Pro Late 2008 model - crashing constantly (video card related?)

    So not even two months ago, I had a logic board issue with this computer. I took it to the apple store and got the $200 repair package. It's a late 2k8 model MBP, here are the specs: Processor  2.4 GHz Intel Core 2 Duo Memory  8 GB 1067 MHz DDR3 Grap

  • APEX_ITEM.TEXT_FROM_LOV: gives ORA-01403

    Hi, my requirement is to display the text from the lov here i used an lov like ''select ename as display eno as return from employees''. Here ename is varchar2 and eno is number. I created a sql report using this query to create a manual tabular form

  • Are there bistable elements and flank sensitive elements?

    For automatizing the measurement I need bistable elements and positive and negative flank sensitive elements, i.e. when there is a transition from true to false or vice versa the element should give true or false. I didn't find any of those elements.

  • Need help please some1!

    I have restored my ipod and now the songs in my library wont sync onto it:)).. !! please help!!

  • Model View Empty

    OTN, We installed AWM 10.2.0.3A in Wnidows XP from the available download link, and did Administrative installation as advised in a solution we found in past blog. However, we're still not able to see AW created when we switch from Object View to Mod