Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to find out version and install security patches?

 
Goto page 1, 2
   Database Help (Home) -> Oracle -> Server RSS
Next:  ORA-01008 in MERGE statement in 10gR3  
Author Message
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 1) Posted: Sat May 31, 2008 3:54 pm
Post subject: How to find out version and install security patches?
Archived from groups: comp>databases>oracle>server (more info?)

Hello fellow Oracle users,

I have unfortunately no Oracle experience,
but will have to maintain a server at my new job
(this will be 1 of my 50 other tasks).

After lots of searching I've managed to install
version 9i.2 at a CentOS 5 Linux machine.
(And I really don't understand, why would
Oracle use a Java installer and also compile
lots of stuff during the "Linking" phase instead
of providing a well-tested binary rpm-package).

A consultant has installed their program then.

Now I'd like to install security patches.
I have a Metalink account and have read their
wordy FAQ but still don't have an idea,
where to download their patches and how
to install them (is there another GUI for that?)

Also I don't know which version do I actually
have, is it 9.2.0.4? Where could I check?

Can anyone please advise me?

Can I do anything else to improve the security?
(Change some default passwords etc.)

Also is there maybe an easy way for me to
create daily snapshots of the program database?

For PostgreSQL I have a cronjob
pg_dump phpbb > /mnt/backups/pg-`date +\%F`.sql
and know that I can at least roll back to it
if I do something stupid as a would-be-admin.

Is there something as simple for Oracle?

Thank you very much
Alex

 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 2) Posted: Sun Jun 01, 2008 12:39 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Sybrand,

thanks for your reply, so I have

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Release 9.2.0.4.0 - Production
PL/SQL Release 9.2.0.4.0 - Production
CORE 9.2.0.3.0 Production
TNS for Linux: Version 9.2.0.4.0 - Production
NLSRTL Version 9.2.0.4.0 - Production

> Excellent choice to start criticizing Oracle right away.
> Oracle runs on many platforms. There is one installer for all of these
> platforms. Now why would they have done that?

Yes, why would've Oracle hire a person to test and
provide Linux packages (similar to PostgreSQL and MySQL)?

They better provide a graphical installer (i.e. installing
over SSH isn't an option), then let the paying customer
spend few days trying to find a workaround for the
installer not running (the Java/libwait error), then another
few days for "Linking" stage failing (the libgcc error).

> You'll need 9.2.0.8 to install Critical Patch Updates aka CPUs

So I can't install CPUs for 9.2.0.4?

> You didn't see a tab labeled 'Patches' on Metalink?
> Woulodn't that be very obvious?

Really I don't see it at Metalink. I see only (tried FF and MSIE):
Headlines, Knowledge, Service Request, SCM, Certify.

> There is RMAN. There is a backup and recovery manual online at
> http:/./tahiti,oracle.com

Thanks, I'll read it.

> It appears this isn't true: Apparently this forum is going to
> administrate this server by providing you a free Oracle tutorial.
.....
> Please do not ask to abstract it, Please do not ask to provide free
> scripts. Please do not ask to do your work.
> If you can't do it, hire someone who can.

I'm still allowed to ask (even stupid one) questions in this
newsgroup without having to hire you right away, don't I?

> --
> Sybrand Bakker
> Senior Oracle DBA

Regards
Alex

 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
sybrandb

External


Since: Dec 15, 2007
Posts: 172



(Msg. 3) Posted: Sun Jun 01, 2008 1:37 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Comments embedded

On Sat, 31 May 2008 15:54:07 -0700 (PDT), "A. Farber"
<Alexander.Farber.TakeThisOut@gmail.com> wrote:

>Hello fellow Oracle users,
>
>I have unfortunately no Oracle experience,
>but will have to maintain a server at my new job
>(this will be 1 of my 50 other tasks).
It appears this isn't true: Apparently this forum is going to
administrate this server by providing you a free Oracle tutorial.

I am afraid this is not going to happen.l
>
>After lots of searching I've managed to install
>version 9i.2 at a CentOS 5 Linux machine.
9iR2 was desupported on July 31, 2007
>(And I really don't understand, why would
>Oracle use a Java installer and also compile
>lots of stuff during the "Linking" phase instead
>of providing a well-tested binary rpm-package).
Excellent choice to start criticizing Oracle right away.
Oracle runs on many platforms. There is one installer for all of these
platforms. Now why would they have done that?


>
>A consultant has installed their program then.
>
>Now I'd like to install security patches.
You'll need 9.2.0.8 to install Critical Patch Updates aka CPUs
>I have a Metalink account and have read their
>wordy FAQ but still don't have an idea,
>where to download their patches and how
>to install them (is there another GUI for that?)

You didn't see a tab labeled 'Patches' on Metalink?
Woulodn't that be very obvious?
>
>Also I don't know which version do I actually
>have, is it 9.2.0.4? Where could I check?
>
select * from v$version;

>Can anyone please advise me?
>
>Can I do anything else to improve the security?
>(Change some default passwords etc.)
>
>Also is there maybe an easy way for me to
>create daily snapshots of the program database?
>
>For PostgreSQL I have a cronjob
>pg_dump phpbb > /mnt/backups/pg-`date +\%F`.sql
>and know that I can at least roll back to it
>if I do something stupid as a would-be-admin.
>
>Is there something as simple for Oracle?


There is RMAN. There is a backup and recovery manual online at
http:/./tahiti,oracle.com

Please do not ask to abstract it, Please do not ask to provide free
scripts. Please do not ask to do your work.
If you can't do it, hire someone who can.
>
>Thank you very much
>Alex
>

--
Sybrand Bakker
Senior Oracle DBA
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 4) Posted: Sun Jun 01, 2008 4:09 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jun 1, 9:39 am, "A. Farber" <Alexander.Far... RemoveThis @gmail.com>
> > You'll need 9.2.0.8 to install Critical Patch Updates aka CPUs
> So I can't install CPUs for 9.2.0.4?

Ok, nevermind that. I've found the Linux patch name
on Google (p4547809_92080_LINUX.zip, Metalink
wasn't helpful there) and upgraded 9.2.0.4 -> 9.2.0.8.

> > Please do not ask to provide free scripts.

If anyone has less bitterness in himself than Sybrand Wink
and feels that it is in fact okay to share "free scripts"
with others on this newsgroup, then please send me
your useful admin/backup cronjobs/scripts

Greetings from Germany
Alex
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 5) Posted: Sun Jun 01, 2008 8:07 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jun 1, 3:43 pm, sybra... DeleteThis @hccnet.nl wrote:
> There is frustration about incompetent idiot freeloaders like you, who
....

> Slavery has been abolished, the world is no longer suffering from Nazi
> boots, and concentration camps have all closed down.
>
> Please get lost.

Wow, I'm amazed how you're trying to get
personal throughout the whole conversation.

Alex
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 6) Posted: Sun Jun 01, 2008 11:06 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

On Jun 1, 6:18 pm, Mladen Gogala <mgog... RemoveThis @yahoo.com> wrote:
> The "pg_dump" program used with the .sql extension (without -F c) is
> akin to Oracle export/import. As is the case with PgSQL, which produces
> SQL script to be "restored" by psql, SQL format is much slower to restore
> then the "custom" format, which is a physical backup to be restored by
> pg_restore.
>
> So, in the world of Oracle, you could create a "snapshot" by using the
> export utility. Here I wholeheartedly advise you to go to at least oracle
> 10g as "data pump" versions are much faster and restartable.
> If you want to create backup, you would normally use RMAN for that
> purpose. RMAN is much faster because it backs up physical data files.

Thanks for the info, I think I'll go with RMAN-backups
then (I'm reading up on it). Upgrading to 10g is not
an option, because the consultant told me the application
(Mercury QMC) needs Oracle 9 (which is probably BS)...

Regards
Alex
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
sybrandb

External


Since: Dec 15, 2007
Posts: 172



(Msg. 7) Posted: Sun Jun 01, 2008 12:24 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Comments again embedded


On Sun, 1 Jun 2008 00:39:16 -0700 (PDT), "A. Farber"
<Alexander.Farber.TakeThisOut@gmail.com> wrote:

>Hello Sybrand,
>
>thanks for your reply, so I have
>
> SQL> select * from v$version;
>
> BANNER
> ----------------------------------------------------------------
> Oracle9i Release 9.2.0.4.0 - Production
> PL/SQL Release 9.2.0.4.0 - Production
> CORE 9.2.0.3.0 Production
> TNS for Linux: Version 9.2.0.4.0 - Production
> NLSRTL Version 9.2.0.4.0 - Production
>
>> Excellent choice to start criticizing Oracle right away.
>> Oracle runs on many platforms. There is one installer for all of these
>> platforms. Now why would they have done that?
>
>Yes, why would've Oracle hire a person to test and
>provide Linux packages (similar to PostgreSQL and MySQL)?
>
Obviously to cut doiwn on cost. Happens everywhere.
If you don't like that, why don't you stick to toy databases like
PostgreSQL and MySQL, instead of posting stupid comments?
Nobody forces you to use Oracle.


>They better provide a graphical installer (i.e. installing
>over SSH isn't an option),
Oracle comes with a graphical installer, and installing over SSH works
like a charm. Everyone uses that. Oracle is not the problem. You are!


then let the paying customer
>spend few days trying to find a workaround for the
>installer not running (the Java/libwait error), then another
>few days for "Linking" stage failing (the libgcc error).
>
>> You'll need 9.2.0.8 to install Critical Patch Updates aka CPUs
>
>So I can't install CPUs for 9.2.0.4?
>
Nope.

>> You didn't see a tab labeled 'Patches' on Metalink?
>> Woulodn't that be very obvious?
>
>Really I don't see it at Metalink. I see only (tried FF and MSIE):
>Headlines, Knowledge, Service Request, SCM, Certify.

So your Metalink profile hasn't been set up correctly. Please see your
CSI administrator.
>
>> There is RMAN. There is a backup and recovery manual online at
>> http:/./tahiti,oracle.com
>
>Thanks, I'll read it.
>
>> It appears this isn't true: Apparently this forum is going to
>> administrate this server by providing you a free Oracle tutorial.
>....
>> Please do not ask to abstract it, Please do not ask to provide free
>> scripts. Please do not ask to do your work.
>> If you can't do it, hire someone who can.
>
>I'm still allowed to ask (even stupid one) questions in this
>newsgroup without having to hire you right away, don't I?
>
You are likely to be ignored.
Bashing Oracle fior no good reason on your very first post is not
especially appreciated.
Continue to bash Oracle for no good reason on subsequent posts
qualifies as whining. Usually it is not Oracle's fault, but the fault
of the poster, who 'thinks' Oracle 'should' work in a certain way they
learned using a different product.
This shows more attitude than aptitude to learn.
--
Sybrand Bakker
Senior Oracle DBA



>> --
>> Sybrand Bakker
>> Senior Oracle DBA
>
>Regards
>Alex
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
sybrandb

External


Since: Dec 15, 2007
Posts: 172



(Msg. 8) Posted: Sun Jun 01, 2008 3:43 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 1 Jun 2008 04:09:12 -0700 (PDT), "A. Farber"
<Alexander.Farber RemoveThis @gmail.com> wrote:

>On Jun 1, 9:39 am, "A. Farber" <Alexander.Far... RemoveThis @gmail.com>
>> > You'll need 9.2.0.8 to install Critical Patch Updates aka CPUs
>> So I can't install CPUs for 9.2.0.4?
>
>Ok, nevermind that. I've found the Linux patch name
>on Google (p4547809_92080_LINUX.zip, Metalink
>wasn't helpful there) and upgraded 9.2.0.4 -> 9.2.0.8.
>
>> > Please do not ask to provide free scripts.
>
>If anyone has less bitterness in himself than Sybrand Wink
>and feels that it is in fact okay to share "free scripts"
>with others on this newsgroup, then please send me
>your useful admin/backup cronjobs/scripts
>
>Greetings from Germany
>Alex

There is no bitterness.
There is frustration about incompetent idiot freeloaders like you, who
try do dump as much of their work in a forum of volunteers.
Why would anyone send you admin/backup cronjob/scripts, without
knowing anything about your environment, without requesting payment,
knowing you are too lazy to do any research/work of your oiwn?

Slavery has been abolished, the world is no longer suffering from Nazi
boots, and concentration camps have all closed down.

Please get lost.

--

Sybrand Bakker
Senior Oracle DBA
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
Donkey Hot

External


Since: Feb 01, 2008
Posts: 10



(Msg. 9) Posted: Sun Jun 01, 2008 3:43 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

sybrandb.RemoveThis@hccnet.nl wrote in news:5g9544hpe1v6lofa5as3t0robn76jf6iov@
4ax.com:

> boots, and concentration camps have all closed down.
>

Gitmo we know, and there propably is many more - owned by many nations -
that we do not know.
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
Mladen Gogala

External


Since: Jan 12, 2008
Posts: 176



(Msg. 10) Posted: Sun Jun 01, 2008 4:18 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 31 May 2008 15:54:07 -0700, A. Farber wrote:

> Also is there maybe an easy way for me to create daily snapshots of the
> program database?
>
> For PostgreSQL I have a cronjob
> pg_dump phpbb > /mnt/backups/pg-`date +\%F`.sql

The "pg_dump" program used with the .sql extension (without -F c) is
akin to Oracle export/import. As is the case with PgSQL, which produces
SQL script to be "restored" by psql, SQL format is much slower to restore
then the "custom" format, which is a physical backup to be restored by
pg_restore.

So, in the world of Oracle, you could create a "snapshot" by using the
export utility. Here I wholeheartedly advise you to go to at least oracle
10g as "data pump" versions are much faster and restartable.
If you want to create backup, you would normally use RMAN for that
purpose. RMAN is much faster because it backs up physical data files.



--
http://mgogala.freehostia.com
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
Mladen Gogala

External


Since: Jan 12, 2008
Posts: 176



(Msg. 11) Posted: Sun Jun 01, 2008 7:20 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 01 Jun 2008 11:06:38 -0700, A. Farber wrote:

> Thanks for the info, I think I'll go with RMAN-backups then (I'm reading
> up on it). Upgrading to 10g is not an option, because the consultant
> told me the application (Mercury QMC) needs Oracle 9 (which is probably
> BS)...

BTW, for small databases, like 20GB, PgSQL is an excellent choice,
especially for non-critical applications.



--
http://mgogala.freehostia.com
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
bhonaker

External


Since: Jan 24, 2008
Posts: 7



(Msg. 12) Posted: Mon Jun 02, 2008 5:46 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jun 1, 11:07 am, "A. Farber" <Alexander.Far....RemoveThis@gmail.com> wrote:
> On Jun 1, 3:43 pm, sybra....RemoveThis@hccnet.nl wrote:> There is frustration about incompetent idiot freeloaders like you, who
>
> ...
>
> > Slavery has been abolished, the world is no longer suffering from Nazi
> > boots, and concentration camps have all closed down.
>
> > Please get lost.
>
> Wow, I'm amazed how you're trying to get
> personal throughout the whole conversation.
>
> Alex

The depth of Sybrand's bitterness is fathomless.
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
Arch

External


Since: Dec 20, 2007
Posts: 818



(Msg. 13) Posted: Mon Jun 02, 2008 9:47 am
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 1 Jun 2008 08:07:10 -0700 (PDT), "A. Farber"
<Alexander.Farber.RemoveThis@gmail.com> wrote:

>On Jun 1, 3:43 pm, sybra....RemoveThis@hccnet.nl wrote:
>> There is frustration about incompetent idiot freeloaders like you, who
>...
>
>> Slavery has been abolished, the world is no longer suffering from Nazi
>> boots, and concentration camps have all closed down.
>>
>> Please get lost.
>
>Wow, I'm amazed how you're trying to get
>personal throughout the whole conversation.
>
>Alex

Quite the friendly little viper pit, isn't it?
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
joel garry

External


Since: Dec 20, 2007
Posts: 404



(Msg. 14) Posted: Mon Jun 02, 2008 1:22 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On May 31, 3:54 pm, "A. Farber" <Alexander.Far....TakeThisOut@gmail.com> wrote:
> Hello fellow Oracle users,
>
> I have unfortunately no Oracle experience,
> but will have to maintain a server at my new job
> (this will be 1 of my 50 other tasks).

You might poke around at oracle.com and look for things like "2-day
DBA," though watch versions.

>
> After lots of searching I've managed to install
> version 9i.2 at a CentOS 5 Linux machine.
> (And I really don't understand, why would
> Oracle use a Java installer and also compile
> lots of stuff during the "Linking" phase instead
> of providing a well-tested binary rpm-package).

Is this production or test?

>
> A consultant has installed their program then.
>
> Now I'd like to install security patches.
> I have a Metalink account and have read their
> wordy FAQ but still don't have an idea,
> where to download their patches and how
> to install them (is there another GUI for that?)

Note that when you find the patch, there is a readme. Follow
directions exactly, even if they seem to have some circular
references.

>
> Also I don't know which version do I actually
> have, is it 9.2.0.4? Where could I check?
>
> Can anyone please advise me?
>
> Can I do anything else to improve the security?
> (Change some default passwords etc.)

Look around for "project lockdown" starting at
http://www.oracle.com/security/security-best-practices.html

>
> Also is there maybe an easy way for me to
> create daily snapshots of the program database?

What really matters is how you intend to restore. RMAN is generally
best for backup/restore, but if you say "snapshot," I wonder what
intentions you have. Some 3rd party products assume a logical backup,
which is often the wrong way to go about it, but it depends.

>
> For PostgreSQL I have a cronjob
> pg_dump phpbb > /mnt/backups/pg-`date +\%F`.sql
> and know that I can at least roll back to it
> if I do something stupid as a would-be-admin.
>
> Is there something as simple for Oracle?

Avoid most scripts found on the internet, many are way off. You need
to understand what you are trying to accomplish.

>
> Thank you very much
> Alex

Here is some more information about this group: http://www.dbaoracle.net/readme-cdos.htm

jg
--
@home.com is bogus.
Oh, it's a money thing: http://www.signonsandiego.com/news/tech/20080602-1147-ca-yahoo-lawsuit.html
word: burati
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
A. Farber

External


Since: May 31, 2008
Posts: 14



(Msg. 15) Posted: Mon Jun 02, 2008 2:03 pm
Post subject: Re: How to find out version and install security patches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Joel,

On Jun 2, 10:22 pm, joel garry <joel-ga....DeleteThis@home.com> wrote:
> On May 31, 3:54 pm, "A. Farber" <Alexander.Far....DeleteThis@gmail.com> wrote:
> You might poke around at oracle.com and look for things like "2-day
> DBA," though watch versions.

thanks, it looks good and I'll probably also make
my boss to spend me a few days DBA course,
but end of summer, not now - because of lack of time.

Anyone knows good Oracle DBA courses in Germany?

My little story is that I was doing developer/SW builds
support at a big corp. But now our site is being shut
down and I'm becoming one of 2 sysadmins at a 300
people car devices firm being split from the big corp.
I'd prefer finding a developer job (C/Perl/Unix), but a 2nd
kid is coming this or next week Smile so we aren't mobile...

So while reading about RMAN I also have to read on
Win 2003 AD+DNS+DHCP and Synergy administration
(ex-colleague gives me crash course) + other tasks...

> > After lots of searching I've managed to install
> > version 9i.2 at a CentOS 5 Linux machine.
>
> Is this production or test?

Unfortunately production. 30 users are using
the test program using this Oracle database.
They keep bugging me (important project bla bla)
but haven't even thought about patches/backups.

They want to start using it 16th of June.

> Look around for "project lockdown" starting athttp://www.oracle.com/security/security-best-practices.html

Ok I'll do, but is it possible to secure Oracle 9 at all
(since the version is so old)?

> > Also is there maybe an easy way for me to
> > create daily snapshots of the program database?
>
> What really matters is how you intend to restore. RMAN is generally
> best for backup/restore, but if you say "snapshot," I wonder what
> intentions you have. Some 3rd party products assume a logical backup,
> which is often the wrong way to go about it, but it depends.

I was initially intending to export complete database
every night to a file on a NetApp (we have 2 NetApps),
but now I'll better try to use RMAN.

Regards
Alex
 >> Stay informed about: How to find out version and install security patches? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Updating Oracle with latest patches - Hi, I administer SuSE linux 9, SQL Server 2000, Windows 2K, Microsoft Office, Sophos anti-virus, and Adobe Acrobat reader on a number of networked machines. All of these have a facility to "Download/update any outstanding updates or patches" au...

Actualizar ORacle a version 10.2.0.4 - Buenos días, voy a actualizar a la version 10.2.0.4, quiero instalarme una máquina virtual para hacer primero la prueba, mi pregunta es: En el caso de que fallara en el servidor en explotacion ¿podría cambiar el nombre del servidor virtual para que..

Straightforward install, but problems! - I downloaded Oracle 10g from the Oracle site, and installed same on my laptop ( uses WINXP). Responded with all the Default prompts, and the installation terminated successfully. Same with the Client download. However, from day one, I've had..

"Next" button during install not working - Hi Any thoughts here? Just got a Sun T2000 and am trying to install Oracle 9.2.0.1 (which will be patched to 9.2.0.4 upon completion, as per the live machine) in an LDOM and when I run the installer, the "About" and "Deinstall Product&quo...

Question about Oracle 10g install - Dear group, We hired some contractor to help us install Oracle 10.2.0.3 RAC on Red-Hat linux 64-386. After the installation, everything works fine. But when going over his configuration, i noticed that he did not put session required..
   Database Help (Home) -> Oracle -> Server All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]