python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change format of date using sqlplus
i have problem with sqlplus couse
sqldeveloper gives me data like this:
22/03/09 52345
22/03/10 53462
22/03/11 26436
and sqlplus gives me data in this format
09-MAR-22 52345
10-MAR-22 53462
11-MAR-22...
Filip Kubasiewicz
Votes: 0
Answers: 1
Trying to create a DML file of the owner inserts Oracle
I am trying to create a DML file that contains all the inserts to a database using only a script and asking only for the owner name, I found some documentation about the creation of files in Oracle an...
Alexander García
Votes: 0
Answers: 1
How to generate a DDL and a DML in Oracle SQL (Scriptable)
I want to generate a .DDL that contains all the 'CREATE TABLES' and a .DML that contains all the 'INSERT'
I tried to use the answers of this question but didn't get to modify them to get the DDL and t...
Alexander García
Votes: 0
Answers: 3
Run sql plus commands on Unix machine
I am working on a unix machine and the only way to execute oracle sql commands is through a unix script we grant access like this :
#! /user/bin/ksh
User = 'PATH' # I can't read the file in this path...
mohAY
Votes: 0
Answers: 2