Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Function in param, start_date & number , return sums next working day

722698Sep 15 2009 — edited Sep 17 2009
Hi Friends,

I need a funtion which can take in parameters as start_date and number , sum them as new date and return new_start_date as workind day.
Suppose '15-SEP-2009' + 6 should return 23-SEP-2009 as new date.
Basically the sum of date and number should return next working day (excluding saturday,sunday).
e.g '15-SEP-2009' + 6 =21-SEP-2009 , but it includes saturday and sunday , so it should return 23-SEP-2009.

Thanks
Niren

Comments

beyerch2
How do you know everything is working ok? Did you run the EPM System Diagnostics Validation test or just confirm that the install completed?

The Diagnostics Validation test will run a set of tests to confirm proper operation of the environment.
Oracle EPM System
Diagnostics
Generated on 05/10/2012 11:16 AM
Validation run on XXXXyour server nameXXXX
EPM System Diagnostics info: 11.1.2.1.0 drop 36-0 build 6321-on-03/01/2011 06:48 AM
Build version: 11.1.2.1.0.6765
OS name: Windows Server 2008 R2
OS version: 6.1

Test Status	Service	Test Description	Duration
Hyperion Foundation			
PASSED	CFG: Configuration	Validating that configuration tasks have been completed	0 seconds
PASSED	DB: Database Connectivity	Checking connection to database jdbc:weblogic:sqlserver://XXXXyouservernameXXXX:1433;databaseName=HYPv11Foundation	0 seconds
PASSED	EXT: External Authentication	Check Native Directory external authentication provider configuration	0 seconds

etc 
etc
etc
You can run this program on a product by product basis or on all of the products installed on a server at one time.

Execute the validate.bat program from the following folder : <MIDDLEWARE HOME>\user_projects\epmsystem1\bin

Reports will be stored at : <MIDDLEWARE HOME>\users_projects\epmsystem1\diagnostics\reports

NOTE: epmsystem1 may not be the folder name as this was specified during your install. epmsystem1 should be the default name.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2009
Added on Sep 15 2009
13 comments
605 views