Oracle developer suite 6i and Oracle XE database. - oracle

I am new to Oracle forms and database. I installed oracle developer suite 6i and XE database on windows machine. Using Sql developer, I am able to connect to the database and execute all the query against HR schema. When using the PLUS80w.exe from developer suite to connect, I get incorrect user and password error. Can I some one tell what could be the possible error?
P.S. Both the tnsnames.ora are identical.

Related

How to connect Oracle Database to Oracle Developer?

I'm developing my small project using Oracle Database and Developer. When I create a new connection, this problem always show up:
I can not create connection.
I check services, and can't find OracleDBHome1Listener, what can I do to fix this?
run lsnrctl status shown this:

Migration access to Oracle using SQL Developer

I have to Migrate Access Office 365 database to Oracle 19c using sql developer 19.2 but when I open sql developer connection there is no option for access. Only all I can see for Oracle where I successfully connected to Oracle.
Can anyone help me how can I connect to access database and successfully migrate database to Oracle?
Thanks for your help in advance!
Regards,
Chandar
Perhaps it would be better to migrate Access database to SQL Server first (also called "upsizing"), and then to migrate the SQL Server database to Oracle.

SQL Server Migration Assisstant (SSMA) doesn't see my schema in Oracle

I can connect to my 12c Oracle database using Oracle's Sql Developer and see my schema, but when I connect via SSMA I can't. I see a bunch of other schemas in SSMA, which I assume came with Oracle because I've only created two users on the box and I don't see either of them in SSMA. I'm connecting using the System account, so I don't think it would be a permissions issue. As you might be able to tell I don't know much about Oracle. Where could my schema be hiding?

Creating a new database with oracle dbca (oracle database configuration assistant)

I will creating a new database which I will add it new tables. I'm using Oracle Database Express 11g r2 edition. I searched on Google how creating a new database. They are using Oracle DBCA, but can't find this tool on my PC under oracle tools.
How can I open this Oracle DBCA?

Can Oracle forms 11g connect to DB2 or SQL Server?

I just want to know whether Oracle forms 11g supports other databases like DB2, SQL Server etc.
Also does Oracle forms 11g supports Oracle database 9i or 10g apart from 11g?
According to the Oracle middleware certification spreadsheet (once you have opened the spreadsheet, click "Current System (Server and Client) Certification" and then search for Oracle Forms) you will see that Oracle Forms is certified against the following database versions:
Oracle 10.2.0.4+
Oracle 11.1.0.7+
Oracle 11.2.0.1+
Oracle Forms may work with earlier versions than what have been listed but if you run into problems you won't be able to get support from Oracle.
Oracle Forms 11g can be used against non-oracle datasources. To get started look in the Forms help, Google, and the Oracle Forms forum on OTN for transactional triggers.
However my personal opinion is whilst Oracle Forms is a great tool with Oracle Database you should seriously think about whether it is the right tool for working with other datasources.

Resources