Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

How to: How to copy an Oracle tablespace across platforms – quick and dirty ;-)

by Jason L Froebe on April 5, 2010, no comments

On the source machine: Set the tablespace(s) into read only mode SQL> Alter tablespace <tablespace> read only Export the tablespace meta data using export % expdp system/<password> DUMPFILE=expdat.dmp DIRECTORY = dpump_dir TRANSPORT_TABLESPACES = <list of tablespaces separated by commas> TRANSPORT_FULL_CHECK=Y If the dumpdir is not set up, you will get an ‘invalid’ directory error: SQL> [...]

Share Button

How to create an iTunes/iPod compatible audiobook (MPEG4 m4b) on Linux using MP4Box and mp4v2 v1.9.1 – it can be done!

by Jason L Froebe on December 24, 2009, 20 comments

I’ve been wracking my brains over this for the past few weeks and it finally struck me how to create an m4b audiobook with chapters that is compatible with your iPod, iTunes, VLC, etc.  It was very simple once I figured it out: Step 1: encode the mp3 files to “aac” (mpeg4) using your favorite [...]

Share Button

How to install Sybase’s ODBC driver on Ubuntu Linux for ASE/IQ/Replication Server/SQL Anywhere/etc

by Jason L Froebe on January 13, 2009, 17 comments

ASE 15.0.3 full install on Linux 32bit. First we need to install unixODBC: % sudo aptitude install unixodbc unixodbc-bin unixodbc-dev libstdc++5 Because of a bug within the Sybase ODBC install, we need to change /opt/sybase/DataAccess/ODBC/samples/drivertemplate.txt. /opt/sybase/DataAccess/ODBC/samples/drivertemplate.txt: [Adaptive Server Enterprise] Description = Sybase ODBC Driver Driver = /opt/sybase/ODBC-12_5/lib/libsybdrvodb.so FileUsage = -1 Change to: [Adaptive Server Enterprise] [...]

Share Button

Ryan Putnam: How to upgrade Sybase ASE 12.5 to 15

by Jason L Froebe on January 12, 2009, 8 comments

Hi, I have attached a sample ASE 15 upgrade document which I had created for version 12.5 and have made changes for our version 15 upgrades.  I don’t know if it will help anyone, but I seem to recall a few people asking for some documentation.  Hopefully it can be used as a template?  Anyways, [...]

Share Button
Facebook login by WP-FB-AutoConnect