In Oracle: SQL> ALTER SESSION SET nls_date_format = ‘YYYY-MON-DD HH24:MI:SS’; Session altered. SQL> SELECT TRUNC(sysdate) FROM DUAL; TRUNC(SYSDATE) ————… more →
Oracle Spinjoehalliwell wrote 4 weeks ago: This is particularly handy if you’re building up a comma separated list through concatenation … more →
John Hallas wrote 1 month ago: We have a Peoplesoft database that manages HR for ~80,000 staff. Oracle 10.2.03. Peoplesoft Tool … more →
viralsarvaiya wrote 1 month ago: Truncate and Delete both are used to delete data from the table. Both these commands will only delet … more →
akdora wrote 2 months ago: After a short investigation, I did not see this comment: We can not run a PL/SQL block contains a DD … more →
Ankur Bhatia wrote 3 months ago: SQL Delete Statement The DELETE Statement is used to delete rows from a table. The Syntax of a SQL D … more →
Lakshmi Sravanthi Chowdam wrote 3 months ago: • Delete table is a logged operation, so the deletion of each row gets logged in the transaction log … more →
dreamsincode wrote 3 months ago: In today’s world of widgets, dashboards and snippets, as programmers we often find ourselves t … more →
Gavin Soorma wrote 3 months ago: This scenario will show how we can use a combination of FLASHBACK database and also recovery to take … more →
prateekurmaliya wrote 4 months ago: in db2 there is delete but there is nothing like truncate which is available in sybase and oracle.so … more →
blorgo wrote 4 months ago: This is the last volume, and possibly the best interview Ive done… This exploiter is not just … more →
ablogontech wrote 5 months ago: Thanks to John McBride for helping me with this. 1. In SQL Management Studio, make sure you are conn … more →
nickjosevski wrote 6 months ago: I have been really busy lately, haven’t had much of a chance to work on some of the WCF post i … more →
Varun wrote 6 months ago: Commands to empty logfile i) :>logfile – If logfile does not exist, this will create an emp … more →
Amin Jaffer wrote 6 months ago: In Oracle: SQL> ALTER SESSION SET nls_date_format = ‘YYYY-MON-DD HH24:MI:SS’; Session … more →
veeolina wrote 7 months ago: DELETE sama TRUNCATE apa bedanya sih? Perasaan fungsinya sama, hapus-hapus juga.. Eits..tunggu dulu. … more →
Amin Jaffer wrote 8 months ago: Here are some of the scenarios when one gets ORA-01031: 1) Insufficient privileges error is when … more →
chekkin wrote 1 year ago: So a little while back, I was using VSTS to conduct some load testing and I set up a simple test Web … more →
dba4life wrote 1 year ago: Every DBA’s nightmare… Your boss is running around the office with his hands waving in t … more →
rick130 wrote 1 year ago: How do I copy a DataWindow value to a variable? li_seq = dw_1.GetItemNumber(li_row, “SEQ_NO … more →