Regarding Informatica upgradation
Hi,
At present we are having the following environment
Informatica 6 version
Siebel analytics 7.5
Database: SQL Server 2000
Windows 2003 server
Workflow scheduling : Autosys
we are planning to upgrade to Informatica 8.x Version, OBIEE 10.X , SQL SERVER 2005. Windows 2003 server.
In the older version we are using the service analytics which has customized mappings, workflows..
what is the exact process to upgrade we have already upgraded to OBIEE, once we upgrade informatica 8.X can we restore the old repository file so that all the existings mappings works in the newer version..
Pls help me
Forum Search
List of messages matching Autosys.
9 janvier 2012 : Re: Need help - pl/sql
@SY, Can this be done more efficiently by this following proc (hvnt tested it though). Passing destination table as a parameter to this proc, we can leverage dbms_scheduler feature (or any scheduler tool like Autosys) of running jobs in parallel for five tables.. i.e. five parallel inserts. (...)
3 janvier 2012 : Re: Can I call an Oracle SP from a BAT file?
userLynx wrote: I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a shell program that calls the SP to execute. (...)
3 janvier 2012 : Re: Can I call an Oracle SP from a BAT file?
userLynx wrote: I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a shell program that calls the SP to execute. (...)
3 janvier 2012 : Can I call an Oracle SP from a BAT file?
I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a shell program that calls the SP to execute. In this case, I (...)
3 janvier 2012 : Can I call an Oracle SP from a BAT file?
I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a shell program that calls the SP to execute. In this case, I (...)
2 janvier 2012 : Re: Question about Data Milion Rows
My first question to you would be... Is the table partitioned? If Yes then you can consider DML operations parallely (in this case Parallel Merge operations accross partitions). e.g. if ur 160 million rows table can be categorized into 10 partitions, then u can create 10 parallel jobs (...)
16 décembre 2011 : Re: how to crontab procedure
Most places do these jobs via autosys (not cron I agree) as scheduling and monitoring for production support becomes easier and alarms are raised in standard uniform way for all RDNMS including Oracle, Sybase, SQL server etc. Autosy is useful for sheduled jobs. Obviously I am referring to (...)
25 novembre 2011 : Re: Create dat file
Sure. Just write a simple shell script to select from table/partition: set echo off set feedback off set linesize 100 set pagesize 0 set head off set sqlprompt '' set trimspool on spool on spool /backup/oracle/feeds/salesfeed.dat select (...)
22 septembre 2011 : Re: Overnight Calc Scripts
Windows or Unix? Do you have an enterprise scheduler (such as Autosys)? How are your scripts linked? If the email is being generated from a script, it sounds like the logic may not be completely correct if it is generating 00:00:00 as the time. Can you post the script? (...)
21 septembre 2011 : using external scheduler to schedule OBIEE 11g reports
Hi Guys, Is there a way to schedule OBIEE 11g reports using external scheduler like Autosys? I didn't find any material on the net or the forum. If anyone can provide some reference material it will be greatly appreciated. (...)
14 septembre 2011 : JMS - UserTransaction - commit issue
Introduction I am moving from WebSphere to Weblogic and have counterd an UserTransaction commit issue. The code have not been modified, however the logic in Weblogic and Websphere behaves different. The messagingsystem is Websphere MQ, in Weblogic I have QCF, destinations, host and port (...)
14 septembre 2011 : JMS - UserTransaction - commit issue
Introduction I am moving from WebSphere to Weblogic and have counterd an UserTransaction commit issue. The code have not been modified, however the logic in Weblogic and Websphere behaves different. The messagingsystem is Websphere MQ, in Weblogic I have QCF, destinations, host and port (...)
14 septembre 2011 : JMS - UserTransaction - Commit issue
Introduction I am moving from WebSphere to Weblogic and have counterd an UserTransaction commit issue. The code have not been modified, however the logic in Weblogic and Websphere behaves different. The messagingsystem is Websphere MQ, in Weblogic I have QCF, destinations, host and port (...)
27 juillet 2011 : Re: autosys job scheduling on particular instance
user12841217 wrote: I have to run one procedure which WARMUPs the memory and keep the data in BUFFER POOL as we set the BUFFER_POOL for few tables as KEEP. But I want to make sure my proc runs on both the nodes/instance of my database. Can you please suggest if this is possible through (...)
27 juillet 2011 : Re: autosys job scheduling on particular instance
user12841217 wrote: I have to run one procedure which WARMUPs the memory and keep the data in BUFFER POOL as we set the BUFFER_POOL for few tables as KEEP. But I want to make sure my proc runs on both the nodes/instance of my database. Can you please suggest if this is possible through (...)
26 juillet 2011 : autosys job scheduling on particular instance
I have to run one procedure which WARMUPs the memory and keep the data in BUFFER POOL as we set the BUFFER_POOL for few tables as KEEP. But I want to make sure my proc runs on both the nodes/instance of my database. Can you please suggest if this is possible through autosys jobs or not. And (...)
26 juillet 2011 : autosys job scheduling on particular instance
I have to run one procedure which WARMUPs the memory and keep the data in BUFFER POOL as we set the BUFFER_POOL for few tables as KEEP. But I want to make sure my proc runs on both the nodes/instance of my database. Can you please suggest if this is possible through autosys jobs or not. And (...)
20 juillet 2011 : Re: Oracle 11g - Non Oracle JOB ?
DBMS_SCHEDULER is the provided method for defining scheduled processing within the database. Yes there are other ways to do almost anything - for example you could use a third party scheduler such as Control-M or Autosys, or heaven help you, Informatica. You could drive the process from the IBM (...)
20 juillet 2011 : Re: Oracle 11g - Non Oracle JOB ?
DBMS_SCHEDULER is the provided method for defining scheduled processing within the database. Yes there are other ways to do almost anything - for example you could use a third party scheduler such as Control-M or Autosys, or heaven help you, Informatica. You could drive the process from the IBM (...)
21 juin 2011 : Re: Exadata Database Machine & Third Party Products
There is no specific certification program for software on Exadata database servers, just a general recommendation to limit it to low-impact tasks like monitoring agents. Kernel-level modifications or third-party software on storage servers are not permitted. I'm actually working on an (...)
21 juin 2011 : Re: Exadata Database Machine & Third Party Products
There is no specific certification program for software on Exadata database servers, just a general recommendation to limit it to low-impact tasks like monitoring agents. Kernel-level modifications or third-party software on storage servers are not permitted. I'm actually working on an (...)
21 juin 2011 : Exadata Database Machine & Third Party Products
Is there a document which lists out which Third Party Products are specifically allowed on the Exadata DB Machine? I am interested in CA Autosys, which is our enterprise scheduler.
21 juin 2011 : Exadata Database Machine & Third Party Products
Is there a document which lists out which Third Party Products are specifically allowed on the Exadata DB Machine? I am interested in CA Autosys, which is our enterprise scheduler.
16 mai 2011 : Re: Using VB API in VBA to edit the Calc Scripts
You don't necessarily need the APIs to do that. You can simply copy the calc script file from the server to your client machine, then open it and edit it, and place the file back to the server. FYI, though, you would need the proper permissions to be able to work on files. I have made (...)
29 avril 2011 : Re: query on scheduling queues
Hi, Yes if you are using one periodic job to spawn a run-immediate job each time then that should work fine (those jobs will be able to overlap since they are different jobs). You should also be able to implement both autosys jobs as dbms_scheduler jobs and it should work fine. To (...)
29 avril 2011 : Re: query on scheduling queues
Thanks Ravi.. Unfortunately i have 10g here is what i have implemented: An autosys job which calls the main procedure to dequeue the records. Another autosys job which runs at regular intervals and calls a procedure which would do the below actions: 1.Check the number of records in (...)
28 avril 2011 : Re: Help in scheduling jobs
Hi Hemant, Thanks for the inputs..really helpful.. here is what i have implemented: An autosys job which calls the main procedure to dequeue the records. Another autosys job which runs at regular intervals and calls a procedure which would do the below actions: 1.Check the number of (...)
20 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I finally found the problem. It had to do with the DISPLAY variable being set by AutoSys to some value. When I unset it, it worked fine. Thanks all.
20 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I finally found the problem. It had to do with the DISPLAY variable being set by AutoSys to some value. When I unset it, it worked fine. Thanks all.
20 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I finally found the problem. It had to do with the DISPLAY variable being set by AutoSys to some value. When I unset it, it worked fine. Thanks all.
20 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I finally found the problem. It had to do with the DISPLAY variable being set by AutoSys to some value. When I unset it, it worked fine. Thanks all.
20 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I finally found the problem. It had to do with the DISPLAY variable being set by AutoSys to some value. When I unset it, it worked fine. Thanks all.
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
I'm not familiar with AutoSys, but is it possible that the new version comes with its own bundled JRE? If that were the case then you would have looked in the wrong place for the extensions directory.
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
Hi DrClap, I just checked jre/lib/ext of my $JAVA_HOME and verified that there doesn't exist any library with a class named "Adapter." We don't put anything in this directory other than what came with the original installation. I've tried isolating the jars before as well, by doing something (...)
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
From your stack trace: JBook loads Adapter, which then fails to load JDKAdapter. To me this says that Adapter is loaded by a different classloader than JBook (which would mean those two are not in the same jar), and that Adapter's classloader cannot see the jar containing JDKAdapter. I've (...)
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
From your stack trace: JBook loads Adapter, which then fails to load JDKAdapter. To me this says that Adapter is loaded by a different classloader than JBook (which would mean those two are not in the same jar), and that Adapter's classloader cannot see the jar containing JDKAdapter. I've (...)
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
Does CA have any guidelines relating to Java code changes and Autosys upgrades?
13 avril 2011 : Re: Java program not working using newer version of scheduler (AutoSys)
Does CA have any guidelines relating to Java code changes and Autosys upgrades?
13 avril 2011 : Java program not working using newer version of scheduler (AutoSys)
A little background: I'm in the middle of trying to upgrade our AutoSys server (scheduler) to the latest version (version R4 to R11) and have to do regression testing to ensure our jobs will work in the new version. There's a small java program that is not working supposedly due to the (...)
13 avril 2011 : Java program not working using newer version of scheduler (AutoSys)
A little background: I'm in the middle of trying to upgrade our AutoSys server (scheduler) to the latest version (version R4 to R11) and have to do regression testing to ensure our jobs will work in the new version. There's a small java program that is not working supposedly due to the (...)
4 avril 2011 : Re: Edit server based calc scripts
I have in the past written a kornshell script which concatenated 3 different text files into 1 .csc file. The first file is the static beginning of the calc, up to the Fix statement, then concatenate the user's request file, and the 3rd file is the remainder of the calc. Of course this process (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
30 mars 2011 : problem regarding Scheduler Setup under Solaris Environment
hi Gems... I am setting up the BI Analytics under Solaris environment. I have done the following the following things successfully... 1. copied the repository in the specific location of BI server machine 2. copied the report files in the specific location of BI server machine 3. (...)
31 janvier 2011 : Re: Regarding Password
You are right. Just wanted to know is there any utility given by oracle by which we can encript password at store that password in o.s file, when need to read the password utility decript that password. Database jobs are running through Autosys, OPT$ is not allowded by our Architure team (...)
20 janvier 2011 : How to create a .sh file suitable to run in Autosys scheduler
Hello Friends. I need to create a shell script that is suitable to run in autosys job scheduler. The script is to have a procedure as stated below.. This procedure need to be executed by autosys job scheduler to be run as on demand. DECLARE TYPE tbl_col_type is TABLE of (...)
4 décembre 2010 : Re: Claculate top 5
nikhilreddy wrote: can we update the query to get top5 types for that particular month of Arrival_Time For June of 2010: SELECT "FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ( SELECT to_char(date (...)
3 décembre 2010 : Re: Claculate top 5
SELECT "FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ( SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS') "FROM_EPOCH_ARRIVAL_TIME_", (...)
3 décembre 2010 : Re: Claculate top 5
SELECT "FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ( SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS') "FROM_EPOCH_ARRIVAL_TIME_", (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Claculate top 5
I need to calculate Top 5 Types, Grouped by arrival time based on Count of Case_ID_ SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE (...)
3 décembre 2010 : Re: Claculate top 5
SELECT * FROM (SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE Submitted_By (...)
3 décembre 2010 : Re: Claculate top 5
SELECT * FROM (SELECT to_char(date '1970-01-01' + (Arrival_Time-25200)/(60*60*24),'MM-DD-YYYY HH24:MI:SS')"FROM_EPOCH_ARRIVAL_TIME_", Department, Type, Case_ID_, Submitted_By FROM ARADMIN.HPD_HelpDesk WHERE Submitted_By (...)
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Hi, Yeah, it is the 3rd party tool and not the oracle tool. But if you have any idea on this autosys tool please let me know how to check how the backups scheduled in autosys scheduler i.e. do we have any command to see the autosys jobs. Thanks, (...)
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
Autosys != Oracle
26 octobre 2010 : Re: How can I find the autosys jobs defined on a database
SELECT * FROM dba_scheduler_jobs WHERE job_name = 'GATHER_STATS_JOB'; select owner,log_date,job_name,status,req_start_date,actual_start_date,run_duration from dba_scheduler_job_run_details where owner = 'HR'; Regards Asif (...)
26 octobre 2010 : How can I find the autosys jobs defined on a database
Hi All, I am new to Autosys scheduler. How can I find the jobs defined on a database (or) on all the databases in a box ? Please help me with the commands, I am completely new to Autosys scheduler, so still digging into it to get the idea. Thanks in advance, (...)
26 octobre 2010 : How can I find the autosys jobs defined on a database
Hi All, I am new to Autosys scheduler. How can I find the jobs defined on a database (or) on all the databases in a box ? Please help me with the commands, I am completely new to Autosys scheduler, so still digging into it to get the idea. Thanks in advance, (...)
26 octobre 2010 : How can I find the autosys jobs defined on a database
Hi All, I am new to Autosys scheduler. How can I find the jobs defined on a database (or) on all the databases in a box ? Please help me with the commands, I am completely new to Autosys scheduler, so still digging into it to get the idea. Thanks in advance, (...)
26 octobre 2010 : How can I find the autosys jobs defined on a database
Hi All, I am new to Autosys scheduler. How can I find the jobs defined on a database (or) on all the databases in a box ? Please help me with the commands, I am completely new to Autosys scheduler, so still digging into it to get the idea. Thanks in advance, (...)
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
4 octobre 2010 : Re: Third Party Schedulers
hi Have a look at AutoSys! Regards alex
10 septembre 2010 : Re: Strored procedure in Autosys
Thanks
10 septembre 2010 : Re: Strored procedure in Autosys
Thanks
9 septembre 2010 : Re: Strored procedure in Autosys
I don't know much about autosys. But I've worked with several other job scheduling tools. * They all have an option to run a OS command. To execute an oracle stored procedure via an OS command, you can call sql*plus with a script that executes your procedure. * Most have also an (...)
9 septembre 2010 : Strored procedure in Autosys
Hi, I'm new to Autosys Can we use/execute Oracle stored procedure in autosys directly for schedular jobs? Thanks Harshini
9 septembre 2010 : How to setup database user for windows NT SSO
Hi, We have a scenario where we have to setup a database user so that SSO can be worked in windows environment. We have oracle 10g installed on UNIX server. Now we want to setup a autosys user which will also be a winows user for eg by the name kumaral and domain (which is Logon option in (...)
16 août 2010 : Re: java.lang.OutOfMemoryError - Trapping from DOS
Hi Sorry, to clarify. My Java program runs out of memory. Control passes back to the DOS program (because the Java program has completed). However I believe that a return code of 0 is passed out and back to DOS. I test in DOS the ERRORLEVEL, which seems to be a 0. But what I need is an (...)
16 août 2010 : java.lang.OutOfMemoryError - Trapping from DOS
Hi I invoke my Java from a DOS .bat file, something similar to this below java.exe -classpath my.jar;%classpath% my.batch.Application %BATCH_LOGS% testing=Y I know I can add -Xmx500m to add memory however I dont want to do this for every app I build as its a bit of a waste (and I (...)
6 août 2010 : Re: Schedulers???
Autosys or Control-M. either of them is good.
Dossier
Distributed architecture
Archives
- 6 août 2010
- Re: Schedulers???
- 7 avril 2010
- Re: dbms job vs unix job
- 7 avril 2010
- Re: dbms job vs unix job
- 7 avril 2010
- Re: dbms job vs unix job
- 7 avril 2010
- dbms job vs unix job
- 26 mars 2010
- Re: Oracle EPM Security Maintenance Automation
- 17 mars 2010
- Regarding Informatica upgradation
- 4 mars 2010
- Scheduling a mapping....
- 24 février 2010
- how to schedule a mapping?
- 19 février 2010
- CA PeopleSoft Adapter
- 9 février 2010
- Re: ASO Data Load Import Load Buffer Commit Data???
- 9 février 2010
- Re: ASO Data Load Import Load Buffer Commit Data???
- 7 janvier 2010
- Re: HR analytics implementation
- 7 janvier 2010
- Re: HR analytics implementation
- 6 janvier 2010
- HR analytics implementation
- 6 janvier 2010
- HR analytics implementation
- 1er décembre 2009
- Re: Autosys request to Cacheloader
- 30 novembre 2009
- Autosys request to Cacheloader
- 30 novembre 2009
- Autosys request to Cacheloader
- 10 novembre 2009
- Re: How to run a BI-Publisher report from the Appworx enterprise batch sheduler
- 29 août 2009
- Essbase Databse backup Scripts
- 14 août 2009
- Re: ODI scheduler vs Windows scheduler
- 23 juin 2009
- Problem in connecting to sqlplus from windows batch file (DOS)
- 23 juin 2009
- Problem in connecting to sqlplus from windows batch file (DOS)
- 3 juin 2009
- Re: sending files to a server
- 3 juin 2009
- Re: sending files to a server
- 2 juin 2009
- Re: sending files to a server
- 2 juin 2009
- Re: sending files to a server
- 24 mai 2009
- Re: Opening a web page from oracle
- 24 mai 2009
- Re: Opening a web page from oracle
- 7 mai 2009
- Re: looking for a third party 'job system/job scheduler'
- 7 mai 2009
- Re: looking for a third party 'job system/job scheduler'
- 7 mai 2009
- Re: looking for a third party 'job system/job scheduler'
- 2 mai 2009
- Re: can Autosys be a substitute for workflow
- 2 mai 2009
- Re: can Autosys be a substitute for workflow
- 30 avril 2009
- Re: can Autosys be a substitute for workflow
- 30 avril 2009
- Re: can Autosys be a substitute for workflow
- 30 avril 2009
- can Autosys be a substitute for workflow
- 30 avril 2009
- can Autosys be a substitute for workflow
- 29 avril 2009
- Re: OWB Process flow deployment into auto sys
- 29 avril 2009
- Re: OWB Process flow deployment into auto sys
- 10 avril 2009
- Re: PL/SQL job
- 10 avril 2009
- Re: PL/SQL job
- 6 mars 2009
- Re: Cube deployment process
- 26 février 2009
- Re: Multiple Schedules of Objects (Process Flows)
- 30 décembre 2008
- Re: Automation with Maxl
- 13 novembre 2008
- Re: |Running processflows without using Workflow??
- 13 novembre 2008
- Re: |Running processflows without using Workflow??
- 12 novembre 2008
- Re: |Running processflows without using Workflow??
- 11 novembre 2008
- Re: ORA 1142 at time of scheduled hot backup
- 10 novembre 2008
- Re: ORA 1142 at time of scheduled hot backup
- 21 octobre 2008
- Moving Essbase elements from one server to another server-
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 16 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 15 octobre 2008
- Re: OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 15 octobre 2008
- OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM
- 6 octobre 2008
- Re: about mappings running
- 18 septembre 2008
- Re: Multiple executions
- 31 juillet 2008
- Re: How do I schedule an autosys job to run monthly?
- 31 juillet 2008
- How do I schedule an autosys job to run monthly?
- 22 juillet 2008
- Re: Another Career Advice thread

