J2sdk  installation problem on 64 bit linux machine

Hi
when i install the j2sdk then it gives the following error.:
/j2sdk-1_4_2_13-linux-ia64.bin: line 425: ./install.sfx.8624: cannot
execute binary file
PLEASE SUGGEST ANY SOLUTION
Thanks
dev

IA64 is the Itanium architecture. You probably don't have such a machine (if you did, you'd definitely know it).
If indeed you are running Linux on a 64bit machine chances are pretty high, that you are using a processor that's running the the AMD64 architecture (also called EM64T, x86-64, IA32e, ...). AFAIK only 1.5 is available for that architecture.

Similar Messages

  • Problem with setTraficClass()  in Linux machine

    Hi
    We are facing some problem with setTraficClass() method in java.net.Socket . When we try to set a value 34 using this method in windows it is not setting. when try to see the Ip header in the packet using wireshark it is showing 00.
    After lot of googling we found in sun forum that in Windows os there is no support for TOS/DSCP. if we want to set a value we need to add a registry parameter. Now it is setting in Windows XP [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4696356]
    But our problem is we are trying to run the same thing on linux machine RedHat 2.6.18.92.e15-pae-1686 it is setting 00 . Please find the code bellow
    Is there any setting we need to do in linux machine to call the setTraficClass() method. I am new to linux and not able to fix this issue.
    Please help me
    Thanks in advance.
    Sethu
    Server code
    import java.net.*;
    import java.io.*;
    class server
    public static void main(String args[]) throws Exception
    byte[] receive_data = new byte[1024];
    byte[] send_data = new byte[1024];
    int recv_port;
    DatagramSocket server_socket = new DatagramSocket(5000);
    System.out.println ("UDPServer Waiting for client on port 5000");
    while(true)
    DatagramPacket receive_packet = new DatagramPacket(receive_data,
    receive_data.length);
    server_socket.receive(receive_packet);
    server_socket.getTraficClass()
    String data = new String(receive_packet.getData(),0 ,0
    ,receive_packet.getLength());
    System.out.println("socketIP"+server_socket.getTrafficClass());
    server_socket.setTrafficClass(0x18);
    InetAddress IPAddress = receive_packet.getAddress();
    recv_port = receive_packet.getPort();
    if (data.equals("q") || data.equals("Q"))
    break;
    else
    System.out.println("( " + IPAddress + " , " + recv_port
    + " ) said :" + data );
    Client code
    import java.net.*;
    import java.io.*;
    class Client
    public static void main(String args[]) throws Exception
    byte[] send_data = new byte[1024];
    BufferedReader infromuser =
    new BufferedReader(new InputStreamReader(System.in));
    DatagramSocket client_socket = new DatagramSocket();
    InetAddress IPAddress = InetAddress.getByName("127.0.0.1");
    while (true)
    System.out.println("Type Something (q or Q to quit): ");
    String data = infromuser.readLine();
    if (data.equals("q") || data.equals("Q"))
    break;
    else
    send_data = data.getBytes();
    DatagramPacket send_packet = new DatagramPacket(send_data,
    send_data.length,
    IPAddress, 5000);
    client_socket.setTraficClass(34)
    client_socket.send(send_packet);
    client_socket.close();

    Hi,
    when I use setsockopt() API on linux machine. I am able to set the DSCP value in the UDP socket.
    I can see the visibility of DSCP marking on the wireShark.
    when I use the setTraficClass(34) API on linux machine. I am not able to set the DSCP value in the UDP socket. It
    always takes the default value as 0. I cant see the visibility of DSCP marking on the wireShark.
    setSockopt() API supported in Linux machine. Why not SetTrafficClass() API?.
    Is there any changes required to make the SetTrafficClass() API to work on Linux platform?.

  • Yast installation problem on Oracle Enterprise Linux Rel 5 Upd 2

    Hi,
    I installed Oracle Enterprise Linux Rel 5 Upd 2 on a new server (Intel 64 bit) with the downloads from oracle
    (Enterprise-R5-U2-Server-x86_64-disc1.iso till Enterprise-R5-U2-Server-x86_64-disc6.iso).
    Then I wanted to install Yast for administering my machine and downloaded yast_el5_x86_64.tar, again from Oracle. Running the Yast install routine it required the perl-Digest-SHA package. I downloaded that from Oracle ULN and installed it.
    Now, running the Yast install routine again, I get a bunch of warnings and errors about failed dependencies and NOKEY's.
    Here I copied a part of it:
    warning: liby2util-2.13.8-0.12.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: blocxx-1.0.0-17.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: libxcrypt-2.4-12.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: testutf8-1.0-1.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-core-2.13.39-0.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: hwinfo-13.57-2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-hardware-detection-2.13.7-0.9.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: libzypp-2.15.10-0.4.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies
    +     libboost_filesystem.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    +     libboost_regex.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    warning: yast2-pkg-bindings-2.13.117-0.13.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     libzypp >= 2.4.0 is needed by yast2-pkg-bindings-2.13.117-0.13.x86_64+
    +     libzypp.so.215()(64bit) is needed by yast2-pkg-bindings-2.13.117-0.13.x86_64+
    warning: yast2-2.13.104-1.0.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2-pkg-bindings >= 2.13.111 is needed by yast2-2.13.104-1.0.x86_64+
    warning: yast2-network-2.13.98-0.7.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2 >= 2.13.90 is needed by yast2-network-2.13.98-0.7.x86_64+
    warning: perl-Parse-RecDescent-1.80-259.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: perl-gettext-1.05-13.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: perl-X500-DN-0.28-133.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    warning: yast2-pam-2.13.5-0.11.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     yast2 is needed by yast2-pam-2.13.5-0.11.noarch+
    warning: yast2-mail-aliases-2.13.8-0.11.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    +     libzypp.so.215()(64bit) is needed by yast2-perl-bindings-2.13.11-0.17.x86_64+
    +     yast2 is needed by yast2-security-2.13.7-0.11.noarch+
    +     yast2-pam is needed by yast2-security-2.13.7-0.11.noarch+
    +     yast2 is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2-network is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2-pam >= 2.13.5 is needed by yast2-ldap-client-2.13.27-0.11.noarch+
    +     yast2 >= 2.13.70 is needed by yast2-country-2.13.52-0.9.x86_64+
    +     yast2 >= 2.13.85 is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2-network is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2-pkg-bindings >= 2.13.101 is needed by yast2-installation-2.13.192-0.4.noarch+
    +     yast2 is needed by yast2-users-2.13.55-0.4.x86_64+
    +     yast2-pam is needed by yast2-users-2.13.55-0.4.x86_64+
    What's wrong here and what is to do?
    I only installed packages from Oracle on a newly installed machine. And I didn't find documentation regarding these problems.
    Any help would be greatly appreciated,
    Roger

    error: Failed dependencies
    + libboost_filesystem.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+
    + libboost_regex.so.2()(64bit) is needed by libzypp-2.15.10-0.4.x86_64+As error message clearly states you need to install additional OS packages (included in installation media or in online repository) to solve the dependencies.

  • J2sdk installation problem-Program too big to fit in memory

    I downloaded the J2SDK software from sun website. The file name is
    j2sdk-1_4_1-windows-i586.exe.
    The file size matches with the one specified in the website.
    However I am unable to install the package either from 'my computer' or from dos.I have WIN 2000 as my OS.
    I get the following error: in dos
    "Program too big to fit in memory". The screen
    output is as under :
    G:\>dir
    Volume in drive G is NEW
    Volume Serial Number is AE64-CACE
    Directory of G:\
    09/29/2002 10:03p 37,724,482 j2sdk-1_4_1-windows-i586.exe
    1 File(s) 37,724,482 bytes
    0 Dir(s) 0 bytes free
    G:\>j2sdk-1_4_1-windows-i586
    Program too big to fit in memory
    G:\>
    I shall be glad if you will guide me to intall the package as I am very
    anxious to use it to learn servlet progamming.
    Thanks.

    G:\>j2sdk-1_4_1-windows-i586
    Program too big to fit in memoryThis error is complaining about memory, not disk space. But I suspect that the problem is disk space. This is copied from the Window 32-bit installation instructions:
    A Pentium 166MHz or faster processor with at least 32 megabytes of physical RAM is required to run graphically based applications. Forty-eight megabytes of RAM is recommended for applets running within a browser using the Java Plug-in product. Running with less memory may cause disk swapping which has a severe effect on performance. Very large programs may require more RAM for adequate performance.
    You should have 120 megabytes of free disk space before attempting to install the Java 2 SDK software.

  • Oracle Soa Suite 11.1.1.7 for 32-bit Linux Machine

    Hi,
    Oracle on the download site (http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html) for 11.1.1.7 provides me with these options:
    * Microsoft Windows 32bit JVM
    * Linux 64bit JVM
    * Generic: 64bit JVM
    My dev machine is Linux 32bit. Is Generic: 64bit JVM right for me? I know it says generic, but then it says 64 bit. And now I'm baffled.

    Hi,
    You can find here your answer:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    (Oracle Fusion Middleware 11g Release 1 (11.1.1.x))
    From my understanding you can choose the 32-bit installation:
    "If your Oracle Fusion Middleware components are running in a 64-bit JVM environment, ensure that WebLogic Server is installed with the 64-bit JDK or is using a supported 64-bit JDK on your system. You cannot mix components using a 32-bit JVM with those using a 64-bit JVM."
    http://docs.oracle.com/html/E18558_01/fusion_requirements.htm (3.1)
    Arik

  • Installation Problem: "500 null" on Linux

    We're setting up a new server (CentOS v4.3 fully updated,
    Kernel 2.6.9-34.0.1) along with Plesk v8.0, ColdFusion MX v 7.0.1
    (no additional patches). I have installed two compatibility
    libraries (xorg-x11-deprecated-libs and compat-libstdc++-296). I
    know there is a bug ("An error has occurred when reading/writing
    /lib/license.properties"). This is not our issue.
    The problem is that at each attempt to start Coldufusion,
    that it presents a bunch of erros in the log, and displays only
    "500 Null" in the browser window when I attempt to access the
    admin. Attemtping to access a regular script simply outputs the
    script text.
    The precise installation instructions I've followed (over and
    over) are
    Here.
    I've attached a synopsis of the log (and changed the server name to
    "example.com" for search engine's sake. The installation logs that
    everything is successful with the exception of required libraries,
    and we've installed the necessary compat libraries.
    I've been stumped on this for about 20 days. Can someone
    suggest some avenues of exploration, keywords, little know facts or
    magic incantations?
    Unable get IP addresses from a local host, defaulting to
    "127.0.0.1".
    06/05 13:29:52 warning Unable to open
    /opt/coldfusionmx7/runtime/lib/license.properties
    I don't think this is an issue
    06/05 13:29:54 info Fail to lookup ClusterManager instance.
    06/05 13:29:54 error RuntimeException thrown in operation
    start
    [1]java.lang.NullPointerException
    This came up 4 times
    06/05 13:29:54 error led.example.com: led.example.com
    java.net.UnknownHostException: led.example.com:
    led.example.com
    This came up 2 or 3 times,
    06/05 13:29:54 info No JDBC data sources have been configured
    for this server (see jrun-resources.xml)
    06/05 13:29:54 info Fail to lookup ClusterManager instance.
    06/05 13:29:54 error RuntimeException thrown in operation
    start
    [1]java.lang.NullPointerException
    06/05 13:29:55 info JRun Web Server listening on *:8500
    Server coldfusion ready (startup time: 4 seconds)
    06/05 13:32:44 error There is no web application configured
    to service your request
    06/05 13:32:44 error No mapping found for
    /CFIDE/administrator/index.cfm
    06/05 13:32:44 user jrun.servlet.NotFoundServlet: init
    06/05 13:32:44 error
    java.lang.NullPointerException

    Update: The only version of Java that we have is the one that
    CF installed. Now, we're not running it with the Apache config,
    we're running it as standalone. The reason we chose standalone vs.
    Apache config is because we are using Plesk, an admin and user PHP
    control panel, and it's instructions say that we should use the
    standalone version. Plesk is touchy, so we're always quite wary of
    doing anything to break it.
    Can someone from Adobe (the former Macromedia team) chime in?
    It would help to have someone who is really savvy about this
    too.

  • Re: SAPlicense installation problem on NW04/WAS640/Linux

    Hi Friends,
    I have installed NW04/linux test drive on fedora linux. After that I try to install saplicense under user nw4adm. But I get following error:
    SAPLICENSE (Release 640) ERROR *** ERROR: Can not set DbSl trace function DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20 RC-INFO: error loading dynamic db-library - check environment for: dbms_type = <db-type> (e.g. ora) DIR_LIBRARY = <path to db-dll> (e.g. /usr/sap/SID/SYS/exe/run)
    any help would be highly appreciated
    Thanks,
    Krishna

    Hi Krishna,
    After the installation of SAP Netweacer Testdrive on Linux, we need to Get the hardware key by executing the following line:
    $ /usr/sap/NW4/SYS/exe/run/saplicense -get
    Once we done this, Request the license key for your TestDrive by entering your data at this site
    http://www50.sap.com/linux/eval/nw4/
    Shortly you will receive an email which you mentioned in the site with attached rpm file .
    Note to install the RPM license MaxDB must be running.
    Once you start the server with comnmand "startsap nw4host".
    after this check whether all the processes started properly with the following command
    "startsap check nw4host"
    Hope this will be useful.
    Regards
    Kishore Ch

  • Add-On Installation Problem on 64 Bit Server

    Hi Experts,
    I am installing my Add-On on 64 Bit Server but it gives Problem to Install that Add-On
    It shows error for 64 Server
    But that Add-On is Working on 32 Bit and also working on all the Clients.
    Warm Regards,
    Sandip Kokate

    Hi Sandeep,
    Actully your addon is bind on 32 bit enviornment.Consult with your sdk devloper and ask him to bind the ard on 64 bit enviornment. or install your server on 32 bit...
    Regards
    Deepak Tyagi

  • Acroread full screen problem - dual display on Linux machine

    Hi:
    I am running Linux Fedora core 15 on an HP laptop that I use for presentations.  I have dual displays set up and run my presentation software (opera and acroreader)  in the external monitor in full screen mode.  This works fine for opera, but when I try to use acroreader, it only appears on the laptop's built in monitor when in full screen mode.   Any suggestions on how to get it on the external display?
    Thanks.

    When you normally play iTunes on a secondary monitor (23" Cinema on the side) and then disconnect to go mobile, there's a problem - can't get video window to show up anywhere without changing preferences to have video display in iTunes window or art window. Disabling spaces, checking display, "detect displays", nothing else works.

  • J2SDK installation problem

    I installed J2SDK 1.3.1_20 on Solaris 9 server using self extracting binary (.sh) file. Now, when I use java command it goves following error:
    bash-2.05# ./java -version
    Error: failed /usr/j2sdk1_3_1_20/jre/lib/sparc/client/libjvm.so, because ld.so.1:
    /usr/j2sdk1_3_1_20/bin/./../bin/sparc/native_threads/java: fatal: relocation error: file
    /usr/lib/libthread.so.1: symbol pthreadmutexattr_setrobust_np: referenced symbol not found
    I installed J2SDK 1.4 and 1.5 also, but same error. I have already Java 1.2 on same system and it is working fine. Also, I tried following option but no luck, same error.
    1) Installed Java patches for Solaris i.e. J2SE_Solaris_9_Recommended
    2) Re-installed JDK
    3) Got tar of working JDK from another solaris 9.
    4) Mounted working JDK home from another server
    5) Copy libthread.so.1 from another server
    6) Installed same JDK on another solaris 9 server and it was working (just to test source)
    Above tests indicate problem with some system libraries, but could not identifying. Appreciate any help ASAP.

    The both system have same platform e.g Sparc ,
    set LD_LIBRARY_PATH=/usr/lib/sparcv9/lib
    and re-run the installation

  • Installation Problems Oracle Portal3.0 Linux 8.1.6

    The installation finshed with Errors:
    SSO Hast
    WWSEC_Enabler_Config_Info
    Now I can start the welcome Page of Portal.
    But if i try to logon, i get the following error message:
    You cannot login because there is no configuration information stored in the enabler configuration table. (WWC-41439)
    null

    Did you try some of these solutions?: http://otn.oracle.com/products/iportal/htdocs/portal_troubleshooting.htm#_Logging_in_to

  • 64-bit Linux driver/associated SPE API for the Omnikey CardMan 3821 card reader

    I am in the process of converting from a 32 bit to a 64 bit Linux machine. In the past I was able to use the SPE API for 32 bit Linux along with the 32 bit Linux ifdokccid device driver. However, using the speapi_lnx-amd64-1.0.1 along with ifdokccid_lnx_x64-3.7.0 isn't working for me. For example, when I attempt to do an SCardCCIDVerifyPIN function call, I get back a 6B80 APDU response. I noticed that the ifdokccid for 64 bit Linux requires PCSC lite 1.5.5, but the SPE API requires PCSC lite 1.2.9-beta7, which I'm guessing is not compatible. I am wondering if anybody has any ideas about how I should proceed to get my OMNIKEY 3821 reader to work in a 64-bit Linux environment?

    Alleluia!!!
    I think I will write a new rule for myself to follow :
    Thou shalt never use ndiswrapper again.
    Thanks a lot, wonder, and thanks to you too, Xyne.
    FYI, I tried to use something else than ndiswrapper before, but it didn't yield satisfying results. Anyway, thanks.

  • SAP BI 4.0 Installation on Linux Machines

    Hi,
    Can some body send me the document or Detailed steps regarding how to install the SAP BI 4.0 software on the Linux machines.also let me know what are the pre-requisites for this installation.
    This software needs to be installed in both Server and Clinets as well.
    Kindly consider it as a bit urgent and send me the details.
    Thanking you in Advance,
    Warm Regards,
    Naga Nanda Kishore.     

    Hi Nanda,
    Please refer the below link for SAP BI 4.0 Installation on Linux Machines.
    Linux System Landscape Overview
    Link:
    http://wiki.scn.sap.com/wiki/display/BOBJ/Linux+System+Landscape+Overview
    Linux Pattern Prerequisites
    Link:
    http://wiki.scn.sap.com/wiki/display/BOBJ/Linux+Pattern+Prerequisites
    Business Objects Installation:
    (a) Setting up BI platform server 1
    (b) Setting up BI platform server 2
    (c) Changing the Linux Pattern Cluster Name
    Link:
    http://wiki.scn.sap.com/wiki/display/BOBJ/Setting+up+BI+platform+server+1?original_fqdn=wiki.sdn.sap.com
    Regards,
    Daya Jha

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

Maybe you are looking for

  • Index Does Not Exist In Database System MSSQL

    Hello, I have an Index that has this message: " Index Does Not Exist In Database System MSSQL" Can someone guide me how to update Index to the database? Thank you.

  • Problem in WV with Family Base, need help

    We currently have 2 Android phones for my husband and me, and two iPhone 4 phones for my daughters. When I signed up for Family Base and created controls (no texting/internet after 10:00 p.m. etc) all four phones lost the ability to make or receive p

  • How do I update a iMac's firmware

    Should it be on the desktop, What do I do after I open it? It's a iMac 450 mHz

  • Answers - Columns and aggregation of measures

    Can I bring in data at a line item (Order_ID) level in Answers do some calculations around a metric returned, then be able to hide/remove this column in a table and have the metrics be aggregated up to the other level - say if I bought in Region? I h

  • Scan for viruses before file upload

    Hi, I'm making a HR application which will allow for public users to upload their resumes in word, pdf, etc format. I'd like to scan the files for viruses before they are inserted into the DB. From my understanding, files are loaded in the wwv_flow_f