Recompilation of the binary oracle

Hello

I'm trying to clone from source to the target. I copied the binaries from source (ORACLE_HOME) to target (different location in the target, it is already an oracle_home and didn't "want to bother him). and then recompile the binary files of target. Please let me know if I'm missing something.

/ usr/bin/LD: jump incompatible /db/oracle/oracle/11g/lib/libirc.a when searching for - lirc
/ usr/bin/LD: cannot find - lirc
collect2: ld returned 1 exit status
make: * [film] error 1
[oracle@lindbc1 bin] $ uname -.

Reissue of links error:

Source: 2.6.9 - 89.ELsmp source #1 SMP Linux kill Apr 20 10:34:33 EDT 2009 i686 i686 i386 GNU/Linux

: Target Linux 2.6.18 - 8.el5 #1 SMP Wed Jan 26 14:15:14 this 2007 x86_64 x86_64 x86_64 GNU/Linux



sqlplus
sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: no such file or directory

Published by: user12112205 on December 20, 2010 03:33

libclntsh.so.11.1: cannot open shared object file: no such file or directory

"libclntsh" exist?
If Yes, where?
If Yes, with what are permissions?

Find /-name libclntsh\ *-ls

Published by: sb92075 on December 22, 2010 07:49

Tags: Database

Similar Questions

  • What is the best practice?  Use YES or clone of binary oracle from a server used as a build server?

    I joined a new company, and the oracle DBA resident ordered a Linux server as the build server and has installed a 11g (11.2.0.4.0) and a set of 12 c (12.2.0) binaries on it.

    I was tasked to document this cloning method for new installations of Linux binaries.

    Right now, I wonder why not just download the zip file for appropriate operating system files, copy them to the new target server, start a Windows X, run YES and then patch to the newer PSU after...

    Instead, I informed by the holder oracle DBA that the binary oracle cloning and make the config. changes, create directories, setting permissions and scp'ing things, change the oraInventory, oraInst.loc, oratab, etc... is the best way to go.

    I am not convinced.  I've never worked in a company that has had the luxury of $$ to pay licenses core processors to have an installation of the oracle binary on a server only to be used for the installation of oracle on new target servers.

    Oh, and in addition, the use of dbca is discouraged so I'm rather to clone an existing dB from another server...

    Views of the benefits and drawbacks of this approach vs. YES and dbca gui tools are highly appreciated.

    Thanks in advance...

    Install the response file, silent... WTG.

  • binary Oracle for linux ubuntu

    Hello

    I have ubuntu linux installed on my machine. The version is
    Veera@Veera-laptop: ~ $ uname - a
    Veera-portable 2.6.32 - 21-generic #32 - Ubuntu Linux SMP Fri 16 Apr 08:10:02 UTC 2010 i686 GNU/Linux

    Now, I want to install oracle 11g on ubuntu linux. I can download the OTN and install on it. Please let me if oracle install on ubuntu.

    Also please give me the links for downloding the binary oracle for linux ubuntu

    Thank you
    Veera

    The following should help you:

    Install Oracle 11 g 2 on Ubuntu Linux 11.04 (64-bit) Howto
    Install Oracle 11 g 2 on Ubuntu Linux 11.04 (64-bit) Howto

    The instructions are for 64-bit Ubuntu and Oracle. Any reason why run you the 32-bit operating system? Unless your current CPU prohibited x86_64 you want to limit your available installation options. You can install 32-bit software on a 64 bit OS, but not the reverse.

    Please note that Oracle Enterprise does not officially support Ubuntu. You can think of Oracle Express Edition (XE) making.

  • Types of bad operand for the binary operator '! =' error

    Hello

    I get the following compilation error:

    types of bad operand for the binary operator '! =';  Firstly, type: oracle.jbo.domain.Date;  Second: null type >

    When I try to compare a Date with null object, for example:

        public static Calendar jboDateToCalendar(Date d) {
            if (d != null && d.getValue() != null) {
                Calendar c = Calendar.getInstance();
                c.setTime(d.getValue());
                return c;
            }
            return null;
        }
    

    I use JDev 12.1.3. running with Java 1.7.0_75.

    Does anyone have an idea? Ever seen this error before.

    Media do not help btw.

    Thank you

    Johannes

    I found the solution. I used only the 'Oracle BC4J areas' library to import the Houston to date data types.

    After adding "Oracle JDBC" such as the library, the errors disappeared.

  • Oracle 8i exporting because of the Chinese oracle 12 c

    Hi all

    I'll be very grateful if someone can give me some advice. I tested several days to discover the cause of the problem of displaying Chinese characters.


    Export version of the Oracle Server (Unix machine)

    Oracle8i Enterprise Edition Release 8.1.7.0.0

    Select DECODE ("parameter, 'NLS_CHARACTERSET', ' GAME of CHARACTERS",)
    "NLS_LANGUAGE', 'LANGUAGE',
    "NLS_TERRITORY', 'TERRITORY') name.
    value of v$ nls_parameters
    Setting WHERE IN ('NLS_CHARACTERSET", 'NLS_LANGUAGE',"NLS_TERRITORY")

    Value name
    American language
    American territory
    US7ASCII character

    the value of nls_lang = american_america.us7ascii in my machine

    I can correctly display traditional Chinese characters in sqlplus

    exp userAdm/pwd01@sampleDB FULL = Y LINE = sampleDB.dmp

    export success
    ---------------------------------------------

    Version of Oracle server Import
    64-bit Oracle Database release 12.1.0.1.0 12 c

    I create a new database on the import server (Windows 7)

    Value name
    American language
    American territory
    character ZNT16MSWIN95 <- cannot set us7ascii, because Oracle 12 c don't have that choose

    the value of nls_lang = american_america.us7ascii before import

    IMP userAdm/pwd01@sampleDB file = sampleDB.dmp log = sampleDB.log full = y

    import successfully

    However, when I set nls_lang = american_america.us7ascii in my machine

    I can't display traditional Chinese characters in sqlplus correctly

    Also tried after the language, always in vain

    Set nls_lang = CHINESE_TAIWAN TRADITIONAL. ZHT16MSWIN950
    Set nls_lang = AMERICAN_AMERICA. AL16UTF16
    Set nls_lang = american_america. ZHT16MSWIN950

    Can someone give me some advice?
    Thank you!

    V$ NLS_PARAMETERS also shows that the character of database defined then consulted NLS_DATABASE_PARAMETERS will not tell us more.

    What you have is a typical configuration of transmission. The binary codes of traditional Chinese characters are stored in the US7ASCII database, but are not recognized as such. These characters entered from Windows clients, which suggests that their real coding is ZHT16MSWIN950?

    You cannot directly export/import from the database of US7ASCII 8i to any other database that isn't US7ASCII as well without losing all character codes.

    Your choice:

    1. create the database of 12 c in the character set US7ASCII. You can do this by calling DBCA directly (not through Installer) and choose the Advanced installation mode. Then you can uncheck the box "Show only recommended character sets", and the US7ASCII will be available. You can also use the manual procedure that is heavy with the CREATE DATABASE statement. Once you have a database of the US7ASCII 12, you can export and import without data loss, condition NLS_LANG is set US7ASCII and continue running your application that you used to.

    This choice is conceptually the simplest, but you will continue running in an unsupported configuration, and you will certainly encounter problems sooner or later (usually sooner). I do not recommend this option.

    2. create the new database and export/import, as in option 1 above. However, before you run the application, move the character Unicode AL32UTF8 database defined using the Database for Unicode Migration Wizard, which comes with the database Oracle 12 c. Then, your database will be fit for deployment abroad. You may need to set up or change your application to work properly with the AL32UTF8 database. It is the most complex, but the most recommended option.

    3. create the new database and export/import, as in option 1 above. However, before running the application, migrate the database to the real character of your data set. This character set must be determined according to what applications/clients/platforms entered data in the 8i database. You make the migration using the Migration Wizard of database for Unicode and the csrepair script. Then you should be able to run your application without change, only after the NLS_LANG setting appropriate for your platform.

    Thank you

    Sergiusz

  • Error trying to save the binary XML storage model scheme

    Hello

    I am trying to record my XML schema to the server 11 g for use in the binary XML storage model. Here are the details:

    BEGIN
    () DBMS_XMLSCHEMA.registerSchema
    SCHEMAURL = > ' / sys/schemas/ACSSWEB/ALLMDN_BinaryDetailsSchema.xsd',
    SCHEMADOC = > XDBURIType('/sys/schemas/ACSSWEB/ALLMDN_DetailsSchema.xsd').getBLOB ().
    LOCAL = > TRUE,
    GENTYPES = > FALSE,
    GENTABLES = > FALSE,
    OPTIONS = > DBMS_XMLSCHEMA. REGISTER_BINARYXML);
    END;

    I get the following error message:

    Error report:
    ORA-00406: COMPATIBLE parameter must be 11.0.0.0.0 or higher
    ORA-00722: feature "binary XML".
    ORA-06512: at "XDB". DBMS_XMLSCHEMA_INT', line 37
    ORA-06512: at "XDB". DBMS_XMLSCHEMA", line 65
    ORA-06512: at line 2
    00406 00000 - "COMPATIBLE parameter must be %s or more."
    * Cause: The COMPATIBLE initialization parameter is not high
    sufficient to allow the operation. Allowing the command would be
    the database is incompatible with the version specified by the
    current COMPATIBLE parameter.
    * Action: Shutdown and commissioning with a higher compatibility setting.


    (1) someone can you please confirm - if change the compatible parameter will help accomplish this?
    (2) is there one other way (other than to change the compatible parameter) to make this work? My DBA are not immediately ready to change the parameter with the fear of breaking legacy applications even in the test environment. I seek an alternative solution to help me analyze the binary XML storage model.

    PS: I am a newbie to XML DB native development. So please forgive me if I asked a very simple question.

    Binary XML is a feature of Oracle 11, which is why the error message.

    There is probably an event (Oracle support/internal) parameter that once was able to make this happen in point 10.2 as well or, despite you must also update some of the registered scheme etc., etc., etc. to the point 10.2...
    In short: he took no other way responsible to do. Set the compatible parameter 11.x if you want to use storage binary xml based schema.

  • Reissue of links binary Oracle and several houses of Oracle

    Hello

    My question is related to the reissue of Oracle binary links in the following scenario:

    In the largest migration project, we are moving all the databases from one server to another. Old and new server operating system is the same: HP - UX 11.23i. There are 5 databases on the source, each with its own Oracle Home (and binary Oracle) server. All binaries for all Oracle databases are version 10.2.0.3.
    On the new server we have some of the migrated databases already in production. Now our DBA wants to move another data base, and given that for each binary database are also moved from source to the destination server, it must create a link to the binary files on the target server. We must stop all databases on the server target to re-edit it for that one DB, even if they all have different Oracle Homes (binary)?

    Thanks for your replies
    Maciej

    If each database has a dedicated ORACLE_HOME, just stop the database in the ORACLE_HOME you are re-binder. Other databases on the server that have their own dedicated ORACLE_HOMEs can be left running.

    HTH
    Srini

  • How the names of variables and units used in the binary output file

    My colleague will give me LabView generated from the binary files (*.dat). There are more than 60 variables (columns) in the binary output file. I need to know the names of variables and units, which I think he has already configured in LabView. Is there a way for him to produce a file that contains the name of the variable and unity, so that I'll know what contains the binary file? It can create an equivalent ASCII file with a header indicating the name of the variable, but it does not list the units of each variable.

    As you can tell I'm not a user of LabView, so I apologize if this question makes no sense.

    Hi KE,.

    an ASCII (probably the csv format) file is just text - and contains all data (intentially) written to. There is no special function to include units or whatever!

    Your colleague must save the information it records the names and values in the same way...

    (When writing to text files, it could use WriteTextFile, FormatIntoFile, WriteToSpreadsheetFile, WriteBinaryFile even could serve...)

  • The binary file format

    With the help of LV2010.  I have a program that stores data in a binary file.  The file is a set of strings and floating point values.  I need to write another program in VB.NET that can save/read these files, so I need information on the actual file format of the data.  Is there a documentation which describes how the file is saved?  Thank you.

    Interesting. Usually, this question gets asked in the opposite direction with people trying to decode in a cluster.

    If you use the WriteToBinary function, your data are written as native data types in order to cluster in the binary file. Because you use a cluster, each string is being preceded by a length, which I believe is an I32.

    This is described in the help file for writing to a binary file. I think the people of thing travel length of string/array much however.

  • Spectrum Analyzer (Keysight PXA) get the Trace using the binary format

    1. The ASCII format uses drivers. I need binary format. Number of points and many traces.

    2. This topic in several positions, but do not give a good answer.

    3. I have attaced my code.

    4. Visa to read data from binary block. VI has been lifted to another post, but I can't find it to give credit.

    5. Array of bytes to trace.vi has default data that are extracted from my PXA Spectrum Analyzer. I stole the basic idea, but there is much prettier. To convert the 8-byte doubles, but it doesn't.

    6. Because I use Windows I use ': FORM:TRACATA %s;: FORM:BORD SWAP; "where %s is real, 64 for the binary data. Don't know if the SWAP is required.

    7. I have a general idea of how it works, but the details elude me. MSB, LSB exchanged and normal. My eyes is glazed.

    Thanks for any help is good.

    Norm

    Try this. It works well for me.

  • Incorporate the binary string in the string spreadsheet file

    Hello LabVIEW wizards...

    So I use scripture to VI file spreadsheet to create a beautiful layout, tabs-delimited report of one of my programs for the acquisition of data file. In one of the cells in the resulting worksheet file that I want to put a binary string of all my control values so when you open the data file all the control parameters used for its manufacture are restored, but the string is hidden when the report is displayed in Excel.

    The problem is that the binary string flattened uses tabs and returns as part of its syntax the Spreadsheet File this VI to Write it's going in all directions. Worse yet, I can't unflatten chain when I open the file text because of "corrupt data or unexpected".

    If I concatenate the string flattened with quotes around it she is superb and is placed in a single cell in Excel, but when I open the file in LabVIEW that she is still several elements in the array. I've isolated the binary string using the file VI text reading and got a subset of the quoted string, but it still unflatten correctly.

    Essentially, I need to know how to get LabVIEW to pull a string literal full of special characters into a spreadsheet file and it unflatten. Any gurus what help you can provide is greatly appreciated.

    Thank you

    Jordan

    Jordan

    I suggest that you change the formatting of your chain shipped by replacing the tabs and returns with other characters that are not considered as commands by the spreadsheet functions. Without knowing how you represent your control binary values, I can't offer specific characters.

    If two non-printable characters exist which do not appear in the control data, it's easy: just find and replace tabs and returns with those characters.  If there is no character, then something more complex needs to be done for example to escape special characters.  Or create two subVIs - one to remove the tabs and returns before writing the string in the file and the other to restore after reading.

    Lynn

  • How the binary objects are sorted

    Live treatment image "IMAQ particle analysis" and "IMAQ MaskToROI.vi" returns the characteristics of binary objects detected in a specific order. My question is how objects are sorted before results are returned.

    Look at the following example. I'm totally confused why two screws returned the second object in the first row first?

    I was trying to get the centers of each object (and their contours) and assuming that they were sorted by their positions on the y-axis first and then positions itself on X. It is most of the time, until you see here on the first line. What happened here? Why the second object is sorted as the first object? HOW the binary objects are sorted anyway?

    I got it. It has to be sorted by the corner up and left of the rectangle of the object.

  • Adds data to the binary file as concatenated array

    Hello

    I have a problem that can has been discussed several times, but I don't have a clear answer.

    Normally I have devices that produce 2D image tables. I have send them to collection of loop with a queue and then index in the form of a 3D Board and in the end save the binary file.

    It works very well. But I'm starting to struggle with problems of memory, when the number of these images exceeds more than that. 2000.

    So I try to enjoy the fast SSD drive and record images in bulk (eg. 300) in binary file.

    In the diagram attached, where I am simulating the camera with some files before reading. The program works well, but when I try to open the new file in the secondary schema, I see only the first 300 images (in this case).

    I read on the forum, I have to adjust the number of like -1 in reading binary file and then I can read data from the cluster of tables. It is not very good for me, because I need to work with the data with Matlab and I would like to have the same format as before (for example table 3D - 320 x 240 x 4000). Is it possible to add 3D table to the existing as concatenated file?

    I hope it makes sense :-)

    Thank you

    Honza

    • Good to simulate the creation of the Image using a table of random numbers 2D!  Always good to model the real problem (e/s files) without "complicating details" (manipulation of the camera).
    • Good use of the producer/consumer in LT_Save.  Do you know the sentinels?  You only need a single queue, the queue of data, sending to a table of data for the consumer.  When the producer quits (because the stop button is pushed), it places an empty array (you can just right click on the entry for the item and choose "Create Constant").  In the consumer, when you dequeue, test to see if you have an empty array.  If you do, stop the loop of consumption and the output queue (since you know that the producer has already stopped and you have stopped, too).
    • I'm not sure what you're trying to do in the File_Read_3D routine, but I'll tell you 'it's fake  So, let's analyze the situation.  Somehow, your two routines form a producer/consumer 'pair' - LT_Save 'product' a file of tables 3D (for most of 300 pages, unless it's the grand finale of data) and file_read_3D "consume" them and "do something", still somewhat ill-defined.  Yes you pourrait (and perhaps should) merge these two routines in a unique "Simulator".  Here's what I mean:

    This is taken directly from your code.  I replaced the button 'stop' queue with code of Sentinel (which I won't), and added a ' tail ', Sim file, to simulate writing these data in a file (it also use a sentinel).

    Your existing code of producer puts unique 2D arrays in the queue of data.  This routine their fate and "builds" up to 300 of them at a time before 'doing something with them', in your code, writing to a file, here, this simulation by writing to a queue of 3D Sim file.  Let's look at the first 'easy' case, where we get all of the 300 items.  The loop For ends, turning a 3D Board composed of 300 paintings 2D, we simply enqueue in our Sim file, our simulated.  You may notice that there is an empty array? function (which, in this case, is never true, always False) whose value is reversed (to be always true) and connected to a conditional indexation Tunnel Terminal.  The reason for this strange logic will become clear in the next paragraph.

    Now consider what happens when you press the button stop then your left (not shown) producer.  As we use sentries, he places an empty 2D array.  Well, we dequeue it and detect it with the 'Empty table?' feature, which allows us to do three things: stop at the beginning of the loop, stop adding the empty table at the exit Tunnel of indexing using the conditional Terminal (empty array = True, Negate changes to False, then the empty table is not added to the range) , and it also cause all loop to exit.  What happens when get out us the whole loop?  Well, we're done with the queue of data, to set free us.  We know also that we queued last 'good' data in the queue of the Sim queue, so create us a Sentinel (empty 3D table) and queue for the file to-be-developed Sim consumer loop.

    Now, here is where you come from it.  Write this final consumer loop.  Should be pretty simple - you Dequeue, and if you don't have a table empty 3D, you do the following:

    • Your table consists of Images 2D N (up to 300).  In a single loop, extract you each image and do what you want to do with it (view, save to file, etc.).  Note that if you write a sub - VI, called "process an Image" which takes a 2D array and done something with it, you will be "declutter" your code by "in order to hide the details.
    • If you don't have you had an empty array, you simply exit the while loop and release the queue of the Sim file.

    OK, now translate this file.  You're offshore for a good start by writing your file with the size of the table headers, which means that if you read a file into a 3D chart, you will have a 3D Board (as you did in the consumer of the Sim file) and can perform the same treatment as above.  All you have to worry is the Sentinel - how do you know when you have reached the end of the file?  I'm sure you can understand this, if you do not already know...

    Bob Schor

    PS - you should know that the code snippet I posted is not 'properly' born both everything.  I pasted in fact about 6 versions here, as I continued to find errors that I wrote the description of yourself (like forgetting the function 'No' in the conditional terminal).  This illustrates the virtue of written Documentation-"slow you down", did you examine your code, and say you "Oops, I forgot to...» »

  • binary decimal conversion and also change the binary wordlength

    Hi all

    I want to convert a decimal number to a binary number (that I know)

    BUT

    I also wish to dynamically change the wordlength of the binary number.

    in this sense,.

    If the formula VI comes with an answer of N, I want a binary number of N digits...

    or comes up with an answer of N + 1, I want a binary number of N + 1 digit...

    I hope you understand what I mean...

    Thanks in advance...

    Well done more to give

    Hello

    I don't know I understand you is good, but you want to say something like that? (see attachment)

  • How to convert the binary value to a binary string in labview?

    Hi all

    I need to convert the binary value to a binary string. We have decimal or hexadecimal or octal number to decimal string, hexadecimal and octal string

    Hi pgm, use the function 'Format to a string. See the attached example. "%b" is the binary number in number in string format specifier.

Maybe you are looking for

  • Satellite A300-15 has failed to create the recovery disk

    I'm trying to create the recovery for the first time disk (portable purchased before 5 days) and stop just before the end, the creator: Cannot read the file.F:\06343XSP5. STORMWATER MANAGEMENT(Error code: 020150-20-00000000) What's not?

  • Removing applications?

    I just bought an iPhone 64GB 6 s more and I noticed that there are several applications that I don't use on my phone (numbers, Pages, iTunes U, Keynote, iMovie, Garage Band). If I delete them, how much space will save? I'll be able to load them onto

  • define a default naming style for taking photos

    Is there a place where I can put the default naming style to take photos? I would always appoint as YYYY-MM-DD, such on 2011-02-01 so that the pictures will be displayed always sort in their correct order by year/month and then the day in the folder

  • Monitor screen erectile.

    While trying to calibrate my monitor in conjunction with Photoshop, all my application menu and icon bars as well as some from the bottom of the dialog box, made of rose and also, the lines of division on some pages of the application have disappeare

  • Profiles of logics in ISE 1.2.1

    I m having difficulties to understand the logic of the profiles. What I understand from the User Guide: http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/user_guide/ise_use... for those lazy to read: You can use the profile of logic in a conditio