SSTS Blog
Some news and tidbits that we share
Oracle on Windows - Logon as Batch needed in the Local Security Policy
When you are configuring Enterprise Manager in a Windows environment you need to modify the Windows Local Security Policy to "Allow Logon as Batch" for whatever user is running the Oracle DB Console service. Otherwise, you will be unable to assign preferred credentials and thus will be...
Oracle on Windows and Password Expiry
- Make sure any Windows scheduled tasks have the new password. You should only need to change one scheduled task and all get the change
- Go into EM/DBConsole preferences...
ClearTrace
http://www.scalesql.com/cleartrace/download.aspx...
Open Source Data Profilers
These allow you to get some basic info on your data quickly.
The 2 I like the most so far are the Talend Open Profiler
and another called Data Cleaner. Talend is more graphical and
Data Cleaner is a bit more intuitive so they both have their merits.
http://www.talend.com
http://datacleaner.eobjec...
wwv_flow_epg_include_mod_local
RMAN switch to copy
1) Within RMAN execute backup as copy database
2) Shutdown the database
3) startup mount
4) Within RMAN execute switch...
Save Outlook attachements to disk
You need to pass a file name, not just a destination directory to SaveAsFile.The attachment has a FileName property.
This code groups attachments with same name and saves the first attachment in each group, if the attachment is corrupt or if it can't...
Backup options on your home network
Scientific Notation and SQL Loader
ex
STD_DEV FLOAT EXTERNAL...
11G upgrade Heterogeneous Services quirk
Also, as I was searching I found some suggestions to add the following line to the hs/admin/init.ora file(s)
...
Oracle on Windows nuances
- Windows password changes suddenly prevent EM jobs from running. This is something you need to dicover as soon as possible
- Restoring a database on Windows with...
RMAN switch to COPY
Setup:
-------
In order to set this up you need a datafile copy backup setup in RMAN.
example:
BACKUP FOR RECOVER OF COPY DATAFILECOPY FORMAT='T:\ImageCopies\ORCL\%d_%I_%N_%f' WITH TAG '%d_image_copy' DATABASE;
Make sure T:\ is independent from...
Very busy TNSLSNR process
Database Managed Services - 2008 Strategy for ServerSide
paste
Learned something new recently while having the task of manipulating large files from a data provider. You see, I needed to gather several years of financial information for several thousand companies (at the daily level). There were about 30 attributes so this process needed to be run about 30 times with 30 resulting files. After it was done it...