Forum Search
List of messages matching Autosys.
- 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. (...)
9 January 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 January 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 January 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 January 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 January 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 (...)
2 January 2012
- 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 (...)
16 December 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 (...)
25 November 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? (...)
22 September 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. (...)
21 September 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 September 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 September 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 September 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 July 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 July 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 July 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 July 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 July 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 July 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 June 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 June 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 June 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 June 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 (...)
16 May 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 April 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 (...)
29 April 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 (...)
28 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 April 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 (...)
4 April 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 March 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 (...)
31 January 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 (...)
20 January 2011
- 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 (...)
4 December 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 December 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 December 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 December 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 December 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 December 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 December 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 December 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 December 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 December 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 December 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 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 2010
- Re: How can I find the autosys jobs defined on a database
- Autosys != Oracle
26 October 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 October 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 October 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 October 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 October 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 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Third Party Schedulers
- hi
Have a look at AutoSys!
Regards
alex
4 October 2010
- Re: Strored procedure in Autosys
- Thanks
10 September 2010
- Re: Strored procedure in Autosys
- Thanks
10 September 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 September 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 September 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 (...)
9 September 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 August 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 (...)
16 August 2010
- Re: Schedulers???
- Autosys or Control-M. either of them is good.
6 August 2010
Dossier
Distributed architecture
Annonces
A voir sur le net
- Ordonnancement.net
Ordonnancement.net est un forum regroupant une communauté d’acteurs de l’ordonnancement de compétences différentes mais tous réunis par l’utilisation par l’utilisation d’un ordonnanceur.
Cette rubrique reprend les offres déposés sur le site, elles concernent donc exclusivement les métiers de l’ordonnancement.
- Keljob.com
Moteur de recherche d’emploi, job et stage du jeune diplome au cadre experimente. Criteres : region, type de contrat (CDD, CDI, Interim). Conseils pour les professionnels du recrutement (ASP,CV).
- Michael Page
Michael Page, cabinet de conseil en recrutement
- Monster.fr
Offres d’emploi monster.
- DirectEmploi.com
Offres d’emploi Informatique-Telecoms, depot de CV, tests de recrutement, plus de 14 000 annonces
- Apec.fr
30 offres de Cadre - Systèmes, réseaux, data
- ITProfil.com
ITProfil.com - Toutes les dernières offres de missions, offres d’emplois et offres de projets.
- Hays.fr
Jobs from Hays...
- Reseau-Emploi.com
Annuaire de 1100 entreprises et 3000 Offres d’emploi en informatique et électronique.
- Webcible-IT.com (Production)
Listing des offres Exploitation / Production / Maintenance
- Webcible-IT.com (Architecture)
Listing des offres
- Webcible-IT.com (Projets)
Listing des offres Gestion de Projets
- Webcible-IT.com (Ingénierie)
Listing des offres
- PC-infopratique.com
Les dernières offre d’emploi en informatique
- CarriereOnline
Le Blog des fonctions informatiques vous propose : Offres d'emploi, offres de stage et conseils en gestion de carrière dans les Télécommunications, Systèmes réseaux, Support informatique, Multimédia, Internet / NTIC, Ingénieur, Informatique industrielle, Informatique de gestion, Direction informatique, Conseil informatique, Autres fonctions informatique, Audit informatique, Architecte (IT)
- Cadremploi.fr
Ce service est fourni par CADREMPLOI.fr, il est protégé par le droit d’auteur et appartient à CADREMPLOI.fr.
- JobFreelance.org
Emploi Informatique - Offres de mission pour les freelances informatiques
Portail gratuit entièrement dédié aux missions freelance informatique, emploi informatique, recrutement informatique. Espace freelance et espace recruteur sont à la disposition des freelances informatiques recherchant des missions et des entreprises recherchant des compétences. Info pratique pour les indépendants informatiques
- OptionCarriere.com
Offres d’emploi sector : "informatique telecom" - France - Optioncarriere
- Emploirama.com
Dernières offres d’emploi dans l informatique parues sur emploirama.com
- CmonJob.fr
Votre recherche : Emploi Informatique / telecom , voici nos dernieres offres d’emploi sur CmonJob.fr. Emploi Informatique / telecom . Trouvez votre job !
- Jobtech.fr
Jobtech.fr - Le site emploi 100% Technique et Ingénierie. Offres d’emploi de la fonction "Hi-Tech / Informatique / Telecom"
- Orange-business.com
- Elancelot.com
Latest Job News
- Eci-conseils.com
Emploi par Eci-Conseils.com
- fr.emplois.offres
Google Group : Offres d'emplois ou de stages. (Moderated)
- Annuaire RH
Offres d’emploi quotidiennes http://www.annuaire-rh.org
- Freelance-info
- e-tangerine
votre partenaire sourcing

