|
|
|
join this group
|
The Official Oracle Wiki
|
0 |
Today, 4:17 PM EST by
|
|
|
Thread started: Today, 4:17 PM EST
Watch
nthing 2 say
out of
found this valuable.
Do you find this valuable?
|
|
|
|
HRMS Training Hyderabad
|
HRMS
|
5 |
Today, 4:01 PM EST by
|
|
|
Thread started: Mar 26 2008, 2:34 AM EDT
Watch
Hello HRMS Guru,
I am looking for a good institute who are providing tanning on HRMS Functional / Technical in Hyderabad.
If anyone of know then please let’s me know.
Many Thanks, Jignesh Makwana
7
out of
8 found this valuable.
Do you find this valuable?
Do you?
Show Last Reply
|
|
Last Reply:
RE: HRMS Training Hyderabad
By: ,
Today, 4:01 PM EST
Hi Jignesh,
Let me know if you know any good Oracle HRMS institute in Hyderabad.
Regards rohit
out of
found this valuable.
Do you find this valuable?
|
|
|
|
|
EXP & IMP only restores to same tablespace(s)
|
Oracle export and import
|
4 |
Today, 2:18 PM EST by
|
|
|
Thread started: Mar 12 2008, 8:12 AM EDT
Watch
so if you want to restore/move tables to new tablespaces you must do this manually afterwards :
CREATE SMALLFILE TABLESPACE "USERS_REORG0" DATAFILE '/u1/app/mydb/users01_reorg0.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 2M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO
ALTER TABLE "SCOTT"."DEPT" MOVE TABLESPACE "USERS_REORG0" ALTER INDEX "SCOTT"."PK_DEPT" REBUILD TABLESPACE "USERS_REORG0"
ALTER TABLE "SCOTT"."EMP" MOVE TABLESPACE "USERS_REORG0" ALTER INDEX "SCOTT"."PK_EMP" REBUILD TABLESPACE "USERS_REORG0"
etc etc
22
out of
24 found this valuable.
Do you find this valuable?
Do you?
Show Last Reply
|
|
Last Reply:
RE: EXP & IMP only restores to same tablespace(s)
By: ,
Today, 2:18 PM EST
Why don't you use expdp (to export) and impdp (to import)? Using impdp, you can alter a tablespace "on the fly", for example:
EXPORT expdp system/pass schemas=SCOTT directory=DATA_PUMP_DIR dumpfile=SCOTT.dmp logfile=SCOTT.log
IMPORT impdp system/pass schemas=SCOTT directory=DATA_PUMP_DIR dumpfile=SCOTT.dmp logfile=SCOTT.log remap_tablespace=OLD_TABLESPACE:NEW_TABLESPACE
PS: You must create a "directory object" in Oracle to use impdp and expdp.
CONN sys/password@db10g AS SYSDBA CREATE OR REPLACE DIRECTORY data_pump_dir AS '/u01/app/oracle/oradata/data_pump'; GRANT READ, WRITE ON DIRECTORY data_pump_dir TO scott,system;
Hope this can help you.
out of
found this valuable.
Do you find this valuable?
|
|
|
|
|
groovy
|
Scripting Languages
|
0 |
Yesterday, 12:44 AM EST by
|
|
|
Thread started: Yesterday, 12:44 AM EST
Watch
Welcome groovy - the new java + Oracle
1
out of
1 found this valuable.
Do you find this valuable?
Do you?
|
|
|
|
Oracle Fusion Solutions
|
The Official Oracle Wiki
|
0 |
Yesterday, 12:37 AM EST by
|
|
|
Thread started: Yesterday, 12:37 AM EST
Watch
This thread is to share integrated solutions provided to various business challenges using Oracle Fusion Middleware offerings. The offerings include, Oracle SOA Suite, Oracle WebCenter Suite, Oracle Identity Management, Oracle Weblogic Suite and Oracle Universal Content Management.
1
out of
1 found this valuable.
Do you find this valuable?
Do you?
|
|
|
|
Duplicate names of datafiles
|
PL/SQL
|
7 |
Saturday, 7:48 PM EST by
|
|
|
Thread started: Feb 14 2009, 9:47 AM EST
Watch
Can some one please provide the script to check the duplicate datafiles in database.
Thanks Smit
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
|
Last Reply:
RE: Duplicate names of datafiles
By: ,
Saturday, 7:48 PM EST
DECLARE
v_name_list VARCHAR2(200); v_lngth number := 0;
BEGIN
FOR O IN ( SELECT SUBSTR(file_name,INSTR(file_name,'/',-1,1)+1,LENGTH(file_name)) name, COUNT(*) cnt FROM dba_data_files GROUP BY SUBSTR(file_name,INSTR(file_name,'/',-1,1)+1,LENGTH(file_name)) HAVING COUNT(SUBSTR(file_name,INSTR(file_name,'/',-1,1)+1,LENGTH(file_name))) > 1 ) LOOP FOR I IN ( SELECT FILE_NAME FROM dba_data_files WHERE file_name LIKE '%'||O.name ) LOOP v_lngth := v_lngth + 2 + LENGTH(i.file_name); IF v_lngth <= 200 THEN IF v_name_list IS NULL THEN v_name_list := i.file_name; v_lngth := LENGTH(i.file_name); ELSE v_name_list := v_name_list||', '||i.file_name; END IF; END IF; END LOOP; DBMS_OUTPUT.PUT_LINE(O.name||' : '||v_name_list); END LOOP; END; /
out of
found this valuable.
Do you find this valuable?
|
|
|
|
|
HRMS Training Centers in Chennai
|
Discussion Forum
|
0 |
Saturday, 11:48 AM EST by
|
|
|
Thread started: Saturday, 11:48 AM EST
Watch
Hello HRMS Guru, Hello Gurus,
I am looking for a good institute who are providing training on HRMS Functional in chennai.
If anyone of know then please let’s me know.
with regards Swpana
out of
found this valuable.
Do you find this valuable?
|
|
StrictlyMarketing |
|
CRM On Demand Webinar - Feb 2010
|
JD Edwards
|
0 |
Friday, 9:15 AM EST by
StrictlyMarketing |
|
|
Thread started: Friday, 9:15 AM EST
Watch
Oracle and Whitehouse consultants are running a webinar in February, Please register at - http://www.whitehouse-consult.co.uk/crm/index.htm. JDE World customers - ask about JD Edwards Integration pack.
out of
found this valuable.
Do you find this valuable?
|
|
|
|
No dbsrvr scripts...
|
Oracle VM Template for Siebel CRM
|
1 |
Friday, 9:09 AM EST by
|
|
|
Thread started: Friday, 9:06 AM EST
Watch
The templates do not have the dbsrvr stuff installed. this means when it try and run the imports etc.. for the configuration thing it fails because it looks for the directory containing the dbsrvr install
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
|
Last Reply:
RE: No dbsrvr scripts...
By: ,
Friday, 9:09 AM EST
yep you are correct... the 8.0 and 8.1.1 templates do not contain the database files. may change in later templates... so if you want to have it ..would need to manually run the SES installer and install the database configuration files..
out of
found this valuable.
Do you find this valuable?
|
|
|
StrictlyMarketing |
|
CRM On Demand Webinar Feb 2010
|
Siebel CRM On Demand
|
0 |
Friday, 9:04 AM EST by
StrictlyMarketing |
|
|
Thread started: Friday, 9:04 AM EST
Watch
register for February webinar on Oracle CRM on Demand http://www.whitehouse-consult.co.uk/crm/index.htm
out of
found this valuable.
Do you find this valuable?
|
|
|
|
How to plot multiple Siebel Account Addresses on Google Map?
|
Mashup your CRM with Google maps in < 30 minutes
|
1 |
Friday, 5:58 AM EST by
|
|
|
Thread started: Oct 1 2009, 3:29 PM EDT
Watch
Do you have inputs on how to map multiple Siebel Account address on Google map at once? instead of the primary address?
out of
found this valuable.
Do you find this valuable?
|
|
AndyatSun |
|
Solaris Guest VM (on Oracle VM) hangs with 4 cpus, boots fine with 2
|
Discussion Forum
|
0 |
Thursday, 6:14 PM EST by
AndyatSun |
|
|
Thread started: Thursday, 6:14 PM EST
Watch
I have a Solaris 10 Virtual Machine on an Oracle VM server that doesn't want to accept more than 2 vcpus. It's a dual processor quad core machine so I should be able to improve performance with assigning up to 8 vcpus, but if I assign more than 2 to the Solaris VM, it hangs during boot. Anyone have any similar issues? Or any advice on where to look?
out of
found this valuable.
Do you find this valuable?
|
|
|
|
How to get the applet control in Oracle forms?
|
Discussion Forum
|
0 |
Thursday, 6:19 AM EST by
|
|
|
Thread started: Thursday, 6:19 AM EST
Watch
Hi, I need to get the applet control in a browser which has loaded an oracle form component. When i use jinitiator, i get the control as sun.plugin.ocx.ActiveXAppletViewer., but when i use jre for running the oracle forms, i am not able to get the applet class. I observed with the control hierarchy with Monkey, the java accessibility tool, but I coudn't find any applet class.
Kindly help. Thanks & Regards Sunil
out of
found this valuable.
Do you find this valuable?
|
|
|
|
Data guard to the Cloud
|
Discussion Forum
|
0 |
Thursday, 6:03 AM EST by
|
|
|
Thread started: Thursday, 6:03 AM EST
Watch
Has anyone tried to use dataguard from a primary to a secondary where the secondary is in the cloud ?
Any thoughts/comments/experiences would be appreciated.
Thanks Ian
out of
found this valuable.
Do you find this valuable?
|
|
|
|
Can anyone help me
|
Discussion Forum
|
0 |
Feb 2 2010, 11:14 AM EST by
|
|
|
Thread started: Feb 2 2010, 11:14 AM EST
Watch
My name is Ashish, i have done my MBA-HR from JNTU, Hyderabad in 2009 also having 3+ years of Techincal Recruitment experience. My question is: Doing Oracle HRMS is good for me or not and are there any oppurtunities available in the market for this kind of profile. I would appreciate your quick suggestions on this. Thanks in advance
out of
found this valuable.
Do you find this valuable?
|
|
|
|
Migrating from Hyperion Enterprise to Hyperion Financial Management
|
The Official Oracle Wiki
|
0 |
Feb 2 2010, 3:18 AM EST by
|
|
|
Thread started: Feb 2 2010, 3:18 AM EST
Watch
Hi! I want to know if it is possible to migrate from Hyperion Enterprise to Hyperion Financial Management. How should one approach the same?
out of
found this valuable.
Do you find this valuable?
|
|
|
|
how i can fired message from database trigger to application form ?
|
FAQ
|
1 |
Feb 1 2010, 8:37 AM EST by
|
|
|
Thread started: Jun 11 2009, 3:10 AM EDT
Watch
can any one help me? i want to show message ( information message not an error message) on application form but i want fired this message from trigger .
out of
found this valuable.
Do you find this valuable?
|
|
oleandre |
|
Test environment for DBA's
|
Discussion Forum
|
0 |
Feb 1 2010, 5:16 AM EST by
oleandre |
|
|
Thread started: Feb 1 2010, 5:16 AM EST
Watch
Hi. Working as DBA, but have no test environment to run 2 DB's in RAC and one Dataguard node in "my own control' to use for testing features, commands, patching, play around etc to become a real master DBA ;-)
I'm not rich, but I do have have a AMD x4 64 bits processor with 8 GB ram at home. Tried running with VMware server but clusterware just got node evictions. Maybe buy some cheap hard 7200 rpm hard drives and make a RAID0?
Any ideas or links what to do??
out of
found this valuable.
Do you find this valuable?
|
|
|
|
how we run oracle forms using JRE
|
Oracle Forms
|
8 |
Feb 1 2010, 3:24 AM EST by
|
|
|
Thread started: Nov 2 2009, 3:02 AM EST
Watch
I want to make the application server run oracle forms on the client using Java JRE not by JInitiator
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
|
Last Reply:
RE: how we run oracle forms using JRE
By: ,
Feb 1 2010, 3:24 AM EST
I do not think that Oracle Forms 9i is supported with IE 8. Independet of what Java you are using.
However, the Sun JRE is recommended as clientware for the Oracle Forms. I do believe that there are information on the Oracle Support site on what combinations are supported. And what version of JRE you should use.
Best Regards, Lars
out of
found this valuable.
Do you find this valuable?
|
|
|
|
|
OTL Timekeeper error
|
Oracle Discussion Forums FAQ
|
1 |
Jan 29 2010, 2:56 AM EST by
|
|
|
Thread started: Dec 28 2009, 3:59 AM EST
Watch
Hi Has someone ever come across a message error on saving a timecard entered by a Timekeeper. The error reads as follows: Not eligible for overtime. Normal hours not satisfied. Thanks
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
|
Last Reply:
RE: OTL Timekeeper error
By: ,
Jan 29 2010, 2:56 AM EST
:) http://www.bedroomfurniturewhs.com / Modern Bedroom Furniture
out of
found this valuable.
Do you find this valuable?
|
|