Thursday, October 15, 2020
Unanswered questions
why packages?
global variables
loads to buffer memory thereby performance
Dimensional databses - star and snowflake schema
Fact and dimensional tables
Index organized tables
pipelined functions
local and global indexes
Subscribe to:
Comments (Atom)
Unanswered questions
why packages? global variables loads to buffer memory thereby performance Dimensional databses - star and snowflake schema Fact and dimensi...
-
set serveroutput on; declare v_tab user_tables.table_name%TYPE; begin select table_name into v_tab from user_tables ...
-
why packages? global variables loads to buffer memory thereby performance Dimensional databses - star and snowflake schema Fact and dimensi...
-
awk command : https://www.geeksforgeeks.org/awk-command-unixlinux-examples/ awk options 'selection _criteria {action }' input-f...