python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to prevent Varchar Appending Duplicate Information
I'm learning PL/SQL stored functions in Oracle SQL Developer and I'm having trouble trying to create a function that returns a row that does not contain duplicate information.
Schema information:
APP...
Damon O'Neil
Votes: 0
Answers: 1
Update statement to change timestamp field add year to current values
I need to be able to update a specific column in a table that is a time stamp. Its an expirationdate column and I need to add 5 years to the values in that. For these specific ids that are set to expi...
Ryan Wills
Votes: 0
Answers: 1
Debian - errors when converting Oracle SQL .rpm package to .deb using alien
I want to install Oracle SQL Developer on Debian.
Oracle doesn't provide a .deb installation package, only a .rpm installer.
So I'm trying to use alien to convert the .rpm package to .deb
Some details...
MikeW
Votes: 0
Answers: 0
How to get table structure in oracle with constraints?
using
DBMS_METADATA.GET_DDL('TABLE','PERSON') from DUAL
is not working. how to get the meta details of whole schema?
Rajkumar D
Votes: 0
Answers: 1