11gR2 Or 10gR2 on Linux x64?4490 (4/15/2010 10:36:56 AM) comp.databases.oracle.server Hi all
I want to use the newest 11gR2 in a new project.
But my boss said 11gR2 is too new. 10gR2 is the best.
I want to know if there are some fatal bug report about 11gR2 on
Linux ? And is 11gR2 more ... Jia
How to select 1 record from 1M records fast ?5498 (4/15/2010 10:25:13 AM) comp.databases.oracle.server Hi all
DB:Oracle 11g R2 Standard One x64 on Linux
I created a table with 1,000,000 records.
Then I select a,b from tbl where xx=xx.
(With the real case we need do some joins)
Question is how can I... Jia
To use Oracle 10g R2 on Linux which distribution?6240 (3/17/2010 7:43:10 AM) comp.databases.oracle.server Hi all
I'll use Oracle 10g R2 on Linux with RAC, from the old system we used
oracle 7 on Miracle Linux.
With 10g R2 I want to know if Red hat enterprise linux is a better
choice ?
Thank you.
Lau. ... Jia
[Questionary survey]How many people are using ASM?854 (9/24/2009 1:19:52 PM) comp.databases.oracle.server Hi all In out country there is a questionary survey result says 70% are using OS's file system or other volume manager like LVM. I wonder what storage manager does everyone use worldwide with Oracle productive... Jia
Dell Poweredge 1850 vs Sun fire V20z Should I Choose which?230 (11/25/2008 3:12:13 PM) comp.sys.sun.hardware Hello all I got 2 servers .I donot know which is faster. 1,DELL Poweredge 1850 CPU: Xeon 3.6GHz DUAL MEM: DDR2-400 6G $B#2!"(BSUN fire V20z CPU: AMD Opteron 252 2.6GHz DUAL MEM: DDR-400 16G Using the same... Jia
How to write GUI and event separately in wxPython??1130 (7/30/2007 6:34:14 AM) comp.lang.python HI all I am making an application with wxpython. But I got a problem when I want to change the display string according to process status. I passed the frame to the processing function and use the frame.tx... Jia
__init__ function problem923 (11/7/2006 1:26:07 PM) comp.lang.python Hi, Today I read the following sentences, but I can not understand what does the __init__ method of a class do? __init__ is called immediately after an instance of the class is created. It would be tempting bu... zzf818(6)
ANN: wxPython 2.7.2.0128 (11/8/2006 7:59:14 AM) comp.lang.python Announcing ---------- The 2.7.2.0 release of wxPython is now available for download at http://wxpython.org/download.php. This is expected to be the last stepping stone in the path to the next stable release s... robin1879(45)
How to turn AUTOCOMMIT ON with cx_Oracle223 (12/1/2006 9:20:22 AM) comp.lang.python Hi all. I use cx_Oracle to connect to an Oracle9i DB. And I want to turn on AUTOCOMMIT function. I see that cur.execute("SET AUTOCOMMIT ON") cannot work. Is there any method to do that ?? Thanks a lot! ... Roka100(103)
How to resize ext3 partition in my situation551 (2/24/2007 11:36:33 AM) comp.os.linux.misc Hi all. I found /usr is too small and want to use a part of / to extend it . This is my df result: /dev/hda1 ext3 14G 6.5G 6.7G 50% / tmpfs tmpfs 374M 0 374M 0% /dev/shm /dev/hda3 ... Roka100(103)
wxPython installation162 (3/24/2007 8:44:58 AM) comp.os.linux.misc Hi, I would like to install "wxPython2.8" to use with Python 2.4 and Eclipse. But when I do: rpm -Uhv wxPython2.8-gtk2-unicode-2.8.3.0-fc4_py2.4.i386.rpm libgstgconf-0.8.so.0, libgstinterfaces-0.8.so.0 and l... fack_email(3)
Problem with algorithm2219 (4/13/2007 3:16:00 AM) comp.lang.python Hi all. I want to create a large list like: aaaa ~ zzzz Is there any good algorithm to do this? Thanx Jia Lu ... Roka100(103)
Why canNOT import from a local directory ?225 (5/18/2007 3:49:36 PM) comp.lang.python Hi all I created a folder named *lib* and put a py file *lib.py* in it. In the upper folder I created a py file as: import lib.lib def main(): """ __doc__ """ lib.lib.test() # //////////... Roka100(103)