Already a member?
Sign in
Welcome! This is a website that everyone can build together. It's easy!
Oracle Questions & Solutions
Session Title :Oracle & Linux (insert correct title)
Time : 2-3pm(insert correct time)
Date : Monday 12th (insert correct date)
Location : Moscone West 3rd Floor Overlooks
Room A (insert correct room)
For the first time ever at Oracle OpenWorld (or any other major enterprise software industry conference), attendees will have the opportunity to directly participate by presenting their own session or workshop on a topic they're passionate about, in an informal, interactive setting.
Session Description: (insert session description)
Simply add your name and topic on the Unconference agenda whiteboard/wiki at the Moscone West 3rd Floor Overlooks. Speaking slots are limited to 2-6pm on Monday through Wednesday and 2-5pm on Thursday, so sign up early. Then show up at the appointed time and place with your laptop and presentation (projector and screen provided by us), and the floor is yours! Audience interaction and discussion are encouraged.
Related OpenWorld Content: (insert session description)
Simply add your name and topic on the Unconference agenda whiteboard/wiki at the Moscone West 3rd Floor Overlooks. Speaking slots are limited to 2-6pm on Monday through Wednesday and 2-5pm on Thursday, so sign up early.
Latest page update: made by HAGGAR
, Nov 24 2007, 3:36 PM EST
(about this update
About This Update
Edited by HAGGAR
No content added or deleted.
- complete history)
Edited by HAGGAR
No content added or deleted.
- complete history)
Keyword tags:
None
More Info: links to this page
| Started By | Thread Subject | Replies | Last Post | |
|---|---|---|---|---|
| HAGGAR | HOW TO MOVE DATAFILES FROM ONE DISK RAID TO ANOTHER | 4 | May 2 2008, 2:40 PM EDT by emocat | |
|
Thread started: Nov 24 2007, 3:42 PM EST
Watch
For Tunning reasons : perform The I/O from the Instance to datafiles (database). I decide to move some Index datafiles from One DISK RAID to another.
I'm on Linux Redhat Server and Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 My database 's On PRODUCTION and there 're many web applications updating some databases tables and for sure using Index tablespace. I preapared yet my procedure to move datafiles but I'm posting this to be sure that I will not have BAD EFFECTS on my Oracle database. So I plan without SHUTDOWN MY DATABASE to these steps : /*Step1 : */ ALTER TABLESPACE INDX OFFLINE ; /*Step 2 : move datafiles to new disk raid*/ mv /u01/oraindx/DB01/indx01_05.dbf /u01/oraindx2/DB01/indx01_05.dbf /*Step 3 : */ ALTER TABLESPACE INDX RENAME DATAFILE '/u01/oraindx/DB01/indx01_05.dbf' TO '/u01/oraindx2/DB01/indx01_05.dbf'; /*Step 4 : */ ALTER TABLESPACE INDX ONLINE ; |
||||
| LotusOracle | Creating Reports | 0 | Mar 5 2008, 9:09 PM EST by LotusOracle | |
|
Thread started: Mar 5 2008, 9:09 PM EST
Watch
Hi, I am a high school oracle student, studying for our VA FBLA state competition. I was wondering can anyone tell me how to create a report using SQL in a 10g environment.
|
||||
