G
Guest
Hi,
I have an Oracle database with about 30 tables all relations in order, data
is present in tables that require them.
I'm writing a windows service using vb .NET that polls a set of directories
for new input files (which are flat files in txt). So far so good. The data
contained in those files get parsed into an import entity that can be of the
type 'sample' or 'standard'. Yesterday i noticed that my design was done
rather poorly and decided to form a Business layer and a DAL layer. I created
my business objects (still not all business is already in it).
And now I'm trying to access my databank. I tried accessing it using OLE DB
for Oracle as well as the Oracle connection;
The problem atm is the following. When dragging either OLE DB Connection or
OracleConnection to my DAL component. When I try to create a DataAdapter I
get an errormessage displaying ORA-00162. I haven't got a clue where this
error is comming from.
Yesterday I was trying to connect to OLE DB and then an exception was thrown
(which I read on this forums had something to do with permissions and
read&execute rights on my ORA_HOME directory)
Many thanks in advance
I have an Oracle database with about 30 tables all relations in order, data
is present in tables that require them.
I'm writing a windows service using vb .NET that polls a set of directories
for new input files (which are flat files in txt). So far so good. The data
contained in those files get parsed into an import entity that can be of the
type 'sample' or 'standard'. Yesterday i noticed that my design was done
rather poorly and decided to form a Business layer and a DAL layer. I created
my business objects (still not all business is already in it).
And now I'm trying to access my databank. I tried accessing it using OLE DB
for Oracle as well as the Oracle connection;
The problem atm is the following. When dragging either OLE DB Connection or
OracleConnection to my DAL component. When I try to create a DataAdapter I
get an errormessage displaying ORA-00162. I haven't got a clue where this
error is comming from.
Yesterday I was trying to connect to OLE DB and then an exception was thrown
(which I read on this forums had something to do with permissions and
read&execute rights on my ORA_HOME directory)
Many thanks in advance