Thursday, October 8, 2015

Space in JDBJ.ini

Make sure space is not embedded between '=' and the value for a property in JDBj.ini
example:
tns= C:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora
might complain unalbe resolve a tns string.
Make sure it is "tns=C:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora"

No comments:

Post a Comment

Featured Post

Generate single index on table 

Transaction tables such as F0911, F4111 etc hold a huge amount of data probably a third of petabyte. Generating indexes on such tables (th...

Popular Posts