Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Need help with OAS and DB

Re: Need help with OAS and DB

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Mon, 26 Feb 2007 21:17:47 +0100
Message-ID: <ervf9b$rap$1@news6.zwoll1.ov.home.nl>


learner schreef:

> On Feb 26, 12:36 pm, Frank van Bortel <frank.van.bor..._at_gmail.com>
> wrote:

>> learner schreef:> Hey All experts,
>>> I am a Sun System admin and recently I was assigned a task to upgrade
>>> an Oracle 8.1.7.4 DB to Oracle 10g. We have a DBA and she will be
>>> doing most of the Import/Export stuff which I am not aware of exactly.
>>> My questions are that as a System What Do I have to in order to
>>> Install OAS and Oracle DB on Sun Solaris 10 servers?
>>> We have a two tier environment and the OAS will be installed on a Sun
>>> V490 server and it will be talking to Oracle DB sitting on an E2900?
>>> How do I make these two pieces of software talk to each other from
>>> Oracle perspective?
>>> Can some one help me with the installation of both OAS and Oracle DB?
>>> Thanks a million to all.
>> As the DBA to set up the 10g Database - she ought to know what to
>> look out for, as she knows (should...) the old system. If you're
>> involved into configuring the V490 - use SAME (Stripe And Mirror
>> Everything, or RAID 01) for your disks.
>> The application server (I sure hope you have 10g release 2 or better)
>> "talks" to the database by means of a network (duh...). Most
>> configurations have no more than hostname of the db server, port
>> on which the db listener operates (1521 by default) and SID - the
>> System Identifier of you database.
>>
>> Some elements may require the TN Substrate (SQL*Net) to be configured,
>> but I cannot name an example - even mod_plsql accepts the host:port:sid
>> notation
>> --
>> Regards,
>> Frank van Bortel
>>
>> Top-posting is one way to shut me up...
> 
> Thanks for the help Frank,
> The problem is hat she is not familiar with the UNIX OS and I am not
> familiar with the Oracle DB or OAS. I know that installation of any
> software is fairly stright forward and self explanatory. My
> understanding is that when I would do the installation Oracle DB or
> OAS will ask me netowrk information.
> Any ideas on third party softwares accessing the DB how we do that?
> Is it the same netowrk infor required?
> Thanks
> 

Time to hold hands :)
A straightforward installation of Oracle would yield a "default" database instance - hardly ever what you want. After you installed the software, it's up to her to configure the database - that's pretty much the same on any platform - the major difference: this being 10G as opposed to 8i.

As far as the network is concerned, let the Network Assistant do that for you - it's pretty straight forward. Once you're done with that, as 3rd party app will either use the configuration I already pointed out, or use the information, stored in the network configuration files, in the $ORACLE_HOME/network/admin directory.

I would expect a DBA to be able to configure the (basic) network part for Oracle, though.

If all this still raises questions - time to contact the 3rd party application vendor, I suppose, and request a proper installation manual, that makes clear how to configure the application for use with oracle.

As a last remark: you should not been given this task - this is not every day sysadmin stuff, "heck - you're the sysadmin, this you should know anyway". You could spend hours discussing the most optimal disk configuration - just to name one aspect. I wish you good luck in your efforts, and do not hesitate to come back.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Mon Feb 26 2007 - 14:17:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US