Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by walaS1

  1. walaS1

    Resolving names from shared libraries instead of the executable

    this example run on hp. Mybe this one can help u. #include <dlfcn.h> #include <errno.h> #include <stdio.h> void main (void) { void *(*fn)(); void *lib; char *e; int c; if ((lib = dlopen (&quot;./lib.so&quot;, RTLD_NOW)) == NULL) { e =...
  2. walaS1

    Start Oracle

    what do u mean? how to connect>
  3. walaS1

    migrate database from SQL Server to Oracle 8i

    exp fromUSER/PASS@INSTANCE FILE=filename.dmp FULL=Y imp toUSER/PASS@INSTANCE FILE=filename.dmp FULL=Y
  4. walaS1

    migrate database from SQL Server to Oracle 8i

    exp from USER/PASS@INSTANCE FILE=filename.dmp FULL=Y imp to USER/PASS@INSTANCE FILE=filename.dmp FULL=Y

Part and Inventory Search

Back
Top