Oracle 9i (version 2) + CentOS 4.7 64 bits

Hi
I did manage to install making many "tricks" most of them were only install software but at the end of the installation It stopped and I realized that the runInstaller was looking for 32 bits libs instead of $ORACLE_HOME/libs so I solved changing my /usr/bin/gcc32 to /usr/bin/gcc and the LD_LIBRARY_PATH with $ORACLE_HOME/libs32:$LD_LIBRARY_PATH...
So I would like to know if this "tricks" could negative affects to my Oracle Installation....
What could be the impact on the database ¿?
Is my oracle really running at 64 bits ¿?
FYI:
Pre-installation:
Software that I needed:
yum install xfce4-toys.x86_64
yum install glib2.i386
yum install xorg-x11-deprecated-libs.x86_64
yum install xorg-x11-deprecated-libs.i386
yum install libxslt.i386
yum install compat-db.x86_64
yum install compat-libstdc++-33.x86_64
yum install gcc-c++.x86_64
yum install libaio-devel.x86_64
yum install sysstat.x86_64
yum install glibc-devel.i386
yum install compat-gcc-32.x86_64
The "compiler trick":
cd /usr/bin
mv gcc gcc64
mv gcc32 gcc
The oracle needs:
groupadd dba
useradd oracle
mkdir /opt/oracle
mkdir /opt/oracle/9.2
chown -R oracle:dba /opt/oracle
touch /etc/oratab
chown oracle:dba /etc/oratab
sysctl -w kernel.shmmax=100000000
echo "kernel.shmmax = 100000000" >> /etc/sysctl.conf
Unpacking the oracle:
cpio -idcmv < amd64_db_9204_Disk1.cpio
cpio -idcmv < amd64_db_9204_Disk2.cpio
cpio -idcmv < amd64_db_9204_Disk3.cpio
Running the installer:
(log at the server as oracle in my case ssh -Y -l oracle myoraserver)
export ORACLE_HOME=/opt/oracle/9.2
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:/lib:/usr/lib/:/usr/local/lib
export LD_ASSUME_KERNEL="2.4.19"
./runInstaller
Thanks in Advanced ;o)

The {font:Courier}gcc32{font} is a compiler version, not an architecture specification, so you need that version to compile and link properly. If you do this:
$ /bin/rpm -q --qf='%{NAME}-%{VERSION}.%{RELEASE}.%{ARCH}\n' gccyou can see if you have a 64-bit capable compiler ({font:Courier}x86_64{font}) or 32-bit only (anything else).
The linking step will complain and fail if you try to mix 32-bit and 64-bit object files and libraries, so that probably worked well enough.
Of course, Oracle RDBMS is not supported under CENTOS so using this work business purposes is totally your risk.
Why not download Oracle Enterprise Linux and have everything just work?

Similar Messages

  • Oracle Enterprise Edition for CentOS 5.5, 64-bit ?

    Hi
    We are going to install Oracle enterprise edition 11gR2 on CentOS 5.5, 64-bit servers for 2-node RAC/ASM setup. I guess we should just need to download "Linux x86 -64" from oracle software down page http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html. Should that work for CentOS 5.5, 64-bit, since there is no specific version for CentOS 5.5, 64-bit? And that Linux x86-64 works for all different kind of linux 64bit?
    Thanks!

    Hi;
    CentOS is not a certified and supported operating system for Oracle RDBMS software and there are no plans to add support for CentOS. Supported operating systems are listed in the 11gR2 Oracle Installation Guide in chapter 3 which is avaliable at
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763.pdf
    Please see:
    Linux: 11gR2 runInstaller Fails with "An internal error occurred within cluster verification framework" [ID 1207894.1]
    Regard
    Helios

  • Unable to find Oracle OCI libraries on Centos 6.3

    Hello,
    I am having an issue with configuring an application(Zabbix) to use OCI on clean image of CentOS 6.3.
    checking for Oracle OCI headers in /usr/include/oracle/11.1/client/... yes
    checking if Oracle OCI version is >= 10.0... yes
    checking for Oracle version >= 11.x to use -lnnz11 flag... yes
    checking for Oracle OCI libraries in /usr/lib/oracle/11.1/client/lib/... not found
    checking if Oracle support is enabled... no
    I try to perform configuration of the source like this:
    $ ./configure with-oracle with-oracle-include=/usr/include/oracle/11.1/client with-oracle-lib=/usr/lib/oracle/11.1/client/lib enable-server enable-agent enable-java
    config.log has this:
    configure:7084: result: no
    configure:7089: checking for architecture
    configure:7128: result: linux (linux-gnu)
    configure:7132: checking for the linux kernel version
    configure:7139: result: 2.6 family (2.6.32-279.el6.x86_64)
    configure:7810: checking for Oracle OCI headers in /usr/include/oracle/11.1/client
    configure:7837: gcc -c -g -O2 -I/usr/include/oracle/11.1/client conftest.c >&5
    configure:7837: $? = 0
    configure:7846: result: yes
    configure:7878: checking if Oracle OCI version is >= 10.0
    configure:7895: result: yes
    configure:7913: checking for Oracle version >= 11.x to use -lnnz11 flag
    configure:7919: result: yes
    configure:7941: checking for Oracle OCI libraries in /usr/lib/oracle/11.1/client/lib
    configure:7961: gcc -o conftest -g -O2 -I/usr/include/oracle/11.1/client -rdynamic -L/usr/lib/oracle/11.1/client/lib conftest.c -lm -lrt -lresolv -lclntsh -lnnz11 >&5
    /usr/bin/ld: skipping incompatible /usr/lib/oracle/11.1/client/lib/libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    configure:7961: $? = 1
    configure: failed program was:
    | /* confdefs.h */
    result of *'rpm -qa | grep oracle'* is:
    oracle-instantclient11.1-odbc-11.1.0.7.0-1.i386
    oracle-instantclient11.1-basic-11.1.0.7.0-1.i386
    oracle-instantclient11.1-sqlplus-11.1.0.7.0-1.i386
    oracle-instantclient11.1-devel-11.1.0.7.0-1.i386
    oracle-instantclient11.1-tools-11.1.0.7.0-1.i386
    oracle-instantclient11.1-jdbc-11.1.0.7.0-1.i386
    result of *'ls -l /usr/lib/oracle/11.1/client/lib'* is:
    total 136808
    -rw-r--r--. 1 root root 342 Oct 26 2008 glogin.sql
    lrwxrwxrwx. 1 root root 17 Feb 28 16:43 libclntsh.so -> libclntsh.so.11.1
    -rw-r--r--. 1 root root 37174788 Oct 26 2008 libclntsh.so.11.1
    -rw-r--r--. 1 root root 11159 Oct 26 2008 libheteroxa11.so
    -rw-r--r--. 1 root root 5974910 Oct 26 2008 libnnz11.so
    lrwxrwxrwx. 1 root root 15 Feb 28 16:43 libocci.so -> libocci.so.11.1
    -rw-r--r--. 1 root root 2333632 Oct 26 2008 libocci.so.11.1
    -rw-r--r--. 1 root root 85112897 Oct 26 2008 libociei.so
    -rw-r--r--. 1 root root 129297 Oct 26 2008 libocijdbc11.so
    -rw-r--r--. 1 root root 1510045 Oct 26 2008 libsqlplusic.so
    -rw-r--r--. 1 root root 1122713 Oct 26 2008 libsqlplus.so
    -rw-r--r--. 1 root root 771229 Oct 26 2008 libsqora.so.11.1
    -rw-r--r--. 1 root root 1890499 Oct 26 2008 ojdbc5.jar
    -rw-r--r--. 1 root root 1988051 Oct 26 2008 ojdbc6.jar
    -rw-r--r--. 1 root root 1656243 Oct 26 2008 orai18n.jar
    -rw-r--r--. 1 root root 82979 Oct 26 2008 orai18n-mapping.jar
    -rw-r--r--. 1 root root 299638 Oct 26 2008 ottclasses.zip
    result of *'uname -a'* is:
    Linux localhost.localdomain 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    Any help would be appreciated.

    Oracle is NOT certified on Centos
    V11.1 Oracle is NOT certified on V6 kernel
    so You're On Your Own (YOYO)!

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • Hi, I don't know how to find a specific security patch to apply to my Oracle database version to fix a vulnerability

    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help

    2835604 wrote:
    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help
    that sounds like the "tns poison" vulnerability.  CVE 2012-1675 - Oracle Security Alert CVE-2012-1675
    See MOS note 134083.1  and 1453883.1

  • Is there any incompatibility in using different JDBC and Oracle database versions?

    Hi everybody,
    I hope you can answer me ASAP.
    Which version of JDBC driver for Oracle could I use to access an Oracle database version 8.0.4.3.0 running on a SUN machine?
    Is it necessary to use the specific driver concerning to that version or could we use the JDBC version 8.1.6?
    If we decide to use JDBC 8.1.6 to work against the 8.0.4.3.0 database, will we find any incompatibility or problem?
    Thanks.
    null

    I don't know the answer to your question, but while looking for something else, I found a table listing "requirements and compatibilities for oracle jdbc drivers" that might answer your question:
    http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/a83724/getsta1.htm#1008206
    (My aologies if that URL gets broken apart by this posting software and you have to piece it together.)
    Hope this helps.

  • Oracle DB version for windows(64 bit)

    Greetings,
    I want to install oracle on my system which has the following properties.
    OS:WINDOWS SERVER 2003 Enterprise Edition Service pack2(64 bit)
    Processor:Dual Core AMD Opteron(TM)-2.39Ghz
    RAM-16GB
    Which Oracle 10g version i need to download so that installation and creation of database should go smoothly with respect to the above system configuration.
    Thank You All...

    From the download site:
    Oracle Database 10g Release 2 (10.2.0.1.0)
    Enterprise/Standard Edition for Microsoft Windows (x64)
    Werner

  • Problem Installing Oracle 8i Version 8.1.6 on Redhat 7.0

    I am trying to install Oracle 8i Version 8.1.6 on Redhat 7.0 but I get the following error message(in the Oracle Database Configuration Assistant Alert):
    "ORA-03114:not connected to Oracle"
    I really don't know where I am going wrong. Please help.
    null

    Absolutly. I tried MD 8.0 them switched to RH 7.1 to see if I could get some kind of error to start tracj=king this down.
    There is another thread in on this forum that hints we may have a solution.
    I don't understand it yet but I'm working on it

  • Installing Oracle 9i (version 9.0.1) on RedHat Linux 7.2

    Hi All,
    I've been trying to install Oracle 9i version 9.0.1 on RedHat
    Linux 7.2 with kernel 2.4.7-10. This RH 7.2 is running on my
    Compaq Armada M700 laptop that has 800MHz CPU and 256MB of RAM.
    I have 10GB of diskspace on this laptop.
    Someone in this group posted a howto on how to install Oracle 9i
    on RedHat Linux 7.2 but for some reasons, Oracle Universal Installer
    still hangs at 74% of the installation. Here is what I did:
    1) Install RH 7.2 on the laptop. I also make sure that make, ar,
    ld, nm and C for unix got installed when I installed RH 7.2.
    I also verify by using the command "which make", "which ar",
    "which ld" and "which nm" and they are also in the /usr/bin
    directory. I also make the /tmp partition to be 800MB and
    the swap file to be 500MB,
    2) Modify the /etc/hosts file. This part is easy. I can ping
    both the hostname, FQDN and the IP address of the laptop from
    both locally and remotely (tested with SSH connection),
    3) Go to blackdown.org and download jdk118_v3
    4) Uncompress and put it in the /usr/local/jdk118_v3 directory,
    5) Make a softlink ln -s /usr/local/jdk118_v3 /usr/local/java
    6) Download and install package:
    rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    7) In /proc/sys/kernel/sem file, I modify the third column from 32 to 128,
    8) Download and install package:
    rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    9) Download Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk1.cpio
    to my laptop hard-drive,
    10)Run cpio -idmv < Linux9i_Disk1.cpio (for 2 and 3 well),
    11)Create a user account "oracle". This "oracle" account belongs to
    group "oracle". Furthermore, I also create a directory /oracle
    and change the owner and group permission to account "oracle"
    12)Start the installer ( as Oracle User ) by typing ./runinstaller
    13)The installer will ask you to run a started script as root ,
    you may open a shell and type su then open Nautilus (
    if using Gnome or File manager as super user if using KDE )
    and drag the noted file to the shell screen and press enter,
    after it is ended continue with the installer (done),
    14)It asked to supply JDK home directory then it is /usr/local/java (done)
    15)Unix group Name ( to update Oracle software ) : (I leave blank here)
    16)Oracle home is : /oracle/9.0.1
    /oracle/orainventory
    From what the poster said, it should work; however, it did NOT work
    for me. I've tried and tried but no avail. I have plenty of disk
    space so I don't think space is an issue here.
    Please help.
    David Tran

    Hi All,
    I've been trying to install Oracle 9i version 9.0.1 on RedHat
    Linux 7.2 with kernel 2.4.7-10. This RH 7.2 is running on my
    Compaq Armada M700 laptop that has 800MHz CPU and 256MB of RAM.
    I have 10GB of diskspace on this laptop.
    Someone in this group posted a howto on how to install Oracle 9i
    on RedHat Linux 7.2 but for some reasons, Oracle Universal Installer
    still hangs at 74% of the installation. Here is what I did:
    1) Install RH 7.2 on the laptop. I also make sure that make, ar,
    ld, nm and C for unix got installed when I installed RH 7.2.
    I also verify by using the command "which make", "which ar",
    "which ld" and "which nm" and they are also in the /usr/bin
    directory. I also make the /tmp partition to be 800MB and
    the swap file to be 500MB,
    2) Modify the /etc/hosts file. This part is easy. I can ping
    both the hostname, FQDN and the IP address of the laptop from
    both locally and remotely (tested with SSH connection),
    3) Go to blackdown.org and download jdk118_v3
    4) Uncompress and put it in the /usr/local/jdk118_v3 directory,
    5) Make a softlink ln -s /usr/local/jdk118_v3 /usr/local/java
    6) Download and install package:
    rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    7) In /proc/sys/kernel/sem file, I modify the third column from 32 to 128,
    8) Download and install package:
    rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    9) Download Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk1.cpio
    to my laptop hard-drive,
    10)Run cpio -idmv < Linux9i_Disk1.cpio (for 2 and 3 well),
    11)Create a user account "oracle". This "oracle" account belongs to
    group "oracle". Furthermore, I also create a directory /oracle
    and change the owner and group permission to account "oracle"
    12)Start the installer ( as Oracle User ) by typing ./runinstaller
    13)The installer will ask you to run a started script as root ,
    you may open a shell and type su then open Nautilus (
    if using Gnome or File manager as super user if using KDE )
    and drag the noted file to the shell screen and press enter,
    after it is ended continue with the installer (done),
    14)It asked to supply JDK home directory then it is /usr/local/java (done)
    15)Unix group Name ( to update Oracle software ) : (I leave blank here)
    16)Oracle home is : /oracle/9.0.1
    /oracle/orainventory
    From what the poster said, it should work; however, it did NOT work
    for me. I've tried and tried but no avail. I have plenty of disk
    space so I don't think space is an issue here.
    Please help.
    David Tran

  • How to install Oracle client Version 10.2.0.4 on a Windows server 2008

    Hi,
    I need to install an Oracle client on a Windows Server 2008 (32-bit), how do I do that?
    I want to install Oracle client version 10.2.0.4 (Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications).
    Pls. advice, I can't find instructions for this installation on Oracle.com or anywhere else.

    thx, it looks promising...
    but how to run the .jar files and which one to run, both Class12.jar and ojdbc14.jar, to start the installation?
    Do I need to install the java runtime environment to run the .jar files?

  • How to use exp,imp in oracle 8i version....

    Hi developer ...
    I am using oracle 8i version in windows xp platform. Can you please explain how to export and import my tables in to export.txt file.
    with
    Regards
    sure...:)--

    Hi,
    Did you want to downgrade from 8i to 7.0, 7.3 and 8.0 ?
    To downgrade, you need to use the export utility from the target database.
    So, you will need three export files :
    Run the 7.0 export to export from the 8i database, and import into a 7.0 database with the 7.0 import utility.
    Same for 7.3 and 8.0 database.
    More info into metalink note : Compatibility Matrix for Export & Import Between Different Oracle Versions - Note:132904.1
    Nicolas.

  • Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified

    Server Error in '/' Application.
    Configuration Error 
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    Parser Error Message: Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Source Error: 
    Line 31: <compilation debug="true">
    Line 32: <assemblies>
    Line 33: <add assembly="Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342" />
    Line 34: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 35: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Source File: D:\AverySignatureBinders\httpsdocs\ASBNet\web.config    Line: 33 
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    For Adapter Pack 2013 the following Oracle Client(s) are needed:
    Supported client versions: Oracle Data Access Components for Oracle Client 12.1, Oracle Data Access Components for Oracle Client 11.2.0.1
    And please bear in mind that both the 32- and 64 bit versions are needed.
    Morten la Cour

  • How to get my Oracle EBS version (on linux)

    Hello,
    do you know how to get Oracle EBS version (on linux)?
    Thanks!

    Ok, now i'm confused...
    cat /etc/redhat-release For linux version.
    httpd -version for Apache version.
    For application release, you can get that from the DB. Query fnd_product_groups or you can get that from Help -> About page.
    If you want the framework version : http://[host].[domain]:[portnumber]/OA_HTML/OAInfo.jsp
    Edited by: Bobcatalog on Dec 2, 2008 1:00 PM

  • Printing issue in Commercial Invoice Report for Oracle Reports Version 6i

    Hello All,
    I am working on modifying rdf for Commercial Invoice i.e. WSHRDINV.rdf for Oracle Apps Version 11.0.3 to display Customer Part and Customer PO as the seeded report do not print Customer Po and Customer Part in its output. I am done with the modification too but I am getting a minor issue regarding Printing the Customer Po and Customer Part. As per the requirement i need to switch the places of Customer Po and Customer Part. But when I switch its places and when only Customer PO is available against a Order Number, the Customer PO is getting printed in place of Customer Part. I tried changing its properties too. But still getting printed in place of Customer Part.
    Here, Customer Part is under different group and Customer PO is under different group. And Customer Part repeating frame comes under Customer PO repeating Frame.
    Can anyone please suggest why Customer PO is getting printed in place of Customer Item when only Customer PO is against a Order Number and not Customer Part.
    Thank You
    Regards,
    Meghana

    Hi Gregor
    i am using the Developer 9.0.4 and i too have the same problem. i have seen your posting and made the required changes as required. but here my page sizes differs in my case
    i have mainly 3 sizes
    1. Width = 8" (77)
    Height = 6 " (36)
    2. Width = 9" (84)
    Height = 8 " (48)
    3. Width = 11" (90)
    Height = 6 " (36)
    i have used the dflt file and created the replica of those with the required sizes. i have no problem as such with the width of the print. But height of the paper size is not taken as required. its by default taking the paper size as width = 9" (80) and height = 12" (72)
    Can u let me know how to get the desired output of mine.
    Rgds
    Bhaskar

  • How to run different Oracle client versions on the same PC

    I have developped an application (.Net 2.0, ODP v. 10). I must run it on PC where Oracle client version 8 is installed. The PC cannot be upgraded because of a client software running under this version.
    I tried to install ODP v. 10 on this PC in different home, but the software using version 8 stops running.
    Can Oracle Instant Client help ? But which version, 11 ? My application is based on ODP 10. Can ODP 10 access database via Instant Client 11 ?
    Thanks for your help
    LK

    The problem on Windows is: The 10g installation changed the default ORACLE_HOME,now it points to 10g and makes the 8.0.5 application invalid,because it runs now in a much higher environment. What I did in a similar situation, I created a batch file, which sets temporarily the old environment (in my case PATH,ORACLE_SID,ORACLE_HOME) and then invokes the application.
    I don't know whether such a solution will work for you (8.0.5 is very old,desupported since a long time), my old version was 8.1.7.4.
    Werner

Maybe you are looking for

  • How can I use two ports in the same time?

    My application need one pc use two ports the same time.But when I open one port and my systerm is running the other port can't be opened. I use the frame API in VC++6.0. My OS is win2000 server; The functions I used are ncOpenObject();

  • .printWithDialog for Chrome / Firefox

    I am not sure where to post this, as I have not been able to find documentation on it. But it works for me in IE 7. I need to open a web page with a PDF embedded and automatically present the print dialog to the user. Does anyone know if there is an

  • I have a mac book 2 GHz Intel core Duo can i update that so i can buy mountian lion

    Hi there Hope this doesn't sound silly. I have a mac book 2 GHz Intel core Duo can i update that so i can buy mountian lion. am i able to do this?

  • Code for internal project

    Dear All, I have been given a project in which we have to enter  the Co Code, period, posting date & Posting year at the selection screen. Upon entering these values the report should get displayed showing the Co Code(which is being entered), bus are

  • Problems with WL60SP1 and IIS5 on Win2K

    I am trying to front WLS6.0 (SP1) with IIS 5.0 on Windows 2000 Server. The problem that I am having is that no requests (either by path or by extension) get forwarded to Weblogic. All I get is 404 not found errors from IIS. I will try to outline what