Relative Content

Tag Archive for sqloracle-sqldeveloper

Issue in inserting data in a table

I have made a table which is as follows (CREATE TABLE Dept (Dcode number(2) primary key, Dname varchar2(20) unique check (Dname in (‘Acc’, ‘Resea’, ‘Ope’, ‘Exe’)), Floor varchar2(2)Not null);)

database not connected in Oracle Forms Builder

I am using a virtual box v7.
When open Oracle 9i Forms Builder and when click on connect, I have the following error even though I fill the User Name, Password and Database.
I can’t show the screenshot for the error but it says ORA-12560: TNS:protocol adapter error when not filled.When filled, for example User Name:ADMIN, Password:admin and Database:ADMIN it says:ORA-12154:TNS:could not resolve service name.