HI
I am using MS SQL Server 2000 as my transaction data but I need to access Oracle Database at run time . SO I defined DB Link in MS SQL Server to access Oracle and the query in MS SQL Server
select * from ORACLEDB..EMPLOYEE.
Now How can I access OracleDB..Employee table using MSSQL server dialect. I need to perform join operation on this two different databases.
Regards
Nagesh G.
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt: