Hello,
Im trying to learn some Oracle SQL at school, they have an Unix system, but i want to test scripts at home etc. on a windows XP. So i have downloaded Oracle SQL Development. I make a script :
Create table spelers ( snr smallint not null,
naam char(20) not null,
vl char(5),
primary key (snr)
);
And then i want to run it, however, then this message appears:
The target Untitled.sql cannot be started because it is not a runnable target
Someone stated that i should set up a connection, So i choose new connection, but then i dont know what i have to do.
Can someone tell me how to setup the connection?
Thanks in advance,
Im trying to learn some Oracle SQL at school, they have an Unix system, but i want to test scripts at home etc. on a windows XP. So i have downloaded Oracle SQL Development. I make a script :
Create table spelers ( snr smallint not null,
naam char(20) not null,
vl char(5),
primary key (snr)
);
And then i want to run it, however, then this message appears:
The target Untitled.sql cannot be started because it is not a runnable target
Someone stated that i should set up a connection, So i choose new connection, but then i dont know what i have to do.
Can someone tell me how to setup the connection?
Thanks in advance,
