Tagged Questions
1
vote
2answers
51 views
Using sequences as primary key
I have one table called INTER and I want to transfer some data from INTER to FINAL (a new table which is already created and empty) using a procedure.
I have to make use of sequence as a primary key ...
0
votes
2answers
31 views
Loop not working in package
I have two tables :- Person and bank details
Person table :---
person_id employee_number
393829 X1029
648494 x9494
393939 X2299
Bank details :---
person_id ...
0
votes
1answer
124 views
Oracle package debug doesn't stop on breakpoint
I have the following structure:
A package PCK_LANCAMENTOSERVICO within a procedure called P_Integra.
This procedure calls another procedure in another package PCK_LANCAMENTO called ...
0
votes
2answers
2k views
Import and Export Data plus schema using SQLDeveloper 3.0.04
i am newbie to oracle and i like to export database from remote database and import it on local machine. eOn both machines i have oracle 10.2.
I need to know how to export/import schema and data from ...
-3
votes
2answers
246 views
How do I connect to a sql database through sql developer? [closed]
So, I have a .sql file that I have downloaded and was wondering how I connect to it via sql developer which I have also downloaded. Do I need to create a connection with hostname and port etc? can I ...
1
vote
1answer
3k views
Explicitly set column value to null SQL Developer
I am new to Oracle DB and I am using Oracle SQL Developer (Ver 3.0.02) to query the DB.
I wanted to explicitly set one column to null?
How do I do that in the SQL Developer GUI?
Previously in MSSQL, ...
1
vote
3answers
3k views
Date query ran in PL/SQL Developer shows time, but does not show in Oracle SQL Developer
The same query ran in PL/SQL Developer shows time, however it does not show in Oracle SQL Developer. Is there a way to get the time in SQL Developer?
In SQL Developer:
In PL/SQL:
This is the ...
1
vote
2answers
1k views
Oracle SQL Developer - Help for debugging
I am trying to debug a package with in the SQL Developer. The method that i am trying to debug takes 2 parameters
PROCEDURE procedure_name (dblink IN CHAR, bDebug IN BOOLEAN DEFAULT FALSE)
When i ...
0
votes
6answers
3k views
PL/SQL Developer alternative
We have a lot of our business logic in an oracle database. So we use a lot of PL/SQL code. We build, test, and debug PL/SQL packages, procedures, triggers, and functions.
Our current tool is the ...