Re: job opportunity in Dallas

2003-10-20 Thread Kevin Tsay
list and web hosting services
> > -
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.net
> > --
> > Author: <[EMAIL PROTECTED]
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> > San Diego, California-- Mailing list and web hosting services
> > -
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
> >
>
> Mladen Gogala
> Oracle DBA
>
>
>
> Note:
> This message is for the named person's use only.  It may contain
confidential, proprietary or legally privileged information.  No
confidentiality or privilege is waived or lost by any mistransmission.  If
you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient. Wang Trading LLC and any of its subsidiaries each reserve the
right to monitor all e-mail communications through its networks.
> Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized to
state them to be the views of any such entity.
>
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Mladen Gogala
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> San Diego, California-- Mailing list and web hosting services
> -
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Perl DBD Sybase & freetds library installed under $ORACLE_HOME/perl/

2003-03-25 Thread Kevin Tsay
Jared:

one of our developer team has asked :
"In addition to using the perl Oracle driver we also extract data from a
MS SQLServer database.  We connect to SQLServer using the perl DBD
Sybase driver and the freetds library. Is it be possible to install the 
DBD Sybase driver to the $ORACLE_HOME/perl installation?"

I'm very new for perl, do you think if we install those, will it clobber 
each other ? even impact the functions of Oracle ?

Thanks

--Kevin
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



pmon timer

2003-05-27 Thread Kevin Tsay
'6 other locks',
  'undo ',  '6 other locks',
-- routine waits
  'SQL*Net ',   '2 network',
  'BFILE ', '3 file ops',
  'KOLF: ', '3 file ops',
  'file ',  '3 file ops',
  'KXFQ: ', '4 process ctl',
  'KXFX: ', '4 process ctl',
  'PX ','4 process ctl',
  'Wait ',  '4 process ctl',
  'inactive ',  '4 process ctl',
  'multiple ',  '4 process ctl',
  'parallel ',  '4 process ctl',
  'DFS ',   '5 global locks',
  'batched ',   '5 global locks',
  'on-going ',  '5 global locks',
  'global ','5 global locks',
  'wait ',  '5 global locks',
  'writes ','5 global locks',
'6 misc'
)
  )  n_minor,
  d.kslednam  wait_event,   -- event name
  i.kslestim - nvl(b.time, 0)  time -- non-background time
from
  sys.x_$kslei  i,  -- system events
  (
select /*+ ordered use_hash(e) */   -- no fixed index on e
  e.kslesenm,   -- event number
  sum(e.kslestim)  time -- time waited by backgrounds
from
  sys.x_$ksuse  s,  -- sessions
  sys.x_$ksbdp  b,  -- backgrounds
  sys.x_$ksles  e   -- session events
where
  s.ksspaown = b.ksbdppro and   -- background session
  e.kslessid = s.indx
group by
  e.kslesenm
having
  sum(e.kslestim) > 0
  )  b,
  sys.x_$ksled  d
where
  i.kslestim > 0 and
  b.kslesenm (+) = i.indx and
  nvl(b.time, 0) < i.kslestim and
  d.indx = i.indx and
  d.kslednam not in (
'Null event',
'KXFQ: Dequeue Range Keys - Slave',
'KXFQ: Dequeuing samples',
'KXFQ: kxfqdeq - dequeue from specific qref',
'KXFQ: kxfqdeq - normal deqeue',
'KXFX: Execution Message Dequeue - Slave',
'KXFX: Parse Reply Dequeue - Query Coord',
'KXFX: Reply Message Dequeue - Query Coord',
'PAR RECOV : Dequeue msg - Slave',
'PAR RECOV : Wait for reply - Query Coord',
'Parallel Query Idle Wait - Slaves',
'PL/SQL lock timer',
'PX Deq: Execute Reply',
'PX Deq: Execution Msg',
'PX Deq: Index Merge Execute',
'PX Deq: Index Merge Reply',
'PX Deq: Par Recov Change Vector',
'PX Deq: Par Recov Execute',
'PX Deq: Par Recov Reply',
'PX Deq: Parse Reply',
'PX Deq: Table Q Get Keys',
'PX Deq: Table Q Normal',
'PX Deq: Table Q Sample',
'PX Deq: Table Q qref',
'PX Deq: Txn Recovery Reply',
'PX Deq: Txn Recovery Start',
'PX Deque wait',
'PX Idle Wait',
'Replication Dequeue',
'Replication Dequeue ',
'SQL*Net message from client',
'SQL*Net message from dblink',
'debugger command',
'dispatcher timer',
'parallel query dequeue wait',
'pipe get',
'queue messages',
'rdbms ipc message',
'secondary event',
'single-task message',
'slave wait',
'virtual circuit status'
  ) and
  d.kslednam not like 'resmgr:%'
  )
  )
order by
  n_major,
  n_minor,
  time desc
/

@restore_sqlplus_settings


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Where are the scripts located to create the SCOTT test objects?

2003-01-21 Thread Kevin Tsay
Cherie:

Check $ORACLE_HOME/sqlplus/demo/demobld.sql

--Kevin

-Original Message-
[EMAIL PROTECTED]
Sent: Tuesday, January 21, 2003 8:25 AM
To: Multiple recipients of list ORACLE-L



I have a user that is using the SCOTT test tables on one of our dev
databases.   He is apparently missing the DEPT table.

Where are the scripts that create the SCOTT tables?   I tried looking
through the on-line documentation and Metalink to no avail.   Can anyone
point me in the right direction?

Thanks,

Cherie Machler
Oracle DBA
Gelco Information Network

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: AS400 RPG Access to Oracle on Sun/Sparc

2001-08-21 Thread Kevin Tsay

Try Oracle Gateway.

kevin

-Original Message-
[EMAIL PROTECTED]
Sent: Tuesday, August 21, 2001 3:42 PM
To: Multiple recipients of list ORACLE-L


I've got a requirement to do DML from an RPG program running in an AS400
against a database on a Sun box
running Oracle.

Has anyone done this?

Any pointers?

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: checkpoint message

2001-08-21 Thread Kevin Tsay

Ross:

I believe that RBA is referred to Redo Byte Address (Checkpoint RBA).
The checkpoint RBA is stored in the control file. When recovery is required,
the checkpoint RBA determines the location in the redo stream from which to
start applying recovery.

kevin

-Original Message-
Sent: Tuesday, August 21, 2001 7:21 PM
To: Multiple recipients of list ORACLE-L


smacks of incremental checkpointing...new implemented
in 8i i thinkthe RBA is a redo block address.

More than that, and you'll have to smoke some DBA crack,
make some guru mushroom tea, hack the internals, write a
book, and then become highly enigmatic and largely helpful.

-Original Message-
Sent: Tuesday, August 21, 2001 10:01 PM
To: Multiple recipients of list ORACLE-L


I get the same kind of message, anyone knows what it means?

Saludos,
Veronica Levin Enriquez
Administrador AIX
Compañía Cervecera de Nicaragua


-Mensaje original-
De: mala singh [mailto:[EMAIL PROTECTED]]
Enviado el: Lunes, 23 de Octubre de 2000 03:01 p.m.
Para: Multiple recipients of list ORACLE-L
Asunto: checkpoint message


Hi all

I think there is some wait in our checkpointing.please correct me.I received

the following message in alert.log file

Beginning log switch checkpoint up to RBA [0x55.3.11], SCN: 0x.000505b1

Completed checkpoint up to RBA [0x55.3.11], SCN: 0x.000505b1

Please advice me for correction.
Thanks in advance.

Mala
DBA-USA
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: mala singh
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Veronica Levin
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mohan, Ross
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Sql*Loader and assign a ROLLBACK segment

2001-07-21 Thread Kevin Tsay

You can disable archiving, you can specify that the load is UNRECOVERABLE,
or you can set the NOLOG attribute of the objects being loaded.

--Kevin

-Original Message-
[EMAIL PROTECTED]
Sent: Monday, June 18, 2001 5:50 PM
To: Multiple recipients of list ORACLE-L



Hello,

I have a sql*loader script which failed due to the non possibility to
extend a rollback segment in the
TBS ROLLBACK_DATA.

Oracle version 8.1.6.2 on AIX 4.3.3.

I have a huge rollback segment in the TBS ROLLBACK_DATA, but how tell to
sql*loader to use
this rollback segment ?

I have not found any option to assign a rollback segment in the doc.

 I just found the UNRECOVERABLE option and i will try with it.

Any other ideas, suggestions welcome.

Best regards
Philippe

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Looking for 24 X 7 Design Considerations

2001-09-17 Thread Kevin Tsay

Tracy:

There's a book "Oracle 24X7" by Oracle Press Author : Venkat S. Devraj ISBN
: 0-07-211999-3
could be your good start point & reference.

Kevin

-Original Message-
Rahmlow
Sent: Monday, September 17, 2001 8:15 AM
To: Multiple recipients of list ORACLE-L


We currently have 15+ databases (7.3.4 & 8i using IBM AIX and HACMP) that do
not have a  24x7 restriction.  Now, management is looking to bring in new
products that will need to be 24X7.  They are looking for costs to determine
the viability of such a decision.  I have no 24x7 experience and am looking
for
ideas or options to consider.  [At least initially they are stating there
can
be no downtime for maintenance (upgrades/reorgs)]


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Tracy Rahmlow
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Preventing user access

2001-09-26 Thread Kevin Tsay

Sean:

Although probably you won't use it right now but in Oracle 9i there is
a new function called "Quiesce the database" which will put the database
into a partially available state. During this time, no ongoing non-DBA
transactions, queries, or PL/SQL statements are allowed. Several maintenance
operations could benefit from this feature.

SQL> Alter SYSTEM QUIESCE RESTRICTED;

Kevin

-Original Message-
Sean
Sent: Wednesday, September 26, 2001 7:25 AM
To: Multiple recipients of list ORACLE-L


If I wish to do work on a database logging in to server itself and want to
prevent users from accessing the system via network is there another way to
do this if I don't want to use the "enable restricted session"
functionality.  I'm thinking there's probably a neat way to utiltise the
listener process but have not figured it out.

Also what If I need to work on DB over network but don't want any other
users using DB what can I do to prevent their connecting?


Sean :)

Data Base Administrator
Oracle 7.3.3, 8.0.5, 8.1.7 - NT, W2K
[0%] OCP Oracle8i DBA ---> End 2002 deadline =:-O
[0%] OCP Oracle9i DBA
 
Organon (Ireland) Ltd.
E-mail: [EMAIL PROTECTED]   [subscribed: Digest Mode]

Visit: http://groups.yahoo.com/group/Oracle-OCP-DBA

"Nobody loves me but my mother... and she could be jivin' too."  - BB King





--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: O'Neill, Sean
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Oracle9ias

2001-04-11 Thread Kevin Tsay

Seema:

That's not a problem.

--Kevin

-Original Message-
Sent: Wednesday, April 11, 2001 2:52 PM
To: Multiple recipients of list ORACLE-L


Hi DBAs
Can I install Db server and Oracle9iAS on same M/C.
Thanks
-Seema
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Database Cache of Oracle9ias

2001-04-12 Thread Kevin Tsay

What's the problems you have ?

--Kevin

-Original Message-
Sent: Thursday, April 12, 2001 3:55 PM
To: Multiple recipients of list ORACLE-L


Hi all,

Has anybody installed Oracle Database Cache of Oracle
9iAS sucessfully..

Thanks in advance...


Sushant

--- TARUN SHARMA <[EMAIL PROTECTED]>
wrote:
> Hi,
>   Yes u can install oracle 8i DB and 9iAS on the
> same machine.
> 
> 
> On Wed, 11 Apr 2001, Seema Singh wrote:
> 
> > Hi DBAs
> > Can I install Db server and Oracle9iAS on same
> M/C.
> > Thanks
> > -Seema
> >
>
_
> > Get your FREE download of MSN Explorer at
> http://explorer.msn.com
> > 
> > -- 
> > Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> > -- 
> > Author: Seema Singh
> >   INET: [EMAIL PROTECTED]
> > 
> > Fat City Network Services-- (858) 538-5051 
> FAX: (858) 538-5051
> > San Diego, California-- Public Internet
> access / Mailing Lists
> >
>

> > To REMOVE yourself from this mailing list, send an
> E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> ORACLE-L
> > (or the name of mailing list you want to be
> removed from).  You may
> > also send the HELP command for other information
> (like subscribing).
> > 
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: TARUN SHARMA
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX:
> (858) 538-5051
> San Diego, California-- Public Internet
> access / Mailing Lists
>

> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing).


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Oracle DBA
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: MORE NEWS: ANOTHER ELLISON GUARANTEE - RE: News flash - IBM buys

2001-04-24 Thread Kevin Tsay
Title: RE: News flash - IBM buys Informix




IMPORTANT DETAILS, LIMITATIONS AND 
CONDITIONS ARE AS FOLLOWS: 
 1. Implementation and 
test instances of the CRM applications are hosted on 
Oracle’s environment. At a pre-determined time in the project plan, 
the implementation and test instances are migrated either to customerss 
environment or Oracle’s application hosting service environment. 
 2.Installation 
at customer’s environment is limited to one site and one node/one 
computer. 3.The 
CRM applications must be installed on a new instance of the Oracle Database. 
 4.The CRM 
applications must be installed on select computer hardware and hardware 
sizing is 
customer’s responsibility. Presently, 
the CRM applications may only be installed on certain HP and Sun systems. 
 5. The CRM 
applications are US English only. (It may be possible to convert the 
CRM applications to 
other languages after completion of the project, but any such effort is 
outside the scope of this offering.)  6. NO DATA CONVERSION is 
included as part of the offering. If customer chooses for Oracle to provide 
data conversion assistance, the following constraints are in place: 


  a. The different data 
  types that are to be converted are strictly defined. b. The amount of data 
  for each data type to be converted is restricted.c. Customer must move 
  data into a specifically defined format. d. Customer is responsible for 
  quality and integrity of the data. e. Customer is responsible for meeting 
  specific deadlines for data conversion. f.  No conversion of 
  historical transaction data is included as part of the offering. 

 7. NO INTEGRATION with 
existing legacy systems is included as part of the offering.  8. NO CUSTOMIZATION of the CRM 
applications is included as part of the offering.  9. Only a limited number of 
changes to set-ups and configurations are included as part of the offering. 
10. Additional 
conditions and limitations may apply.

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of 
  [EMAIL PROTECTED]Sent: Tuesday, April 24, 2001 
  2:29 PMTo: Multiple recipients of list ORACLE-LSubject: 
  MORE NEWS: ANOTHER ELLISON GUARANTEE - RE: News flash - IBM buys 
  
  REDWOOD SHORES, Calif. –– Hoping to 
  reassure skittish customers, Oracle Corp. is guaranteeing to install a complex 
  piece of online business software in 90 days or the company will give the 
  product away. 
  The Redwood Shores-based software company will introduce the new promise 
  Tuesday under a new marketing campaign called "The War on the Complexity," CEO 
  Larry Ellison said Monday during a 90-minute meeting with reporters. 
  The pledge amplifies on Oracle's efforts to build upon its leadership in 
  database software to sell more products that help companies automate a wide 
  range of sales and administrative chores. 
  It also represents the latest in a long history of marketing gimmicks for 
  Oracle, which is trying to dominate Internet software like archrival Microsoft 
  Corp. does personal computer software. 
  
-Original Message-From: Behar, Rivaldi 
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 24, 
2001 4:28 PMTo: Multiple recipients of list 
ORACLE-LSubject: RE: News flash - IBM buys 
Informix
Why doesn't he buy IBM ? 
Rivaldi Oracle DBA 
-Original Message- From: 
Haskins, Ed [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 24, 2001 3:16 PM To: Multiple recipients of list ORACLE-L Subject: RE: News flash - IBM buys Informix 
I think Larry should buy Sybase!! 
Ed Haskins Oracle DBA 
Verizon Wireless 
-Original Message- Sent: 
Tuesday, April 24, 2001 3:21 PM To: Multiple 
recipients of list ORACLE-L 
It has been announced today that IBM has purchased Informix. 
See your local tech news service later today for 
details. 
H. Wonder what Larry thinks about this? 
Cheers, 
Earl 
Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ 
-- Please see the official ORACLE-L 
FAQ: http://www.orafaq.com -- Author: The Oracle DBA   INET: [EMAIL PROTECTED] 
Fat City Network Services    -- (858) 
538-5051  FAX: (858) 538-5051 San Diego, 
California    -- Public Internet 
access / Mailing Lists  
To REMOVE yourself from this mailing list, send an E-Mail 
message to: [EMAIL PROTECTED] (note EXACT 
spelling of 'ListGuru') and in the message BODY, 
include a line containing: UNSUB ORACLE-L (or the 
name of mailing list you want to be removed from).  You may 
also send the HELP command for other information (like 
subscribing). -- Please see 
the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Haskins, Ed   INET: [EMAIL PROTECTED] 
Fat City Network Services    -- (858) 
538-5051  FAX: (858) 538-5051 San Diego, 
 

MySQL to Oracle conversion

2001-04-30 Thread Kevin Tsay

Dear Listers:

Does anyone know any good tools or ways to convert MySQL database to Oracle
database ?

TIA

Kevin Tsay
SiteSmith, Inc.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Tsay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).