Database Studio Version for Linux 64bit

Hi,
There is a way to get a Database Studio for Linux 64bit systems?
regards
Clóvis

Hi Clóvis,
sorry - currently we cannot provide a Database Studio which is running with a 64bit JVM. The provided package is an approach to run Database Studio on a 64bit server. But it definitely requires the 32bit JVM. The native 64bit Database Studio will be released later on. Unfortunately today I cannot yet tell you a fixed date for this.
Anyway, thanks for your inquiry.
Best regards,
Martin

Similar Messages

  • -nodisplay bug with Sun Studio 10 for Linux installer

    I'm currently trying to install a trial Sun Studio 10 for Linux on a Fedora Core 3 box. I want the installer to run via the command line, so I use "./installer -nodisplay", but I get the following error message:
    java.lang.UnsatisfiedLinkError: /home/pacey/SS10/.install/jvm_1.4.2/j2re1.4.2_06/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    libXp is part of the X window system, but I've specified -nodisplay. A non-graphics option shouldn't be trying to load graphics libraries - looks like a bug. Anyway, as I don't have version 6 of that lib on my system, I'm stalled on this. Any suggestions?

    I'm currently trying to install a trial Sun Studio 10 for Linux on a Fedora Core 3 box. I want the installer to run via the command line, so I use "./installer -nodisplay", but I get the following error message:
    java.lang.UnsatisfiedLinkError: /home/pacey/SS10/.install/jvm_1.4.2/j2re1.4.2_06/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    libXp is part of the X window system, but I've specified -nodisplay. A non-graphics option shouldn't be trying to load graphics libraries - looks like a bug. Anyway, as I don't have version 6 of that lib on my system, I'm stalled on this. Any suggestions?

  • Is there a Hyperion DRM version for Linux?

    Hi All,
    I would like to know if exists a version of Hyperion DRM for Linux.
    Another question is if the Hyperion DRM version for Windows could be installed in a Virtual Machine.
    Regards,
    Harvey

    No there is not a version for Linux. The middle tier has to run W2K3. The database layer can be in Unix etc.
    Yes I tried running DRM on VMWare works great. Not sure about other virtual software.
    Regards,
    Daniel...

  • Sun Studio Compilers for Linux: Problems with undefined variables using CC

    I am experiencing the following errors below while trying to compile C++ programs using Sun C++ from the latest release of Sun Studio Compilers for Linux Alpha, on Red Hat Enterprise Linux 4 with kernel 2.6.9-34.EL and Ubuntu Breezy Badger 5.10 with kernel 2.6.12-10-686. I get the same exact errors on both OS's and on two different machines.
    root@ubuntu:/home/jc/cs225/Machine Problems/cs225/mp1/cs225_mp1# make
    CC -c -g string.cpp
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/iosfwd", line 74: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/iosfwd", line 75: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 191: Error: "," expected instead of "state_type".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 194: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 261: Error: "," expected instead of "get_state".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 265: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 299: Error: "," expected instead of "state_type".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 302: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 410: Error: "," expected instead of "get_state".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 414: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 506: Error: The function "strstr" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 523: Error: The function "strcspn" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 529: Error: The function "strspn" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 125: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 125: Error: Template parameter std::stateT requires a type argument.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 130: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 130: Error: Template parameter std::stateT requires a type argument.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 214: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 221: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 277: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 335: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 392: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 443: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 504: Error: Template declarations cannot have extern "C" linkage.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/limits", line 558: Error: Template declarations cannot have extern "C" linkage.
    Compilation aborted, too many Error messages.
    make: *** [string.o] Error 1
    Except on ubuntu, it has one more error
    "/usr/include/wctype.h", line 47: Error: A declaration was expected instead of "}".
    and what is on line 47 is below
    __END_NAMESPACE_C99
    When I comment this line out, that particular error does not show up but still the other errors above still show up.
    From the testing I did, it appears to have these problems for most of the C++ programs I have written, especially the ones that involve object oriented programming. All programs that I wrote do not have these problems with g++ or Sun CC for Solaris. It does however work fine only for small fraction of the programs I have written. I dont quite understand why it works in some cases and others it doesnt, but I know for sure, that it should be working for all cases when Sun CC from Sun Studio 10 on Solaris 10 for X86 has no problems compiling the same programs.

    I tried workaround number 2 from the 3 choices that were listed by horsh. That fixes the mathcalls.h problem but still I have the following errors.
    jcurran2@ubuntu:~/cs225/Machine Problems/cs225/mp1/cs225_mp1$ make
    CC -c -g string.cpp
    "/usr/include/wctype.h", line 47: Error: A declaration was expected instead of "}".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/iosfwd", line 74: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/iosfwd", line 75: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 191: Error: "," expected instead of "state_type".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 194: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 261: Error: "," expected instead of "get_state".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 265: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 299: Error: "," expected instead of "state_type".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 302: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 410: Error: "," expected instead of "get_state".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 414: Error: Use ";" to terminate declarations.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 506: Error: The function "strstr" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 523: Error: The function "strcspn" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/traits", line 529: Error: The function "strspn" must have a prototype.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 125: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 125: Error: Template parameter std::stateT requires a type argument.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 130: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/rwlocale", line 130: Error: Template parameter std::stateT requires a type argument.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/codecvt", line 55: Error: mbstate_t is not defined.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/codecvt", line 55: Error: Template parameter std::stateT requires a type argument.
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/codecvt", line 61: Error: "," expected instead of "state_type".
    "/opt/sun/LinuxCompilers/sunstudiomars/prod/include/CC/Cstd/rw/codecvt", line 63: Error: Use ";" to terminate declarations.
    Error: Cannot continue processing because of prior errors.
    Compilation aborted.
    make: *** [string.o] Error 1
    jcurran2@ubuntu:~/cs225/Machine Problems/cs225/mp1/cs225_mp1$
    Can someone please respond? There is more to the problem. Perhaps
    there are more glibc headers that have problems. In addition, if Sun wants to port the Sun Studio Compilers for linux to be stable on all linux distributions I suggest using VM ware and installing several linux distrobutions as virtual machines and testing this software on each virtual machine to see the problems that occur on each distribution. That way you might be able to uncover more problems to find a solution that will work best for portability on all linux distributions.

  • Its available a 10g version for linux ?

    does any body knows if there is available a 10G version for linux or if will be?
    Sincerelly IvaN Fajardo

    You can try the preview release on Linux (it's not supported but it works). Just make sure you use JDK 1.4.2_XX (latest 1.4.2).
    The production release will officially be supported on Linux ;-)
    Rob
    Team JDev

  • Can anyone send me a sqlldr 10g 10.2.0.4.0 file for linux 64bit version?

    Hi all,
    I installed the instantclient on Linux 64 bit. I didn't find the sqlldr utility. Can anyone tell me what is the most simply way to get a sqlldr without installing a Oracle DB on linux 64bit?
    Best regards,
    Jonathan

    'sqlldr' is not part of any Instant Client package, so any workaround is not supported:
    http://www.nyoug.org/Presentations/2007/200703_Ji_Instant%20Client.pdf
    Werner

  • Oracle 10gR2 clusterware for linux 64bit...

    Hi,
    I want to download the clusterware software for RHEL linux 64bit..
    i can't able to download the clusterware in OTN.Please any one help me is any other link to dowload 10gR2 clusterware software..
    Regards,
    Mugu

    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Just click the Oracle 10g version for your OS , you will have all the links including clusterware
    This could be yours
    http://www.oracle.com/technetwork/database/10201linx8664soft-092456.html
    Edited by: Maran Viswarayar on Oct 7, 2010 12:25 PM

  • Sun studio 11 for linux

    i successfully installed sun studio on a linux machine. i am debugging my first program.
    the problem i am having is local variables (stack variables) do not show the correct
    values. i can tell by the execution and examining the results that the local variables are
    really correct, but what is displayed is garbage. global/static variables display the
    correct values. anyone else having such an issue ?

    Sun Studio debugger has supported gcc/g++ for a while now, so
    that feature should definately work. Let us know more information
    about the bug, so we can fix it.
    If you have time and interest to experiment with pre-release compilers,
    you could download the latest "Sun Studio Express" release, and try
    out an early access version of the Sun compilers on Linux. But there
    are still a few things that don't work right. C should be very robust by now,
    but the Sun C++ and Fortran compilers still have some more porting
    work to finish before all the compiler features are available on Linux.
    http://developers.sun.com/prodtech/cc/downloads/express.jsp
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Weblogic server v10.3.2 for linux 64bit RHEL 5.8

    Hi, I require weblogic server v10.3.2 to install on linux 64bit machine. I tried hard but couldn't find this installer on Oracle site for download. Where can I get this version10.3.2 of weblogic server?

    Probably only available through Oracle support, try contacting them. The oldest still downloadable version from OTN is 10.3.3
    - http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html

  • There is a version for Linux Debian Labview 2011?

    Hello ...
    I am developing a remote service and one of the objectives is that this database is a server with Debian operating system, I searched the LabView 2011 for Debian GNU / Linux and have not found it, if anyone knows? Also of LabVIEW Datalogging and Supervisory Control also for this operating system?
    Or any way I can develop my service in windows and then perform a type of application that runs very well considering my database with this server?
    Thank you very much and see you soon

    I have not tried Labview for Linux on Debian (You really need to mention the version). You could try it and see if it works. Note, Labview for Linux only runs 32 bit. The compatibility issue is highly dependen on your 32 bit library.
    Even though NI keep saying they are going to support Linux  more, I notice they keep saying it for years but heir support is not very good.
    I suggest you do a client server relationship. You could install a client software on Windows  (you did not mention the type of data base to be used, files, postgres, mysql, hadoop, etc). The client support for windows is dependent on your client support.
    Another alternative is to use Network Shared variables. You can host it on the Windows machine and use tcp/ip to fetch the data directly from the  windows machine. There are many choices. The information you provide is mininal at best.

  • Does Database Studio work for anyone else on windows 64 bit?

    I followed the instructions to get Database Studio (http://wiki.sdn.sap.com/wiki/display/MaxDB/HowTo-Installationofa32-bitDatabaseStudioona64-bit+server).  After installing the 32 bit version of the jre, and starting the dbstudio executable using the 32 bit JRE, it appears the GUI elements of Database Studio are not working properly.  In text boxes, you can't see what you're typing.  Window outlines are still visible after resizing.  I'm unable to start the "Administration" task.  You cannot see the sql query as you're typing it in.  The program seems unstable in general.  I've tried to reinstall the entire package twice, and it seems to not help. 
    Anyone else experience this?  I'm running windows 7.  I've tried the 7.6 and 7.7 versions of Database Studio.

    Unfortunately I have no solution, but the same problems with Database Studio 7.8. I installed the Java SDK 6 64 Bit + DB Studio 7.8 64 Bit. Everything seems to be working, but although I have full write access to the config files (my first problem was that I wasn't allowed to write to \sapdb\data\app\dbstd) I can't add new connections:
    com.sap.sdb.tools.dbmprocess.LaunchException: Launch execption occured
    Start XServer failed:
        at com.sap.sdb.tools.dbmprocess.DbmProcessUtility.startXServer_aux(DbmProcessUtility.java:281)
        at com.sap.sdb.tools.dbmprocess.DbmProcessUtility.startXServer(DbmProcessUtility.java:252)
        at com.sap.sdb.tools.usermanagement.UM_DBManagement.umdbStartXServer(UM_DBManagement.java:161)
        at com.sap.sdb.tools.core.ui.CoreUIPlugin.connectUser(CoreUIPlugin.java:243)
        at com.sap.sdb.tools.core.ui.CoreUIPlugin$1.run(CoreUIPlugin.java:96)
        at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155)
        at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
    Do I have to install XServer manually?

  • Adobe Reader for Linux 64bits

    We would be greatly interested in a amd64 version for Debian and I coud'ant find Adobe Reader for download.
    May I dream with this package?
    Nós utilizamos Debian 64bits (amd64) em nossas estações e gostaríamos de poder contar com o Adobe Reader.
    Podemos aguardar a liberação deste pacote, ou a Adobe não pretende produzir uma versão para estes S.O. ?

    Hello Sousa,
    64-bit native version of Acroread is currently not available (see point 6 in the FAQs page http://blogs.adobe.com/acroread/2007/09/adobe_reader_811_faqs.html). We will let the user community know if in case there's such a plan in the future.
    Thanks for your query.
    Gaurav

  • Labview evaluation version for linux

    Sir i need evaluation version of labview for linux. kindly provide me
    hyperlink if any, other wise provide send me CD for evaluation, if
    feasible.
    My postal address is
    Murad Ali s/o Bagh wali
    village and p.o babuzai.abakhel.pulha
    distt and tehsil Mardan, NWFP, Pakistan
    regards

    Unfortunately, we do not currently offer an evaluation version of LabVIEW for Linux. We do offer evaluation versions of LabVIEW for Windows, so if you have a Windows system available, you can evaluate LabVIEW there. With the exception of a few Windows-specific features, the Linux version of LabVIEW is identical in both layout and functionality.
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Which version for Linux?

    So I have an Acer Aspire One netbook running Linux and I want to download Flash Player but when I have to choose a version I have no idea which one I need. How can I find out which version, YUM, .tar.gz or .rpm is the right one?
    Can anyone help?
    Cheers.

    Compatible? or Certified?
    Compatible?
    As long as you configure the Linux and get the right version of the supporting packages such as gcc and glibc, nearly every Fedora is 'compatible'.
    The packages and the recommended versions of the packages are listed in the Oracle Installation manual for Linux available at http://www.oracle.com/pls/db102/homepage
    Steps for installing on many current Linux distros are at http://ivan.kartik.sk
    Certified?
    None of the Fedoras are.

  • Which NWDS Studio Version for SAP Portal SP 7

    Hi experts,
    which NWDS Studio Version I have to use for SAP Enterprise Portal SP 7 and where can I see the Version number from NWDS?
    Under help -> about -> feature details I read:
    Eclipse    2.1.2
    SAP AG  2.5.12
    Thanks in advance!

    Like this u can see in help menu...
    Then u can find the version...
    SAP NetWeaver Developer Studio
    Version: 7.0.09
    Build id: 200608262203
    (c) Copyright SAP AG 2006.  All rights reserved.
    Visit http://www.sap.com
    This product includes software developed by the
    Apache Software Foundation http://www.apache.org/
    Eclipse.org http://www.eclipse.org/
    URs GS

Maybe you are looking for