Created
April 29, 2014 07:01
-
-
Save jsarenik/11392575 to your computer and use it in GitHub Desktop.
notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -d -e 1 | |
export ORACLE_HOME=$(find /usr/lib/oracle/ -name client64 | tail -1) | |
export LD_LIBRARY_PATH=$ORACLE_HOME/lib | |
grep CATALOG_VERSION_NO src/include/catalog/catversion.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment