Skip to content

Instantly share code, notes, and snippets.

@carloscasalar
Created April 6, 2015 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscasalar/6ae34ced08da8132086b to your computer and use it in GitHub Desktop.
Save carloscasalar/6ae34ced08da8132086b to your computer and use it in GitHub Desktop.
-- login.sql
-- Secci set
SET PAGES 10000
SET LINES 140
SET TIME ON
--SET TIMING ON
SET TRIMOUT ON
SET SERVEROUTPUT ON
-- Columnas para alias en las selects
COLUMN TOTAL FORMAT 999,999,990.00
alter session set NLS_DATE_FORMAT = 'dd/mm/yyyy';
SHOW USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment