User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 22:41, 23 January 2013 (diff | hist) . . (+24) . . Main Page
- 22:03, 21 January 2013 (diff | hist) . . (+107) . . Handy scripts
- 11:06, 17 January 2013 (diff | hist) . . (+66) . . TSM (→Retrieve file from TSM)
- 16:18, 16 January 2013 (diff | hist) . . (+204) . . Handy scripts (→Alert log (11g+))
- 17:13, 14 January 2013 (diff | hist) . . (+4) . . Run a cron job every 10 minutes (→Layout of crontab) (current)
- 17:12, 14 January 2013 (diff | hist) . . (+23) . . Handy scripts (→Perl)
- 16:00, 14 January 2013 (diff | hist) . . (+150) . . Handy scripts (→cmd)
- 14:13, 14 January 2013 (diff | hist) . . (+15) . . Tablespaces (→Space available in tablespaces)
- 14:11, 14 January 2013 (diff | hist) . . (-39) . . Tablespaces (→Space available in tablespaces)
- 14:11, 14 January 2013 (diff | hist) . . (+11) . . Tablespaces (→Space available in tablespaces)
- 14:10, 14 January 2013 (diff | hist) . . (+30) . . Tablespaces (→Space available in tablespaces)
- 14:08, 14 January 2013 (diff | hist) . . (+6) . . Tablespaces (→Space available in tablespaces)
- 14:08, 14 January 2013 (diff | hist) . . (+92) . . Tablespaces (→Space available in tablespaces)
- 14:05, 14 January 2013 (diff | hist) . . (+7) . . Tablespaces (→Space available in tablespaces)
- 14:04, 14 January 2013 (diff | hist) . . (+2) . . Tablespaces
- 14:03, 14 January 2013 (diff | hist) . . (+4,311) . . Tablespaces
- 20:47, 11 January 2013 (diff | hist) . . (+163) . . Handy scripts (→shell)
- 17:40, 9 January 2013 (diff | hist) . . (+449) . . Tivoli Data Protection for Oracle (TDPO)
- 17:38, 9 January 2013 (diff | hist) . . (+1) . . Tivoli Data Protection for Oracle (TDPO)
- 17:37, 9 January 2013 (diff | hist) . . (+18) . . Tivoli Data Protection for Oracle (TDPO)
- 17:36, 9 January 2013 (diff | hist) . . (+1,224) . . N Tivoli Data Protection for Oracle (TDPO) (Created page with "===Setting up RMAN to backup directly to tape=== RMAN cannot backup directly to tape due to there being many different tape backup suppliers.<br /> The solution is the TDPO i...")
- 17:31, 9 January 2013 (diff | hist) . . (+19) . . Backup and Recovery
- 13:33, 9 January 2013 (diff | hist) . . (+1) . . Datapump (→Restore a schema from a dumpfile into a new schema so that user can pick his objects)
- 13:32, 9 January 2013 (diff | hist) . . (+8) . . Datapump (→Restore a schema from a dumpfile into a new schema so that user can pick his objects)
- 13:30, 9 January 2013 (diff | hist) . . (+1,067) . . Datapump (→Enabling SQL trace)
- 13:06, 9 January 2013 (diff | hist) . . (+12) . . Backup and Recovery
- 12:59, 9 January 2013 (diff | hist) . . (+6) . . TSM (→Tivoli Storage Management)
- 12:58, 9 January 2013 (diff | hist) . . (+685) . . N TSM (Created page with "===Tivoli Storage Management=== ====Query the archive to see if a file is available==== <pre> dsmc query archive -server=SO_U_ubenoa31_ORX_D_BAX "/oracle/export/NSWORKP1/expo...")
- 13:52, 8 January 2013 (diff | hist) . . (+207) . . Distribute files to multiple servers using rsync and ssh
- 11:49, 8 January 2013 (diff | hist) . . (+2,234) . . N Generate random password (Created page with "<pre> create or replace FUNCTION get_random_password(p_password_format IN VARCHAR2) RETURN VARCHAR2 IS format_len NUMBER := LENGTH(p_password_format); /...") (current)
- 11:45, 8 January 2013 (diff | hist) . . (+2,715) . . N Create user as a copy of another (Created page with "Based on a function by Frank Naude <pre> set pages 0 feedback off verify off lines 500 set echo off set feedback off accept oldname prompt "Enter user to model new user to: ...") (current)
- 23:57, 4 January 2013 (diff | hist) . . (+110) . . Dataguard (→Other resources)
- 23:56, 4 January 2013 (diff | hist) . . (+4) . . Dataguard (→Other resources)
- 23:56, 4 January 2013 (diff | hist) . . (+136) . . Dataguard (→Other resources)
- 23:37, 4 January 2013 (diff | hist) . . (+198) . . Flashback (→Enable flashback on Standby database)
- 14:56, 4 January 2013 (diff | hist) . . (+79) . . Handy scripts (→Alert log (11g+))
- 14:54, 4 January 2013 (diff | hist) . . (+320) . . Handy scripts (→External table for the Alert log)
- 14:45, 4 January 2013 (diff | hist) . . (-4) . . Run a cron job every 10 minutes
- 14:45, 4 January 2013 (diff | hist) . . (0) . . Run a cron job every 10 minutes (→Layout of cron)
- 14:44, 4 January 2013 (diff | hist) . . (+389) . . N Run a cron job every 10 minutes (Created page with "===Layout of cron=== <pre> # +---------------- minute (0 - 59) # | +------------- hour (0 - 23) # | | +---------- day of month (1 - 31) # | | | +------- month (1 - 12) #...")
- 13:38, 4 January 2013 (diff | hist) . . (+32) . . Distribute files to multiple servers using rsync and ssh
- 13:38, 4 January 2013 (diff | hist) . . (+587) . . N Distribute files to multiple servers using rsync and ssh (Created page with "$ cat copy_ksh_totarget.ksh #!/usr/bin/ksh set -A ServerList "ubenoa26" "ubemaa01" "ubemaa04" "ubenoa31" "bemauora002" "benouora001" "benouerp80" "benouerp81" "benouerp70" "b...")
- 00:51, 4 January 2013 (diff | hist) . . (+59) . . PHP/MySQL (→Using prepared statements to avoid SQL injection)
- 00:49, 4 January 2013 (diff | hist) . . (+122) . . N Restricting access to mediawiki (Created page with "===See here=== [http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation Manual:Preventing_access]") (current)
- 14:28, 3 January 2013 (diff | hist) . . (-1) . . ORA-01555, snapshot too old: rollback segment number nnnn too small (→Things to check)
- 13:46, 3 January 2013 (diff | hist) . . (+201) . . ORA-01555, snapshot too old: rollback segment number nnnn too small (→Things to check)
- 13:15, 3 January 2013 (diff | hist) . . (-3) . . ORA-01555, snapshot too old: rollback segment number nnnn too small (→Things to check)
- 13:13, 3 January 2013 (diff | hist) . . (+15) . . ORA-01555, snapshot too old: rollback segment number nnnn too small (→Things to check)
- 13:09, 3 January 2013 (diff | hist) . . (-1) . . ORA-01555, snapshot too old: rollback segment number nnnn too small (→Things to check)
- 11:27, 3 January 2013 (diff | hist) . . (+955) . . N ORA-01555, snapshot too old: rollback segment number nnnn too small (Created page with "===Problem=== A long running transaction has run out of space to store its read-consistent image ===Solution 1=== If it's a one-off, maybe leave it alone. It may have been a ...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)