Problem compiling HelloBigDataWorld

Hi all

I'm really a newbie with NoSQL and Java.

I just downloaded and unpacked kv - this - 2.1.57.zip (md5) from the Oracle site.

I created a database of kvlite - which was very good.

Following the quickstart.html in a second window (I'm on the BACK), I published

java-jar lib/kvstore.jar ping - host myhost port 5000

and that was very good and returned the expected resultsas.

Then I tried to compile HelloBigDataWorld using the following:

javac - cp examples:lib / kvclient.jar examples/hello/HelloBigDataWorld.java

Here, I get a load of errors:

examples\hello\HelloBigDataWorld.Java:46: error: package oracle.kv does not exist

Import oracle.kv.KVStore;

^

examples\hello\HelloBigDataWorld.Java:47: error: package oracle.kv does not exist

Import oracle.kv.KVStoreConfig;

^

examples\hello\HelloBigDataWorld.Java:48: error: package oracle.kv does not exist

Import oracle.kv.KVStoreFactory;

^

examples\hello\HelloBigDataWorld.Java:49: error: package oracle.kv does not exist

Import oracle.kv.Key;

^

examples\hello\HelloBigDataWorld.Java:50: error: package oracle.kv does not exist

Import oracle.kv.Value;

^

examples\hello\HelloBigDataWorld.Java:51: error: package oracle.kv does not exist

Import oracle.kv.ValueVersion;

^

examples\hello\HelloBigDataWorld.Java:75: error: cannot find symbol

Private final KVStore store;

^

symbol: KVStore, class

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:128: error: cannot find symbol

(new KVStoreConfig (storeName, hostname + ":" + hostPort));

^

symbol: KVStoreConfig, class

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:127: error: cannot find symbol

Store = KVStoreFactory.getStore

^

symbol: variable KVStoreFactory

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:148: error: cannot find symbol

Store.put (Key.createKey (keyString),

^

symbol: key variables

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:149: error: cannot find symbol

Value.createValue (valueString.getBytes ()));

^

symbol: the variable value

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:151: error: cannot find symbol

final ValueVersion valueVersion = store.get (Key.createKey (keyString));

^

symbol: ValueVersion, class

location: HelloBigDataWorld of the class

examples\hello\HelloBigDataWorld.Java:151: error: cannot find symbol

final ValueVersion valueVersion = store.get (Key.createKey (keyString));

^

symbol: key variables

location: HelloBigDataWorld of the class

The first I suppose, that it cannot find the oracle.kv package I checked and the file kvclient.jar is located in the lib directory - I can see to unzip the .kv oracle package is in it.

I know I'm running it on Vista (all I have at the moment), but thought that it should work OK

Can someone tell me what step I missed please?

Thank you very much

Helen

Under Windows, you need to use; instead of: to separate the classpath elements.

Charles

Tags: Database

Similar Questions

  • LabVIEW FPGA: Problem compiling look-up Table

    Current versions of software:

    LabVIEW 2014 SP1

    LabVIEW FPGA 2014

    Xilinx Vivado

    I'm having a huge problem in trying to compile my LabVIEW FPGA code.

    Some recall of the code:

    It's all in a SCTL.

    I am streaming in a FIFO DMA and comparing it with the values previously stored in the shift registers (which are initialized to 0 at the start of the loop) in the SCTL.

    The results of the comparison are then piled into a U16 and loaded into a lookup table (I use the LUT - 1 d), and I'm so help this LUT to decide what value will be charged to travel to record for the next iteration of the loop, which, in any case, would be either the current values of the flow, or the post previous registry value.

    (It's a triage loop)

    I am able to run very well in simulation mode code, but when I try to compile, I get this error:

    "The selected object has a built-in shift register that makes the output on a particular loop iteration correspond to the entries in the previous iteration."

    Connect the outputs of the object directly to a minimum number of nodes of Feedback or uninitialized shift registers. You cannot connect the outputs to another object.

    See using LabVIEW for more information on the objects with registers embedded offset. »

    Someone at - it ideas why this happens, and what might be the possible solutions?

    I'm tempted to break it down into separate loops, but I prefer not to because it is now a loop (and working in my simulation).

    I found my problem.

    Any time that a LUT is in a chain shift register, it cannot:

    1. be part of a string of shift register that has a variable initialized

    2. follow-up to no decisive structure, like a box structure.

    I just moved the position of LUT and it works.

  • Problem compiling LV FPGA (urgent)

    Hello

    I'm trying to make a code FPGA LV in my crio 9074, but it takes a lot of time unsusually (40 minutes or more).

    I'm trying to implement this example to generate a waveform: http://www.ni.com/example/28209/en/

    Up to now, it's show "generation of carrots" message and in the newspaper, I'm repeatedly getting this message:

    aved CGP file for project 'coregen.
    Fix generics to 'ReallyLongUniqueName_ReallyLongUniqueName '...
    Generic external application to 'ReallyLongUniqueName_ReallyLongUniqueName '...
    Delivery of files related to "ReallyLongUniqueName_ReallyLongUniqueName"...
    Setting netlist generation implemented to
    'ReallyLongUniqueName_ReallyLongUniqueName '...
    Synthesis running for "ReallyLongUniqueName_ReallyLongUniqueName."
    13.4 - Xilinx CORE Generator O.87xd (nt) of output
    Copyright (c) 1995-2011 Xilinx, Inc. All rights reserved.
    Save all the run-time messages
    C:\NIFPGA\jobs\W543T9Q_a5T1mXb\coregen.log
    In the CGP project «coregen» file
    Fix generics to 'ReallyLongUniqueName_ReallyLongUniqueName '...
    Generic external application to 'ReallyLongUniqueName_ReallyLongUniqueName '...
    Delivery of files related to "ReallyLongUniqueName_ReallyLongUniqueName"...
    Setting netlist generation implemented to
    'ReallyLongUniqueName_ReallyLongUniqueName '...
    Synthesis running for "ReallyLongUniqueName_ReallyLongUniqueName."

    It seems that it is in some kind of loop without end Peae guide me how to solve the problem.

    Thank you...

    These are 'normal' of the process of compilation output messages (although they are a little curious). It is normal to have a certain number of these modules in the FPGA design, if you use analysis library functions; each of them can take several minutes to synthesize. The compilation has finished?

    Fortunately, if you're doing only minor subsequent changes compile compile times are expected to decline because the compiled results of each of these components is cached.

  • problem compiling under JDE 4.6

    I got this error when compile my project 4.3 to 4.6

    C:\Program Research In Motion\BlackBerry JDE 4.3.0\samples\com\rim\samples\device\TestApp\DialScreen.java:159: cannot access net.rim.device.api.ui.component.ListFieldMeasureCallback
    file not found net\rim\device\api\ui\component\ListFieldMeasureCallback.class
    private class MyObjectListField extends ObjectListField {}

    This error can be triggered by the expansion of some areas such as the ObjectChoiceField.  We are aware of this problem and it was reported to our development team.

  • problem compiling with references to projects

    Hello

    I developed as a framework and I'm trying to bring to BB10.

    I have four static libraries, have references to others.

    I create a project test using the four libraries and checked in the window references my four libraries (QNX IDE: project properties / general ad for C/C++ /Paths symbols / References).

    When I compile I have many ' reference "..." "undefined error. I know that I can change the order of the links, but it is not enough to solve some "circular" linking problems.

    I already had this problem when I compiled the framwork for Android, but in the makefile, I was able to link several times with the same library (example:)

    Project4.a
    Project1.a

    Project3.a
    Project1.a
    Project2.a
    )
    But I can't, or I don't know how I can do it in QNX IDE.

    No idea how I can do to link all my projects properly please?

    Thanks a lot for your help.

    You should put all your libraries to be used by the editor of links here:

    Build properties of the project-> C/C++/QCC Linker-> library-> library (-l)

  • problem compiling ffmpeg

    I've compiled ffmpeg with other libraries, I need for Blackberry 10. I receive the following two errors when you include the library in my project

    / Applications/Momentics.app/target_10_2_0_1155/qnx6/usr/include/cpp/xlocinfo:167:10: error: 'strftime' is not a member of 'std '.

    .. /.. /.. /ffmpeg/ffmpeg-2.0.2/dist/include/libavutil/time.h:29:1: error: "int64_t" does not designate a type

    Could someone help me with these questions? I'm not sure where to go completely. When I find int64_t in time.h and select 'Open Declaration' it takes me to his statement in stdint.h (/ Applications/Momentics.app/target_10_2_0_1155/qnx6/usr/include/stdint.h) it seems like it is defined. Use in time.h:

    /**

    To get the current time in microseconds.

    */

    int64_t av_gettime (void);

    In case anyone comes across this, I was able to get the library compiled and included in the project. The instructions on doturner post are correct. I was sourcing the wrong bbndk-env script and I think that was causing a problem. I still received the error UINT64_C, but they have been fixed including the headers of the library like this:

    extern "C".

    {

    uint64_t UINT64_C #define

    #define INT64_C int64_t

    #include

    ...

    }

    You don't need to change all library files, so do not do what I did in the post above. The definition of UINT64_C and INT64_C take care of it.

  • Problem compiling forms in weblogic with oracle database 10 g 2

    Hi all,

    I have weblogic 10.3.6 with Forms services under redhat5, I compiled a form with a user under a database11g and the .fmx file is generated, oe n I a database 10 g 2, when I tried to compile the same form with a user in the context of this DB it give me "has not created the form" nd when I checked the problem I found that it gives me the problem in each statement that connect to the database (select call procedure...) have you ideas, thank you for your answers

    Hamid yes I am able to connect to the database 10g, I did some research and I found that weblogic Forms services work with DB 10.2.0.4 or we have to DB11g, so we will know our customer is.

  • problem compiling with gcc 4.7.3 dbstl

    Hello

    my project uses dbstl and will not compile with gcc 4.7.3 und Linux x 86, unless I'm using - fpermissive. I tried different versions of db between 4.8 and 6.0.20 without success. In fact

    do exstl_advancedfeatures

    below, already, fails. There seems to be problems with name resolution. I couldn't find anything on the issue. Is it known? If not, where should I report it?

    Best,

    Andreas

    brand exstl_advancedfeatures output:

    . / libtool - mode = compilation g ++-I / examples/stl - c - I.-j' have... / SRC-D_GNU_SOURCE-D_REENTRANT-O3-I... / lang/cxx/STL... /examples/STL/StlAdvancedFeatures.cpp

    libtool: compile: g ++-I / examples/stl - c - I.-j' have... / SRC-D_GNU_SOURCE-D_REENTRANT-O3-I... / lang/cxx/STL... /examples/STL/StlAdvancedFeatures.cpp - fPIC - DPIC-o.libs/StlAdvancedFeatures.o

    In file included from... examples/STL/StlAdvancedFeatures.h:32:0.

    Of... /examples/STL/StlAdvancedFeatures.cpp:9:

    .. «/lang/cxx/STL/dbstl_vector.h: in the instantiation of the ' dbstl::db_vector_iterator < T, value_type_sub >: auto & dbstl::db_vector_iterator < T, value_type_sub >: operator ++ () [with T = char *; value_type_sub = dbstl::ElementHolder < char * >; < T, value_type_sub > dbstl::db_vector_iterator: auto = dbstl::db_vector_iterator < tank *, dbstl::ElementHolder < tank * > >]» :

    .. /examples/STL/StlAdvancedFeatures.h:663:26: required here

    .. /lang/cxx/STL/dbstl_vector.h:859:3: error: 'move_by' was not declared in this scope, and no declaration found by dependent on research of an argument when instantiating [-fpermissive]

    .. /lang/cxx/STL/dbstl_vector.h:859:3: Note: basic statements depending on "dbstl::db_vector_base_iterator < char * > ' cannot find search for the absolute

    .. /lang/cxx/STL/dbstl_vector.h:859:3: Note: use 'this-> move_by' instead

    [...]

    Hello

    We have fixed all the problems of compiling for dbstl in the development branch.

    So what version do you use?  Next, we'll create the patch for the specific version.

    Kind regards

    -Winter

  • problem compiling with MERGE statement

    What is the problem with this merge statement?

    When I compile I get the message
    met symbol IN when one of the following expected
    *:= . (@ %; < a SQL > *)

    MERGE INTO PF_REP_TEMP HAS
    WITH THE HELP OF PF_REP_SKS B
    WE (a. pf_userid = "FINP' AND B.pfbatch = 'F99' and B.pfstfno = A.pf_staffno
    and B.pfcc = "7" and B.pftransmy = A.mmyy and B.slno = A.s_no)
    When matched then
    game update
    a.pfwdrlm = b.pfwdrlm,
    a.PFRC = b.PFRC;

    Help, please

    (version of the form is 10g, 11g database version)

    How to perform a merge into forms button pressed trigger command

  • Problem compiling with Xcode plugin sample

    Hi all

    I'm having a problem of compiling a sample plugin in the SDK ("BasicPlugin") using Xcode on Mac OS. Xcode build error is "name"CursHandle"unknown type". The error occurs in two source files: AVExpT.h and SafeResources.h. I can't find any header provided with the Acrobat SDK kit that defines the type of CursHandle.

    I'm on Mac OS 10.8.4 and Xcode 4.6.3.

    The SDK documentation says that the SDK is only compatible with Xcode 2.x; elsewhere in the documentation it says that it was compatible with Xcode 3.2 and 3.3. What is the reason for the above error? It is not possible for me to install the old version of Xcode, because I'm running 10.8 OX, and older versions are not compatible.

    I would be very grateful for any help.

    Paul

    Yes, the software SDK still uses characteristic of carbon (even if Acrobat itself does not use anything carbon).   Therefore, you need an older version of Xcode that talks about carbon.

    Consider using a virtual machine from a certain flavor to run an earlier version of Mac OS and Xcode.

  • Problem compiling CUSTOM.pll

    Hi all
    I am facing a strange problem, I made changes to my CUSTOM.pll on EBS 11.5.10.2 and compiled under $AU_TOP/resources and CUSTOM.plx is generated. However, none of the changes I did come into force. The old controls are still active.
    The same process is successful to our test server, when I compile the CUSTOM.pll the changes take effect immediately.

    I need your help.

    Thank you
    Burak

    Burak,

    Did you try the server for CUSTOM.plx files and see if you have more than one copy?

    Thank you
    Hussein

  • Problem compiling AIR with linked files

    I am trying to compile an AIR application in Flash Builder 4.01; The project has related files.

    I am able to compile in Flash Catalyst to AIR without any problem. But when I try in Flash Builder to export the compiler as an AIR application hangs and does not compile. All embedded components work smoothly if I compile without adding assets and images. If I "Select All" I can click Finish as many times as I want and nothing happens.

    Does anyone know why this might be happening?

    flash_screenshot.jpg

    Thank you

    Eric

    Hello

    Flash Builder has a limit known with linked files.

    Please put your assets in a new source folder (project properties-> Flex Build Path-> Source path-> add a folder, point to an external folder).

    Unless it is a 'source' folder, the compiler ignores the assets in these files during the export.

    Thank you

    Rémy

  • problem compilation of printed documents

    Hello, I'm unable to compile a new document layout that I created, I followed the instructions of grainges peter on his website, but it still fails generate immediately. IM using Robohelp x 5 with word 2000, anyone got any ideas?

    Thanks steve

    Steve

    HR has been installed on the PC you use you login or that of the person that you have returned to work? It looks a lot like the latter and that's exactly what I expected to happen.

    Try to create a new project with just a couple of the topics and the impression of one. It may also fail. Isn't that pretty much confirms my theory. Uninstall and reinstall HR with your logon with admin rights and the problem will probably go away.

  • Problem compiling card and HashSet

    I copied this snippet of code in the web page of examples and added the necessary header files and namespaces.


    Map::handle HMap is HashSet:: create();.
    Vcle String::View = "hello world";

    hMap-> put (Vcle, Integer32::create(123));)

    Integer32::handle hValue = cast < Integer32::Handle > (hMap-> get (vKey));

    I see the error of the compiler to the Solaris CC compiler below.

    CC - errtags =... Yes - m64 - Icommon-I / include - i. - c cohMap.cpp o cohMap.o.
    ".. "/ include/coherence/lang/TypedHandle.hpp", line 118: error badinittype: cannot use coherence::util:HashSet * to initialize coherence::util:Map *.
    "cohMap.cpp", line 33: where, temwhileinst: while instantiating "coherence::lang:TypedHandle < coherence::util:Map >: TypedHandle < coherence::util:HashSet > (coherence::lang:TypedHandle < coherence::util:HashSet > const &)»
    "cohMap.cpp", line 33: where, teminstend: instantiated from code without a model.
    1 error found.
    gmake: * [cohMap.o] error 1

    Line 33 here is ' Map::Handle = HashSet hMap:: create();

    Please enlighten us to this problem.

    Thank you

    Published by: user8859277 on December 28, 2009 14:08

    HashSet is not a card... Did you perhaps mean to do smoething like:

    Map::Handle hMap = HashMap::create();
    
  • Problems compiling Perl DBD::Oracle with InstantClient 11.1.0.7

    machine: ~ /. CPAN/Build/DBD-Oracle-1.22-WXjXWy# perl Makefile.PL
    With the help of 1.607 DBI (for perl 5.010000 on x86_64-linux-gnu-thread-multi) installed in /usr/local/lib/perl/5.10.0/auto/DBI/

    DBD::Oracle configuration for perl 5.010000 on linux (x86_64-linux-gnu-thread-multi)

    Do not forget to READ the README file! Especially if you have problems.

    Installation on a linux system, worm #2.6
    The use of Oracle in /usr/lib/oracle/11.1/client64
    DEFINE SQLPLUSVERSION = "1101000700" (CHAR)
    Version Oracle 11.1.0.7 (11,1)
    Found /usr/share/oracle/11.1/client64/demo.mk
    Found /usr/share/oracle/11.1/client64/demo.mk
    With the help of /usr/share/oracle/11.1/client64/demo.mk
    Your LD_LIBRARY_PATH env var is set ' / usr/lib/oracle/11.1/client64/lib'
    Reading /usr/share/oracle/11.1/client64/demo.mk
    WARNING: /usr/share/oracle/11.1/client64/demo.mk Oracle does not define a rule of "site".

    WARNING: I will try now to guess how to build DBD::Oracle link for you.
    This kind of speculation is very open and sensitive to the Oracle version.
    It is possible that it will not be supported in future versions of DBD::Oracle.
    Please notify dbi-users on exactly why you had to build it that way.

    Find the header files in usr/include/oracle/11.1/client64.

    Checking operation wait.ph


    System: perl5.010000 linux excelsior 2.6.26 - 1-vserver-amd64 #1 smp sat nov 8 20:24:14 utc 2008 x86_64 gnulinux
    Compiler: cc - O2-g D_REENTRANT-D_GNU_SOURCE - DDEBIAN - fno-strict-aliasing - pipe - i/usr/local/include - D_LARGEFILE_SOURCE-D_FILE_OFFSET_BITS = 64
    The linker: / usr/bin/ld
    Sysliblist:
    The makefiles Oracle would have used these definitions but we replace them:
    CC: / usr/bin/g ++
    LDFLAGS: g
    [-g].
    Liaison with L... /.. / - locci - lclntsh - lpthread [of $(CCLIB)]

    Checking if your kit is complete...
    WARNING: the following files are missing in your package:
    META.yml
    Please inform the author.
    WARNING:-L... /.. / changed to-L/root/.cpan/build/DBD-Oracle-1.22-WXjXWy/... /... /
    LD_RUN_PATH=/usr/lib/Oracle/11.1/Client64/lib
    With the help of DBD::Oracle 1.22.
    With the help of DBD::Oracle 1.22.
    With the help of 1.607 DBI (for perl 5.010000 on x86_64-linux-gnu-thread-multi) installed in /usr/local/lib/perl/5.10.0/auto/DBI/
    Writing Makefile for DBD::Oracle

    If you have problems...
    read all of the above newspapers and the README and README.help.txt files.
    (Of course, you read read me now anyway, you don't have it?)


    Everything works fine now ;-), but now:

    machine: ~ /. CPAN/Build/DBD-Oracle-1.22-WXjXWy# do
    Jump blib/lib/DBD/Oracle.pm (unchanged)
    Jump blib/lib/oraperl.ph (unchanged)
    Jump blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
    Jump blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)
    Jump blib/lib/Oraperl.pm (unchanged)
    Jump blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)
    Jump blib/lib/DBD/Oracle/GetInfo.pm (unchanged)
    Jump blib/arch/auto/DBD/Oracle/mk.pm (unchanged)
    "cc - c-I/usr/include/oracle/11.1/client64-I/usr/local/lib/perl/5.10.0/auto/DBI-D_REENTRANT-D_GNU_SOURCE - DDEBIAN - fno-strict-aliasing - pipe - i/usr/local/include - D_LARGEFILE_SOURCE-D_FILE_OFFSET_BITS = 64 - O2-g-DVERSION=\"1.22\»-DXS_VERSION=\"1.22\' - fPIC «-I/usr/lib/perl/5.10/CORE" - wall - Wno-commentaire-DUTF8_SUPPORT-DNEW_OCI_INIT-DORA_OCI_VERSION=\"11.1.0.7\ ' Oracle.c
    Oracle.xsi: In function 'XS_DBD__Oracle__db_disconnect ':
    Oracle.xsi:306: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:306: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    Oracle.xsi: In function 'XS_DBD__Oracle__db_DESTROY ':
    Oracle.xsi:352: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:352: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    Oracle.xsi:380: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:380: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    Oracle.xsi: In function 'XS_DBD__Oracle__st_finish ':
    Oracle.xsi:675: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:675: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    Oracle.xsi: In function 'XS_DBD__Oracle__st_DESTROY ':
    Oracle.xsi:752: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:752: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    Oracle.xsi:766: WARNING: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    Oracle.xsi:766: WARNING: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    "cc - c-I/usr/include/oracle/11.1/client64-I/usr/local/lib/perl/5.10.0/auto/DBI-D_REENTRANT-D_GNU_SOURCE - DDEBIAN - fno-strict-aliasing - pipe - i/usr/local/include - D_LARGEFILE_SOURCE-D_FILE_OFFSET_BITS = 64 - O2-g-DVERSION=\"1.22\»-DXS_VERSION=\"1.22\' - fPIC «-I/usr/lib/perl/5.10/CORE" - wall - Wno-commentaire-DUTF8_SUPPORT-DNEW_OCI_INIT-DORA_OCI_VERSION=\"11.1.0.7\ ' dbdimp.c
    dbdimp.c: In function 'ora_db_login6 ':
    dbdimp.c:528: warning: format '%d' expects type 'int', but argument 8A type 'size_t '.
    dbdimp.c:535: warning: format '%d' expects type 'int', but argument 8A type 'size_t '.
    dbdimp.c:738: warning: format '%d' expects type 'int', but argument 7A type 'size_t '.
    dbdimp.c:738: warning: format '%d' expects type 'int', but argument 9 has type 'long unsigned int '.
    dbdimp.c:787: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    dbdimp.c:787: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    dbdimp.c: In function 'ora_st_cancel ':
    dbdimp.c:842: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    dbdimp.c: In function 'ora_db_disconnect ':
    dbdimp.c:879: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    dbdimp.c:879: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    dbdimp.c: In function 'ora_db_STORE_attrib ':
    dbdimp.c:976: warning: calculated value is not used
    dbdimp.c: In function 'createxmlfromstring ':
    dbdimp.c:1058: warning: format '%d' expects type 'int', but argument 3 has type 'STRLEN '.
    dbdimp.c:1066: warning: format "% ld' expects type 'long int', but argument 2 has type 'int'"
    dbdimp.c:1077: warning: passing argument 'OCILobWriteAppend' from incompatible pointer type 4
    dbdimp.c: In function 'dbd_preparse ':
    dbdimp.c:1243: warning: calculated value is not used
    dbdimp.c: In function 'dbd_rebind_ph_varchar2_table ':
    dbdimp.c:1546: warning: format '%d' expects type 'int', but argument 3 has type 'STRLEN '.
    dbdimp.c:1554: warning: format '%d' expects type 'int', but argument 3 has type 'STRLEN '.
    dbdimp.c:1584: warning: format "%u" expected of type 'unsigned int', but argument 7 has type 'long unsigned int '.
    dbdimp.c:1584: warning: format "%u" expects type 'unsigned int', but argument 8 has type 'long unsigned int '.
    dbdimp.c: In function 'dbd_rebind_ph_number_table ':
    dbdimp.c:1991: warning: format "%u" expected of type 'unsigned int', but argument 7 has type 'long unsigned int '.
    dbdimp.c:1991: warning: format "%u" expects type 'unsigned int', but argument 8 has type 'long unsigned int '.
    dbdimp.c: In function 'dbd_rebind_ph_char ':
    dbdimp.c:2197: warning: format '%d' expects type 'int', but argument 5A type "IV".
    dbdimp.c: In function 'pp_exec_rset ':
    dbdimp.c:2412: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    dbdimp.c:2412: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    dbdimp.c: In function 'ora_bind_ph ':
    dbdimp.c:2743: warning: format '%d' expects type 'int', but argument 2 has type 'IV '.
    dbdimp.c:2752: warning: format '%d' expects type 'int', but argument 2 has type 'IV '.
    dbdimp.c:2786: warning: format '%d' expects type 'int', but argument 3 has type 'IV '.
    dbdimp.c:2799: warning: unknown conversion type character '_' in format
    dbdimp.c: In function 'ora_st_execute ':
    dbdimp.c:3018: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    dbdimp.c:3018: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    dbdimp.c: In function 'ora_st_execute_array ':
    dbdimp.c:3328: warning: variable unused "sv2".
    dbdimp.c: In function 'ora_st_finish ':
    dbdimp.c:3473: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    dbdimp.c:3473: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    dbdimp.c:3491: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    dbdimp.c: In function 'ora_st_destroy ':
    dbdimp.c:3587: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    dbdimp.c: In function 'ora_st_STORE_attrib ':
    dbdimp.c:3672: warning: calculated value is not used
    dbdimp.c: In function 'ora_st_FETCH_attrib ':
    dbdimp.c:3720: warning: calculated value is not used
    "cc - c-I/usr/include/oracle/11.1/client64-I/usr/local/lib/perl/5.10.0/auto/DBI-D_REENTRANT-D_GNU_SOURCE - DDEBIAN - fno-strict-aliasing - pipe - i/usr/local/include - D_LARGEFILE_SOURCE-D_FILE_OFFSET_BITS = 64 - O2-g-DVERSION=\"1.22\»-DXS_VERSION=\"1.22\' - fPIC «-I/usr/lib/perl/5.10/CORE" - wall - Wno-commentaire-DUTF8_SUPPORT-DNEW_OCI_INIT-DORA_OCI_VERSION=\"11.1.0.7\ ' oci8.c
    OCI8.c: In function 'fetch_cleanup_rset ':
    OCI8.c:974: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    OCI8.c:974: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    OCI8.c: In function 'fetch_func_rset ':
    OCI8.c:1031: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    OCI8.c:1031: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    OCI8.c: In function 'dbd_rebind_ph_lob ':
    OCI8.c:1095: warning: format "% ld' expects type 'long int', but argument 2 has type"ub4""
    OCI8.c: In function 'get_attr_val ':
    OCI8.c:1655: warning: unknown conversion type character 'o' in format
    OCI8.c:1655: WARNING: format '%s' expects type ' char *', but the 6a argument type ' size_t *'
    OCI8.c:1655: attention: too many arguments for the format
    OCI8.c:1672: warning: unknown conversion type character 'o' in format
    OCI8.c:1672: WARNING: format '%s' expects type ' char *', but the 6a argument type ' size_t *'
    OCI8.c:1672: attention: too many arguments for the format
    OCI8.c: In function 'get_object ":
    OCI8.c:1911: warning: format '%d' expects type 'int', but argument 6a type ' struct OCIIter *'
    OCI8.c: In function 'fetch_get_piece ':
    OCI8.c:2024: warning: format '%d' expects type 'int', but argument 6a type "ub1 *'"
    OCI8.c:2047: warning: format '%d' expects type 'int', but argument 7A type ' ub4 *'
    OCI8.c:2056: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    OCI8.c:2061: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    OCI8.c:2061: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    OCI8.c: In function 'ora_describe ':
    OCI8.c:2823: warning: format "% ld' expects type 'long int', but argument 2 has type"ub4""
    OCI8.c:2963: warning: format '%d' expects type 'int', but argument 6a type ' void *'
    OCI8.c: In function 'ora_st_fetch ':
    OCI8.c:3048: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    OCI8.c:3063: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    OCI8.c:3074: warning: format '% lu' expects type 'long unsigned int', but argument 8A type "int".
    OCI8.c:3085: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    OCI8.c:3085: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    OCI8.c:3092: warning: format "% ld' expects type 'long int', but the 2A argument type 'I32'"
    OCI8.c:3092: warning: format "% ld' expects type 'long int', but argument 3 has type 'I32'"
    OCI8.c: In function 'init_lob_refetch ':
    OCI8.c:3474: warning: calculated value is not used
    OCI8.c:3549: warning: calculated value is not used
    OCI8.c:3556: warning: format "% ld' expects type 'long int', but argument 2 has type"ub4""
    OCI8.c:3596: warning: format "% ld' expects type 'long int', but argument 2 has type 'int'"
    Running Mkbootstrap for DBD::Oracle)
    CHMOD 644 Oracle.bs
    RM-f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/usr/lib/Oracle/11.1/Client64/lib' cc - shared - O2 - g - L/usr/local/lib Oracle.o dbdimp.o oci8.o o blib/arch/auto/DBD/Oracle/Oracle.so.
    -L/usr/lib/Oracle/11.1/Client64/lib-L/root/.cpan/build/DBD-Oracle-1.22-WXjXWy/... /... -locci - lclntsh - lpthread.

    chmod 755 blib/arch/auto/DBD/Oracle/Oracle.so
    CP Oracle.bs blib/arch/auto/DBD/Oracle/Oracle.bs
    CHMOD 644 blib/arch/auto/DBD/Oracle/Oracle.bs
    usr "-Iblib/arch ' '-Iblib/lib ' ora_explain.PL ora_explain
    Excerpt from ora_explain.PL with substitutions of variables ora_explain.
    CP ora_explain blib/script/ora_explain
    usr '-MExtUtils::MY ' EI 'MY-> (shift) fixin' blib/script/ora_explain
    Manifying blib/man1/ora_explain.1p
    Manifying blib/man3/DBD::Oracle.3pm
    Manifying blib/man3/DBD::Oraperl.3pm

    Some clues or just forget about it!

    Thanx, Alejandro

    What is your problem?

    It seems that everything is built very well.

    Yours,
    Laurenz Albe

Maybe you are looking for

  • Migrating from Iphoto Library with disc

    I want to spend my iphoto library, which is huge (so I stored it on a drive hard seagate).  I tried to do that and click on the option button that I click on the photos icon and then select my library on the drive hard seagate. The computer gives me

  • Re: How to turn Wi - Fi on NB300?

    Sorry if this is trivial but the inexperienced user. I need to enable and disable the Wi Fi. Looked for answers and it seems that the Fn F8 key is the answer. However, have tried this and nothing seems to happen. There was some talk about getting int

  • Reduce/enlarge printing

    How to enlarge or reduce a document scanned or copied on my officejet 6700 model h711n product CN583A

  • Microsoft has a tool for rar files

    Microsoft has a tool to extract a rar file or a site approved by microsoft, where I can get the tool

  • (Vista) Updates for Microsoft Office has failed: Error Code 646

    Hello I tried several times to download and install the automatic updates of Microsoft Office 2007, however, they have failed repeatedly to install.  When this happens, I get error Code 646  Microsoft Office Publisher 2003, which is no longer on my c