I REALLY need to find Oracle Client File

I was installing a copy of Oracle 8i - 8.1.7 on a Unix operating system. After installation I tried to locate the client file so that I can start up the client, but to my surprise I could not find the client file(s) - program. Do you know what filename under the Oracle directory contains the client file. Without this I cannot run any of the great wizards that Oracle has to offer.

Well, there are a whole lot of files that come under the broad category of 'Oracle client'. There's presumably a /bin directory that has a number of utilities like SQL*Plus available...
Justin

Similar Messages

  • I have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can

    i have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can anybody help me.

    You'll need to update to at least ACR 8.2 for the 70D to be recognized.  The normal way to update PSE12 to the latest CR is to use Help / Updates in the Editor which should update to ACR 8.5.
    According to Adobe's website PSE12 shipped with ACR 8.1 and you say it says yours is reported as ACR 8.0.
    Are you using PSE 11 and not 12?  PSE 11's maximum ACR version is 8.0.

  • Ok, i have lost my ipod and i REALLY need to find it, and i have no idea how i can track it. HELP!!!!

    ok, i have lost my ipod and i REALLY need to find it, and i have no idea how i can track it. HELP!!!!

    There is no way to track a lost or stolen iPod Classic. Sorry.
    Reporting a lost or stolen Apple product
    B-rock

  • I need to find a working file for the Adobe Download assistant?

    i need to find a working file for the Adobe Download assistant?

    I was going to recommend Brother becasue they held OS9 support longer than just about anyone, but their current printers are now supported back to Mac OS10.3 to 10.4, depending on printer model.
    If you can do with a b/w laser, the recently discontinued HL5250DN is very nice and OS9 drivers are still up on Brother support site (just checked). We have that model networked at home and its happily serving five Macs plus any visitors who bring their own computer.
    This printer has been absolutely reliable and trouble-free. It has both USB and ethernet connectivity (I prefer the latter), does duplex (two-sided) printing, and 1200 dpi res. If you Google the model HL5250DN, you should turn up some of the model still in stock someplace.
    If you need color, I'm at a loss for a recommendation there.

  • Need to find empty audio files

    Need to find WAV audio files that are empty, i.e., recorded with no audio input signal.

    Follow the next steps:
    1) Create a DIRECTORY object
    Example:
    CREATE DIRECTORY audio_files_cat AS
    'audio_files_cat';2) Create a table (audio_file_table) with blob column (audio_file_blob)
    3) Fill file names (audio_file_name)
    3)Create a procedure to load files into your table
    Example:
    CREATE OR REPLACE PROCEDURE load_audio_files(p_dir IN VARCHAR2)
    IS
    v_file BFILE;
    v_filename VARCHAR2(40);
    v_rec_number NUMBER;
    v_file_exists BOOLEAN;
    CURSOR audio_files_csr IS
       SELECT audio_file_name
       FROM audio_file_table
       FOR UPDATE;
    BEGIN
    DBMS_OUTPUT.PUT_LINE('LOADING LOCATORS TO AUDIO FILES...');
    FOR rec IN audio_files_csr
    LOOP
      v_filename := rec.audio_file_name || '.DSS';
      v_file := BFILENAME(p_dir, v_filename);
      v_file_exists := (DBMS_LOB.FILEEXISTS(v_file) = 1);
      IF v_file_exists THEN
       DBMS_LOB.FILEOPEN(v_file);
       UPDATE audio_file_table
          SET audio_file_blob= v_file
        WHERE CURRENT OF audio_files_csr;
        DBMS_OUTPUT.PUT_LINE('Set Locator to file: '||v_filename|| ' Size: ' || DBMS_LOB.GETLENGTH(v_file));
        DBMS_LOB.FILECLOSE(v_file);
        v_rec_number := product_csr%ROWCOUNT;
      ELSE
       DBMS_OUTPUT.PUT_LINE('File ' || v_filename ||' does not exist');
      END IF;
    END LOOP;
    DBMS_OUTPUT.PUT_LINE('TOTAL FILES UPDATED: ' ||v_rec_number);
    EXCEPTION
    WHEN OTHERS THEN
      DBMS_LOB.FILECLOSE(v_file);
      DBMS_OUTPUT.PUT_LINE('Error: '|| to_char(SQLCODE) ||SQLERRM);
    END load_audio_files;Regards

  • Brbackup cannot find oracle client libclntsh.so.10.1

    Hello.
    I have followed the SAP note 113747 and still no luck running brbackup from DB13 or as dd0adm on Solaris command line.  The problem I see is brbackup can't find the libclntsh.so.10.1. 
    Our environment is Solars 5.9, Oracle 9.2, R/3 Ent 4.7, brtools 7.0 (which requires Oracle 10g client).
    Problem:
    litudsap6:dd0adm 14% brbackup
    ld.so.1: brbackup: fatal: libclntsh.so.10.1: open failed: No such file or directory
    Killed
    From what I have read, Solaris ignores the LD_LIBRARY_PATH when the SUID bit is set (which 'chmod 4775 brbackup' as oradd0 did).
    Here is the short of the note 113747:
    (1)
    ora<sid> and <sid>adm on DB server have a search path on /sapmnt/<SID>/exe. (All br* and sapdba are contained in this directory.)
    ora<sid> belongs to the dba group,
    <sid>adm belongs to the sapsys group,
    (2)
    <sid>adm on the database server has the rhosts entry: "+ <sid>adm".
    (3)
    The ops$<sid>adm Oracle user must be created in the DB and must have the sapdba role (not DBA!) (refer to Note 134592 for more information about the role).
    (4)
    brarchive, brbackup, brconnect, brtools have permission 4775:
    -rwsrwxr-x   ora<sid>   sapsys   ...
    These can be started by the ora<sid> or the <sid>adm OS user.
    brrestore, brrecover, brspace, and sapdba have permission 755:
    -rwxr-xr-x   <sid>adm   sapsys   ...
    These can only be started by the ora<sid> OS user.
    My test results as sidadm:
    litudsap6:dd0adm 16% env |grep PATH
    PATH=/sapmnt/DD0/exe:/oracle/DD0/920_64/bin:/export/home/dd0adm:/usr/sap/DD0/SYS/exe/run:/usr/bin:.:/usr/ccs/bin:/usr/ucb
    litudsap6:dd0adm 15% groups
    sapsys dba taxware
    litudsap6:dd0adm 13% cat ~/.rhosts
    + dd0adm
    sasedp01 dp0adm
    sasedpc0 dp0adm
    litudsap6:dd0adm 9% which brbackup
    /sapmnt/DD0/exe/brbackup
    litudsap6:dd0adm 10% ls -l /sapmnt/DD0/exe/brbackup
    -rwsrwxr-x   1 oradd0   sapsys   5665896 Dec  7 14:12 /sapmnt/DD0/exe/brbackup
    litudsap6:dd0adm 11% env |grep LD_LIBRARY_PATH
    LD_LIBRARY_PATH=/oracle/client/10x_64/instantclient_10202:/usr/sap/DD0/SYS/exe/run:/oracle/DD0/920_64/lib
    litudsap6:dd0adm 14% brbackup
    ld.so.1: brbackup: fatal: libclntsh.so.10.1: open failed: No such file or directory
    Killed
    With chmod 4775 brbackup Oracle client not found:
    litudsap6:dd0adm 18% ldd -v /sapmnt/DD0/exe/brbackup |grep clntsh
       find object=libclntsh.so.10.1; required by /sapmnt/DD0/exe/brbackup
            libclntsh.so.10.1 =>     (file not found)
    With chmod 775 brbackup Oracle client is found:
    litudsap6:dd0adm 19% ldd -v /sapmnt/DD0/exe/brbackup |grep clntsh
       find object=libclntsh.so.10.1; required by /sapmnt/DD0/exe/brbackup
            libclntsh.so.10.1 =>     /oracle/client/10x_64/instantclient_10202/libclntsh.so.10.1

    1) ldd /usr/sap/DD0/SYS/exe/run/brbackup
            libdl.so.1 =>    /usr/lib/64/libdl.so.1
            libnsl.so.1 =>   /usr/lib/64/libnsl.so.1
            libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
            libm.so.1 =>     /usr/lib/64/libm.so.1
            libclntsh.so.10.1 =>     /oracle/client/10x_64/instantclient/libclntsh.so.10.1
            libnnz10.so =>   /oracle/client/10x_64/instantclient/libnnz10.so
            libCstd.so.1 =>  /usr/lib/64/libCstd.so.1
            libCrun.so.1 =>  /usr/lib/64/libCrun.so.1
            libw.so.1 =>     /usr/lib/64/libw.so.1
            libc.so.1 =>     /usr/lib/64/libc.so.1
            libmp.so.2 =>    /usr/lib/64/libmp.so.2
            libkstat.so.1 =>         /usr/lib/64/libkstat.so.1
            libgen.so.1 =>   /usr/lib/64/libgen.so.1
            libsched.so.1 =>         /usr/lib/64/libsched.so.1
            libaio.so.1 =>   /usr/lib/64/libaio.so.1
            librt.so.1 =>    /usr/lib/64/librt.so.1
            libmd5.so.1 =>   /usr/lib/64/libmd5.so.1
            /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1
            /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1
    2) ldd /oracle/client/10x_64/instantclient/libclntsh.so.10.1
            libnnz10.so =>   /oracle/DD0/920_64/lib/libnnz10.so
            libkstat.so.1 =>         /usr/lib/64/libkstat.so.1
            libnsl.so.1 =>   /usr/lib/64/libnsl.so.1
            libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
            libgen.so.1 =>   /usr/lib/64/libgen.so.1
            libdl.so.1 =>    /usr/lib/64/libdl.so.1
            libsched.so.1 =>         /usr/lib/64/libsched.so.1
            libaio.so.1 =>   /usr/lib/64/libaio.so.1
            librt.so.1 =>    /usr/lib/64/librt.so.1
            libm.so.1 =>     /usr/lib/64/libm.so.1
            libc.so.1 =>     /usr/lib/64/libc.so.1
            libmp.so.2 =>    /usr/lib/64/libmp.so.2
            libmd5.so.1 =>   /usr/lib/64/libmd5.so.1
            /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1
            /usr/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1
    3) I downloaded OCL10264.SAR, ran SAPCAR, did a cmp on each one to /oracle/client/10x_64/instantclient and there were no diffs.

  • I need help on Oracle 9  file handler & utility packet!

    Hello ALL:
    I need to write a short SQL program to update the database via reading an external data file. How do I configure the standard oracle packet of oracle 9 to include the file handler? Please help me with details on oracle init files and some sample SQL commands to call the external file. I really appreciate the help. OracleUser.

    Tubby:
    Again, thank you. My answers to your feedback is Yes, No, Yes.
    I would thought that using the file handle would get the job done.
    Any how,
    1) how do I loop thru rows, say A1, A2.....A10,000 and use the content
    reading the this external table such as the content in A1 to compare against a certain column with many entries in a table in oracle using Loop/End Loop and select?
    2) What does oracle do the this external table at the end of session!
    3) Could I also create multiple external tables, let say 2?
    Thanks Tubby.

  • Find Oracle client version

    hi guys,
    How can you find which Oracle client version does SAP 4.6D is using to connect with Oracle.
    is there any file or Parameter setting available for this.
    Thanks.
    Chandra

    Hello,
    I'm afraid that the answer given by Samrat Dangeti  is incorrect.
    V$VERSION tells you the version of the RDBMS ( Oracle Database ) not the version of the client used by SAP.
    Please, check the following thread on the Oracle Forum where this is being clarified.
    How do I check the oracle client version?
    Message was edited by:
            Fidel Vales

  • Finding oracle client version in the machine

    Hi
    How to find what version of oracle client has been installed in my machine
    Cheers
    MJ

    connect with your SQL plus from your machine. Then you will see the info below.
    SQLPlus: Release 10.2.0.1.0* - Production on Thu Mar 11 17:24:56 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Regards
    Asif Kabir

  • Need help finding moved image files

    How would I find files after they have been moved? I travel and use a MB Pro laptop. The workflow I'm using is to download images to my desktop, review, rate and add keywords immediately. I make 2 backups, 1 to portable data store hard drive and one to DVD. Then every few days I erase the desktop image files. When I arrive home I download the entire trip's images from the portable storage to my desktop drives (2 500Gb SATA drives).
    Is there an easy way to direct Aperture to look for the files in the new location? Or, failing that, is there a better way to work? I regularly have 40 - 60 Gb of images after a trip and the laptop hard drive is inadequate for the task.

    The question isn't really clear to me yet. If you know what "the new location" is, then it's easy to make Aperture point to it. But that may not be the question. I think you may need to describe your workflow in more detail.
    You don't say how to review etc images on the MBP. If you're using Aperture, it must be with a library. Are you using Managed images there? So is the problem how to transfer data -- images and edits and metadata -- from the library on the MBP to the library (with referenced images??) on the desktop?
    Synchronizing libraries is not something Apple makes easy or offers any real help with. The best way to do it turns out to be to export one project at a time, connect to the other machine and its library, and import the projects. (In the process you might also Relocate images to make them referenced.)
    But your note about the laptop drive being to small is confusing. I don't see where your images are when you're on the road.

  • Really need help - Lost All iTunes Files!  I don't want to lose everything!

    I moved recently and when I replugged my computer, all my iTunes songs were lost. I still have the songs on my ipod mini and I'm not daring to plug it in. I really want to restore my files.
    I figure that I need to do this as if I got a new computer and re-install it. However, I am told that ipods are a one way stream from computer to ipod only and not vice versa. I'm hoping someone can help me because I have bought songs that will be lost too. If I didn't have the purchased songs, I wouldn't mind re-importing all 86 CDs of mine (although it would be a pain).
    Please help me ASAP. My CD collection is growing fast and I have a very long bus ride.
    Thanks.
      Windows XP  
      Windows XP  

    Perhaps you may still have the music files on your PC -- but not seen in iTunes or the PC.
    Do a thorough search of your PC using the tips below:
    First - Make sure that you enable your Windows Explorer to view 'Hidden' files:
    - Open Windows Explorer
    - Select 'My Computer'
    - On the main Windows Explorer menu: Tools=>Folder Options=>'View' tab
    - In 'Advanced Setting' --> Files and Folders --> Hidden files and folders:
    -- Select 'Show hidden files and folders’
    - Click 'Apply to All Folders'
    - Click 'OK'
    Then check using Windows Explorer in 'My Music\iTunes\iTunes Music\...' for folders containing your music (or wherever you keep your music folders).
    Also check in your Recycle Bin to see if you accidentally deleted it. If so, ‘Restore’ it back to it’s original spot.
    Then try running a search using Windows Explorer (or similar) for files with the extensions of: m4a, m4p, MP3, OR with the partial names of the songs you are missing.
    Do all the above before you decide that your music files have been completely erased from your hard drive.
    If you can locate the music files/folders, we can get iTunes to recognize it. Try one of these:
    If you have a backup iTunes database file available....
    1. --- Close iTunes. If you have a backup (or previous version) of the ‘iTunes Library’itl’ database file, then place a copy of that file in the ‘...\My Music\iTunes’ folder (or wherever the current, incomplete file resides).
    If no backup ITL file exists….
    2a. --- In iTunes choose: Edit==>Preferences==>Advanced tab. Select 'Change' and browse to the music folder in your PC drive (if it isn’t already). Click OK to save that setting.
    Then....
    2b. --- In iTunes choose: File==>’Add Folder to Library’ & browse to the music folder in your PC drive. Click OK.
    Without the ITL file, re-‘Adding’ the music files to the Library will lose you the Ratings, Play Counts, Date Added and Last Played attributes, as well as your Playlists. No real way to recover them if you haven’t made prior backups. Something to consider for the future....
    If your music files are truly gone, and you have some or all of your music files on your iPod, these links will give you several methods of recovering whatever songs remain on your iPod; some free, some third-party software, some more comprehensive for restoring playlists, ratings, playcounts, etc. Read them and their associated links before deciding on a strategy that works for you. There are many various third-party software programs that will offer a more robust process, or an easier GUI. Do a Google search for them if the links below leave you wanting…
    Don King Resurrected: Deleted files from hard drive (free user steps – music recovery only)
    MacMuse: Computer Crashed (free user steps – music recovery only)
    Copying music from iPod to computer (a primer on various methods and software)
    Copying Songs from Your iPod to a Mac or PC (resource for 3rd party software)
    iPodRip Software
    PodUtil Software
    XPlay (Software For Cross-Platform Functionality & Music Recovery)
    XPlay Photo Browser (For recovering Photos)
    After recovering your song files, strongly consider developing a thorough backup strategy for just this type of situation.
    You need at least three sets of your music:
    -- One full set on the PC within iTunes (on internal HD or ExHD)
    -- One full set on an separate external backup medium (CD/DVD/ExHD/other)
    -- One (full or partial) set on the iPod
    Music files on just the iPod and the computer is not considered having any backup. If you cannot store your complete music files on the computer, then create and maintain two external sets.
    Backup both the music files and the Library database file (iTunes Library.itl). What are the iTunes Library files?
    Here is a post on developing a backup strategy: http://discussions.apple.com/click.jspa?searchID=394618&messageID=1263275

  • Need help finding Oracle e-mail contacts

    HI there, I urgently need a list of email contacts from Oracle, couldn't find any around the site, just a support form. Problem is that I do want to know who will read my email. It regards a security concern in oracle 9iR2, but probably versions from before to even now. To whom it may concern, please contact me ASAP.
    MG

    Security concern:
    Post an iTAR (Oracle support, Metalink ticket). It'll get routed to the security folk in a short time.
    Of course, if you do not have a support contract ... I suggest checking http://www.petefinnigan.com and, if your concern is a new issue, let Pete know. I'm sure he knows how to contact inside Oracle to the right organization.

  • OC4J 10.1.3.1 Need to find oracle.security.jazn.login.module.db.util pckg

    Hi,
    I managed to configure Oracle's DBTableOraDataSourceLoginModule together with JavaSSO to access two tables which reside on a 9i database. One is the user's table and the other a roles table. The only problem is that the user's passwords should be encripted in this table.
    I followed the instructions in the Oracle Containers for J2EE Security Guide page 9-10 - Implementing DBLoginModuleEncodingInterface for Password Encryption, and specified in the pw_encoding_class parameter
    the DBLoginModuleSHA1Encoder class provided in the oracle.security.jazn.login.module.db.util package.
    I also wrote a small program to do the encryption in the table, using a getKeyDigestString method found in DBLoginModuleSHA1Encoder class of a sample dblogin module downloaded from a link in Lucas Jellema's article on how to secure an application developed with JDeveloper and deployed in OC4J. I used this class because I could not find the one mentioned in the Oracle documentation.
    Now the DBTableOraDataSourceLoginModule rejects the login with an invalid password message. It seems the encoding is calculated differently in the two classes. I tried to use the sample dblogin module in the javasso specification, and got a - no class found - message. I tried to locate the oracle.security.jazn.login.module.db.util package to use in the password encoding program, but I couldn't find it anywhere in either OC4J nor JDeveloper directories.
    Can you tell me where to find the oracle.security.jazn.login.module.db.util package ?
    Thanks for help.
    Gustavo

    Hi
    As I am also tried the same and found the encryption module working fine for me.
    This I could do only on JDeveloper 10g whereas while attempted on the same on JDeveloper 11g, I got lots of problems.
    Will you please help out in this regard, if you had already able to acheive the same on JDeveloper 11g TP3, please let me know the steps or any relevant URL which I can refer.
    Thanks in advance
    Kind Rgds
    Krishnamurthy. R

  • Need way to upload client files

    My client wants a login page that goes to a page to upload
    files for her clients to review (videos, images, powerpoints,
    etc.). Does Dreamweaver have a way to do this? Or does anyone ahve
    a third party plug-in for this kind of thing. We've found an FTP
    upload site that works, but can't be customized to look similar to
    her site. It also isn't particularly user friendly--you know, one
    click, etc. I'd love to be able to do this in Dreamweaver, but I'm
    not a developer or HTML expert.

    I've not used either (have seen them mentioned here) but look
    at WordPress
    http://www.wordpress.org or
    http://www.contentseed.com to
    see if one of them has the features you want

  • Need help finding a hidden file

    I then discovered that phpMyAdmin doesn't work.
    Towards the end of the discussion, someone wrote, "WordPress had put a .htaccess file in the root level of my hard drive.
    "So in order, if you want to delete this file, you got to activate "hidden files viewing" in the terminal by typing this
    defaults write com.apple.finder AppleShowAllFiles TRUE
    and this
    killall Finder
    "After, you go in the computer root and this should be there, now delete it and to get all this crap working again as it should had…"
    I'm confused. I typed all that into Terminal, and it doesn't display anything. In another post, someone mentioned a program called TinkerTool. I downloaded it, but I don't know what to do next. How do I navigate to the root level of my hard drive and find a file and delete a file named .htaccess?
    Thanks.

    Download and run the free application TinkerTool (not "TinkerTool System"), select the Finder tab, and check the box labeled Show hidden and system files. Then click Relaunch Finder.

Maybe you are looking for

  • Tweening a Rounded Rectangle in Actionscript 3

    I would like to tween between a short rounded rectangle and a tall rounded rectangle. (I only want deal with the height - no other parameters). I am programming with ActionScript 3. My tweening engine is TweenLite. I have been tweening a sprite that

  • "no title" tags in bookmarks

    Hi. In my bookmarks tags I have two that appear at the top of the tag list under "no title" name. I am puzzled. Under those two tags thee a 3 bookmarks. I clicked on each of them, but thee is no issues with the tags listed, although when I click on t

  • Is the gapless / pause problem with Lossless files solved on 120 GB?

    Hey everyone, I broke my trusty fifth gen 80 GB iPod a few months ago and recently purchased a 160 GB Classic to replace it. I've had two problems that I now know from searching this form that everyone else has had - the iPod pauses between tracks (a

  • Setting the Maps Access Point

    I just found something quite weird when using Maps on my N82. If I set the default access point to a configured WLAN and I set 'Go Online at Startup' to no, or if the WLAN is not available, then when I go and select 'Tools/Go Online' it automatically

  • Force download of file on mac?

    I have some inDesign files that are posted on a site. I have created links to them but with the mac, it wants to just open them in the browser; it doesn't just download them . How do I force a download? Lee Arthur Fairbanks American Educational Produ