I have installed Oracle 11G R2 for Microsoft Windows(x64)--Enterprise Edition on my laptop with Windows 7 Enterprise 64 bit Operating System
I am having problems with the installation.
This is how I installed it--
Step 2--Create and Configure a Database
Step 3--Desktop Class
Step 4--Typical Installation
Step 5--Prerequisite Checks
Step 6--Summary
Step 7--Install Product
Step 8--Finish
The Installation of Oracle Database was successful
I am trying to install a financial software that will use this Oracle database.
It asks me Database Properties
I enter the following:
Server Address--P7WZAC9
Port--1521
Oracle Version--Oracle 11G R2
Oracle Home: C:\Oracle\product\11.2.0\dbhome_1
TNS Alias--orcl
Database Instance--orcl
Schema Owner--DBO
User: dbo
Password--ababab
It performs Verify Database properties
It fails on Verify SQL tool OS bits compatilibility
I get two error messages
1) The SQL tool (SQLPLUS) used to connect to the database has not the correct bits compatibility (like 32 bits tool with a 64 bits distribution),Please install a correct version.
2) Error cannot connect with JDBC.Oracle.Thin
Error cannot connect with
JDBC.Oracle.Thin@P7WZAC9.1521.orcl(user=dbo,password=ababab)
How do I fix this?