To startup , hide, shutdown of  oc4j instance

Hi,
to run my application i have to explicitly start oc4j instance and have to minimize the same after that only i can load my application.
what i want is to invoke Oc4j implicitly when i enter the application URL and i have to hide the Oc4j instance when it get started.
when i logout from my application ,I need to shutdown Oc4j instance along with it .
Thanks In Advance,
Rincy

Subject: How To Start OC4J As Windows Service.
Doc ID: Note:268307.1 Type: HOWTO
Last Revision Date: 04-JUL-2008 Status: PUBLISHED
In this Document
Goal
Solution
References
Applies to:
Oracle Forms - Version: 9.0.2.9
Oracle Reports Developer - Version: 9.0.2
IAS/IDS Components Install - Version: 9.0.2 to 10.1.2
Microsoft Windows (32-bit)
Goal
To start OC4J as Windows service so that OC4J can be started automatically when system is started.
This avoids user from starting up the instance manually.
Solution
Way A:)
1. Make sure you have "srvany.exe" and "instsrv.exe" installed on your system.
These executables create and allow any Windows application to be run as "service".
2. Install OC4J instance as a service with the following command on the command prompt.
C:\services>instsrv oc4j902 c:\services\srvany.exe
where 'services' is the directory with srvany.exe and instsrv.exe executables.
oc4j902 is the name of OC4J instance to be installed as service.
3. Open 'Services' from the control panel. You will find that this is listed in the list of 'service'.
4. Click on Startup button. Set startup type for oc4j902 service as automatic.
5. Under 'Log on As', select 'this' account and select local user name.You will need to retype password .
6. Run REGEDIT.
7. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\oc4j902.
a. Create a key under oc4j902 by right clicking oc4j902 and selecting New Key.
b. Type in 'Parameters' for your new key value.
c. Under the 'Parameters' key, create an application string as follows.
Right click on 'Parameters',
select New 'String Value'
Name it as 'Application'.
d. Double click on the Application value to provide the full path of the script file - startinst.bat which starts OC4J.
Type E:\9iDS\j2ee\Oracle9iDS\startinst.bat
Here E:\9iDS is the ORACLE_HOME where 9iDS is installed.
10. Go to the Control panel -> service. Start OC4J service.
Note: srvany.exe and instsrv.exe executables can be downloaded from the following site:
http://www.taltech.com/TALtech_web/support/sw_tricks/NTService.htm
Way B.)
Use Java Service Wrapper to install OC4J as a Windows NT Service.
The Wrapper provides a way for a Java Application to request that its own JVM be restarted.
Detailed overview and instructions, using JBoss as an example. (Win32 or Linux / UNIX) is given in
http://wrapper.tanukisoftware.org/doc/english/integrate.html
References
Note 77367.1 - How to start up Reports BackGround Engine automatically when booting PC
http://wrapper.tanukisoftware.org/doc/english/integrate.html
http://www.taltech.com/TALtech_web/support/sw_tricks/NTService.htm

Similar Messages

  • Running Oracle startup or shutdown bat file from Java code

    I have two bat files for the startup and shutdown of Oracle instance which works fine from the command prompt. But my requirement is to run it through a Java program. Please reply with full Java code. Also mention how I would get the status of the bat files that it is successfully executed or not and if not what is the error.

    Your program is working fine, but there is another problem. What's happening now is I have to open the Login screen after the startup of oracle server is complete, but the next line of my program after Runtime.exec is the LoginScreen.show which immediately shows the login screen after executing Runtime.exec and when I am giving the login name and password and press enter, it shows Oracle not available exception, because the startup process is still in progress. I want to stop the execution of my next line of code until and unless my process of Oracle startup is complete.

  • Startup and shutdown from command line with version 9i

    Hi, i'm an Oracle newbie. I heard it's possible to startup and shutdown an oracle (instance? or database? which one is it) from the command line.
    A little background on what it is that I want to do:
    I'm looking to backup a database by copying the files that make up the database to a location from where they will be commited to tape media. To do this I must shutdown the database, copy the files, and startup the database again.
    At the moment the backups are full exports which I find unnecessary since it is a development database which is never used at night. It is therefore not an issue if we want to shut it down and re-start it after a few minutes. (I think it would take longer to export as opposed to copy the files right?)
    I need help and advice :
    1. Is my way of going about this correct ?
    2. How do I startup/shutdown from the command line (sqlplus user/password command) or should I use another utility ?
    Thanks,
    Gabriel

    set oracle_sid=ORCL ==> your database namethis is NOT always true. It's instance name. usually, we set instance name is same as database name.But we also can set instance name is different from database name.
    for example.
    C:\>oradim -new -sid abc123
    C:\>set ORACLE_SID=abc123
    C:\>sqlplus /nolog
    SQL*Plus: Release 9.0.1.4.0 - Production on Tue Jun 20 22:40:59 2006
    (c) Copyright 2001 Oracle Corporation.  All rights reserved.
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup pfile=E:\ora901DB\admin\init.ora
    ORACLE instance started.
    Total System Global Area  344748244 bytes
    Fixed Size                   282836 bytes
    Variable Size             184549376 bytes
    Database Buffers          159383552 bytes
    Redo Buffers                 532480 bytes
    Database mounted.
    Database opened.
    SQL> select name from v$database;
    NAME
    DB901
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    abc123

  • Run shutdown oc4j instance automatically when user Turn off/Log off

    Hi All,
    Can you help me anyone to run the shutdown oc4j instance automatically when user Turn off/Log off the application or the computer?
    I want to use any Schema level trigger if possible to solve the issue.
    I am using oracle Developer Suite 10g and Database 10g as well.
    Arif

    Ah, sorry I misunderstood your question (probably not enough coffee in the morning); anyway there are folders for scripts which should be executed on startup / shutdown or logon / logoff:
    Startup
    %SYSTEMROOT%\System32\GroupPolicy\Machine\Scripts\StartupShutdown
    %SYSTEMROOT%\System32\GroupPolicy\Machine\Scripts\ShutdownLogon
    %SYSTEMROOT%\System32\GroupPolicy\User\Scripts\LogonLogoff
    %SYSTEMROOT%\System32\GroupPolicy\User\Scripts\LogoffWrite a script to startup / shutdown your OC4J (probably calls to startinst.bat and stopinst.bat) and place them in the apropriate folders.
    cheers

  • Startup and Shutdown classes in OC4J (Oracle 9i App Server)

    Hi,
    We are in the process of porting our application from Weblogic 6 to Oracle 9i app server. We have a requirement for developing startup and shutdown classes. These need to be instantiated from Java code (and not through console).
    If anyone knows how this can be achieved or have any documentation on the same, please reply back to .
    Thanks in advance.
    Regards,
    Moin

    The oc4j commands in the documentation for shutting down the server are:
    STARTUP
    java -jar orion.jar -install
    SHUTDOWN
    java -jar admin.jar ormi://localhost/ <admin> <admin-password>
    Can you just access these classes directly?

  • Unable to deploy a simple WAR / EAR file on Standalone OC4J instance

    All,
    This issue is baffling me since yesterday and while I continue to look for options , would appreciate if anyone of you has run into something similar and give me some hints on how to proceed on this ..
    I downloaded the Standalone OC4J ( 10.1.3 ) from otn.oracle.com and also downloaded JDK 1.5 Update 12 from the Sun Website and installed it on my local
    Windows XP machine. Everything works well and the application gets deployed.
    I then copied the 10.1.3 Standalone OC4J to the Solaris 5.9 box which already
    has JDK 1.5 Update 12 installed. We extracted the OC4J to its own directory , set the Java_Home and the Oracle_Home environment variables and were able to
    startup the OC4J instance.
    However when trying to deploy even a simple HelloWorld.jsp file packaged as an EAR or WAR , we get these errors..
    [Aug 8, 2008 9:40:27 AM] Application Deployer for CISS STARTS.
    [Aug 8, 2008 9:40:27 AM] Copy the archive to /home/aplperdev1/ssp_java/oc4j/j2ee/home/applications/CISS.ear
    [Aug 8, 2008 9:40:28 AM] Initialize /home/aplperdev1/ssp_java/oc4j/j2ee/home/applications/CISS.ear begins...
    [Aug 8, 2008 9:40:28 AM] Unpacking CISS.ear
    [Aug 8, 2008 9:40:28 AM] Error while unpacking CISS.ear java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:203) at java.util.jar.JarFile.(JarFile.java:132) at java.util.jar.JarFile.(JarFile.java:97) at oracle.oc4j.util.FileUtils.unjar(FileUtils.java:309) at oracle.oc4j.util.FileUtils.autoUnpack(FileUtils.java:488) at com.evermind.server.deployment.EnterpriseArchive.(EnterpriseArchive.java:234) at oracle.oc4j.admin.internal.ApplicationDeployer.initArchive(ApplicationDeployer.java:412) at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:187) at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93) at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52) at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595)
    [Aug 8, 2008 9:40:28 AM] Operation failed with error: Unable to find/read file META-INF/application.xml in /home/aplperdev1/ssp_java/oc4j/j2ee/home/applications/CISS (META-INF/application.xml)
    Using the above error messages , I certainly do not find the CISS.ear file getting copied to /home/aplperdev1/ssp_java/oc4j/j2ee/home/applications/CISS.ear
    which explains the rest of the messages.
    I have tried placing the EAR file both remote and local on the Application Server box but the results remain the same. Assuming it might be a permissions issue , we have opened up all the permissions on this OC4J home ( recursively )
    to everyone ..
    Is there a specific version of tar / unzip / jar required to deploy EARs / WARs on Solaris 5.9 running JDK 1.5 Update 12.
    We had some issues when extracting OC4J to its directory but there were no errors displayed on the screen ... Only when we tried starting up the OC4J instance , it started complaining about missing XML files .. This was resolved by manually extracting the XML's from the corresponding jars and placing them in the proper directories ..
    Also looked at Bug:6330834 but am not very sure if this applies to our case because all these drives are local to the Sun box.
    Other than attempting a reinstall and opening an Service Request with Oracle , I am running out of ideas at this time ..
    So any ideas / hints would be gladly accepted :)
    Vishwa

    When you say:
    I then copied the 10.1.3 Standalone OC4J to the Solaris 5.9 box which already has JDK 1.5 Update 12 installed. We extracted the OC4J to its own directory , set the Java_Home and the Oracle_Home environment variables and were able to
    startup the OC4J instance.
    We had some issues when extracting OC4J to its directory but there were no errors displayed on the screen ... Only when we tried starting up the OC4J instance , it started complaining about missing XML files .. This was resolved by manually extracting the XML's from the corresponding jars and placing them in the proper directories ..
    It sounds like you have some funky issues there with those missing XML files -- that is not expected or normal.
    Do you mean you copied the same oc4j_extended.zip to the server and unzipped it, or you zipped up the directories you were using on the Windows box, copied that over, and unzipped it?
    I don't know of any problems with Solaris, JDK5, U12.
    What about if you do this to remove any issues with the remote copy aspect of the deployment.
    1. Stop OC4J.
    2. Manually copy CISS.ear to /home/aplperdev1/ssp_java/oc4j/j2ee/home/applications/
    3. Edit the j2ee/home/config/server.xml file and add the entry to deploy the application
    4. Edit the j2ee/home/config/default-web-site.xml and bind any web-modules you need.
    5. Start the server and see what happens -- the application should be deployed.
    Also, what happens if you use the $JAVA_HOME/bin/jar to try and view the contents of the CISS.ear file?
    -steve-

  • Shell Script  for Startup and Shutdown the database

    Hi,
    i want Shell Script for Startup and Shutdown the database in Solaries.
    could any one can hep me where i can get this script. or send to me to [email protected]
    Thanks & Regards,
    Gangi reddy

    SHUTDOWN
    SHUTDOWN ABORT]
    Shuts down a currently running Oracle instance, optionally closing and dismounting a database.
    Terms
    Refer to the following list for a description of each term or clause:
    ABORT
    Proceeds with the fastest possible shutdown of the database without waiting for calls to complete or users to disconnect.
    Uncommitted transactions are not rolled back. Client SQL statements currently being processed are terminated. All users currently connected to the database are implicitly disconnected and the next database startup will require instance recovery.
    You must use this option if a background process terminates abnormally.
    IMMEDIATE
    Does not wait for current calls to complete or users to disconnect from the database.
    Further connects are prohibited. The database is closed and dismounted. The instance is shutdown and no instance recovery is required on the next database startup.
    NORMAL
    NORMAL is the default option which waits for users to disconnect from the database.
    Further connects are prohibited. The database is closed and dismounted. The instance is shutdown and no instance recovery is required on the next database startup.
    TRANSACTIONAL [LOCAL]
    Performs a planned shutdown of an instance while allowing active transactions to complete first. It prevents clients from losing work without requiring all users to log off.
    No client can start a new transaction on this instance. Attempting to start a new transaction results in disconnection. After completion of all transactions, any client still connected to the instance is disconnected. Now the instance shuts down just as it would if a SHUTDOWN IMMEDIATE statement was submitted. The next startup of the database will not require any instance recovery procedures.
    The LOCAL mode specifies a transactional shutdown on the local instance only, so that it only waits on local transactions to complete, not all transactions. This is useful, for example, for scheduled outage maintenance.
    Usage
    SHUTDOWN with no arguments is equivalent to SHUTDOWN NORMAL.
    You must be connected to a database as SYSOPER, or SYSDBA. You cannot connect via a multi-threaded server. For more information about connecting to a database, see the CONNECT command earlier in this chapter.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1013607
    Joel Pérez

  • New OC4J Instance : Deployed EAR File : Page not Found !

    Hi,
    I have installed the Oracle Apps Middle Tier on one of my systems.
    I created a new OC4J instance named OC4J_Custom and deployed an ear file with a couple of Test Servlets. Now, when I enter the URL for the Middle Tier OC4J :
    http://middletier:7778/my_app/HomeServlet
    I only see a " The page cannot be displayed " error !.
    I even checked in the mod_oc4j.conf file - the settings seem to be correct :
    Oc4jMount /my_app OC4J_Custom
    Oc4jMount /my_app/* OC4J_Custom
    Do I need to do any other settings ?
    Regards,
    Sandeep

    Is there a servlet mapped to HomeServlet in the web.xml file so it can be accessed like that?
    Can you access any other resources -- ie a .html or .jsp page in that deployed app?
    If you are using Internet Exploder, then one thing to try is turn off the "Show Friendly Error Pages" option in the custom settings. By default IE hides the error details, which might give you some more information here.
    cheers
    -steve-

  • Unable to create OC4J instance - out of sync instance

    RDBMS Version: 9.2.0.0
    Operating System: W2K
    Product Version: 9.0.4.0.0
    JDK Version: 1.4.2_03
    Error number: ADMN 705021
    Hi
    I am trying to create an OC4J instance using EM. When I do, I receive the
    following error message:
    The operation failed...<instance_name>. See base exception for details. Root
    cause: Error encountered executing command <oracle_home>\bin\emtcgtcl -add
    <oracle_home> -EMDROOT <oracle_home>_agent. Error in writing input.
    I issued a dcmctl listcomponents command at this point and the container I
    was trying to create shows in the list. I also issued dcmctl updateconfig
    and getstate commands. I then get a ADMN 705021 error: The configuration
    files for this 10g instance are inconsistent with the configuration shared
    in the repository...Check the logs at $ORACLE_HOME\dcm\logs.
    To try and resolve the problem, I used note 238393.1 Troubleshooting DCM
    Repository Out of Sync Errors. I checked all configuration files existed.I
    then checked the repository components list, creating fake directories for
    those components that showed using dcmctl listcomponents, and then
    consequently removed those components. When I removed them, I would receive
    an ADMN 906025 error, but the component would be removed. I checked that the
    deployed applications list was correct using dcmctl listapplications, and it
    was. However I would also receive the following error message:
    java.io.FileNotFoundException:
    <Oracle_Home>\j2ee\home\application-deployment\wp\jazn-data.tmp (The system
    cannot find the path specified). The directory wp does not exist, so this
    message is accurate.
    I'm kind of at a loss where to start given all these error messages. I guess
    what I need to do is get the instance in sync somehow, and then hopefully be
    able to create an oc4j instance.
    Can anyone suggest an approach given the detail above?
    Regards
    Andy

    Andy,
    Check the state of your repository using 'dcmctl getState' command. If you get an error or 'In Sync Status' for one of the component is shown as 'false', try to resync the instance using 'dcmctl resyncInstance'.
    If resyncInstance succeed, remove the OC4J instance/component that you were trying to add initially and create it again using removeComponent and createComponent commands.
    If resyncInstance fails, shutdown (if possible) all OracleAS instances in DCM-Managed OracleAS Cluster (if any). Shutdown all process of the instance (using 'opmnctl stopall' command) including OracleAS Control Console (using 'emctl stop iasconsole') and start the instances again (using 'opmnctl startall' and 'opmnctl startproc ias-component=dcm-daemon'). Remember to first start the OracleAS instance that is acting as repository host for File-based repository (if any).
    Now check the instance state, list of components and list of applications. If problem persist, please contact Oracle Support by logging a TAR to further diagnose and help resolve this issue.
    Regards
    Shail

  • OC4J  instance doesn't start automatically on boot.

    I've installed 9iAS 9.0.2 on a Win2K advanced Server machine.
    However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager.
    Is there any way to make them start up automatically?

    Is your Oracle9iASProcessManager service set to automatic ? If so the OC4J and HTTP server processes will startup automatically.
    regards
    Debu Panda
    oracle

  • OWB 11g - Repository Browser no OC4J instance

    Hi All,
    I have installed OWB11g and its working fine. But I don't see any OC4J instance startup under my program menu->oracle home and hence i cannot start the OWB repository browser. Do i need to configure any other thing to see OC4J instance startup or for 11g there is no OC4J requried. If no OC4J is requried for OWB repository browser in 11g , how do i start the browser ?
    Thanks,
    Sam.

    Hi All,
    I got it - in 11g you can use startOwbbInst.bat under <ORACLE_HOME>/owb/bin/win32 to start the OC4J instance and in 11g when you run it for the first time it will ask you to set OC4J Administrator password.
    Thanks,
    Sam.

  • Startup and shutdown sequence in MSCS clustered EP

    Hi,
    We are running an Enterprise portal in a clustered environment with 2 nodes (HA). Please advice the best practice
    on startup and shutdown order and procedures for the instances, SCS, CI and database and cluster (nodes).
    This is essential for maintenance and patching.
    Thanks and regards,

    Hi, 
    Your wish you can stop using cluster manager or using script.
    You should always shut your central instance lastly,enque server should be also shutdown before the central instance,as far as i know.
    Regards,
    Vamshi.

  • How to write triggers on startup and shutdown of the server?

    Plz advice.
    How to write triggers on startup and shutdown of the server?
    I could write it but nothing happened!!!

    Small code example for you:
    [email protected]> @ connect mob/mob
    [email protected]> create or replace trigger shutdown_trigger
    2 before shutdown on database
    3 begin
    4 insert into shut_table values(sysdate);
    5 end;
    6 /
    Trigger created.
    [email protected]> create or replace trigger start_trigger
    2 after startup on database
    3 begin
    4 insert into start_table values(sysdate);
    5 end;
    6 /
    Trigger created.
    [email protected]> @ connect "/ as sysdba"
    [email protected]> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    [email protected]> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 64036368 bytes
    Fixed Size 454160 bytes
    Variable Size 50331648 bytes
    Database Buffers 12582912 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    [email protected]> select * from mob.start_table;
    START_DAT
    14-SEP-06
    [email protected]> select * from mob.shut_table;
    SHUT_DATE
    14-SEP-06
    Best Regards
    Krystian Zieja / mob

  • Y Do V Create OC4J instance?

    Dear All!
    i have 2 deploy oracle forms and reports on web using OAS10g
    Do i need 2 Create OC4J instance?
    If Yes..
    Then Y Do V Create OC4J instance?
    Rana Adnan

    Andy,
    Check the state of your repository using 'dcmctl getState' command. If you get an error or 'In Sync Status' for one of the component is shown as 'false', try to resync the instance using 'dcmctl resyncInstance'.
    If resyncInstance succeed, remove the OC4J instance/component that you were trying to add initially and create it again using removeComponent and createComponent commands.
    If resyncInstance fails, shutdown (if possible) all OracleAS instances in DCM-Managed OracleAS Cluster (if any). Shutdown all process of the instance (using 'opmnctl stopall' command) including OracleAS Control Console (using 'emctl stop iasconsole') and start the instances again (using 'opmnctl startall' and 'opmnctl startproc ias-component=dcm-daemon'). Remember to first start the OracleAS instance that is acting as repository host for File-based repository (if any).
    Now check the instance state, list of components and list of applications. If problem persist, please contact Oracle Support by logging a TAR to further diagnose and help resolve this issue.
    Regards
    Shail

  • Cannot start OC4J instance after specifying default java.security.manager

    Hi All,
    I am using OracleiAS 10.1.3.4 and trying to make use of the new User and Role APIs introduced in 10.1.3.1.
    While trying to get an object of IdentityStore using the following code, I got this error -
    java.security.PrivilegedActionException: oracle.security.idm.ConfigurationException: java.security.AccessControlException: access denied (oracle.security.jazn.JAZNPermission getOC4JIntegrationData)
    oidFactory = (IdentityStoreFactory) AccessController.doPrivileged(
    new PrivilegedExceptionAction()
    public Object run() throws IMException
    IdentityStoreFactoryBuilder builder =
    new IdentityStoreFactoryBuilder();
    return builder.getIdentityStoreFactory();
    I then tried specifying the default security manager in start JAVA options for my oc4j instance - Djava.security.manager. I also verified that my java policy file is present under $ORACLE_HOME/j2ee/oc4j_soa/config/java2.policy. But the issue is - once I put this default secirity manager in startup options in opmn.xml, the oc4j instance does not get started, it gives following error -
    08/12/30 02:58:22 Start process
    Dec 30, 2008 2:58:24 AM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    08/12/30 02:58:29 WARNING: Application.setConfig Application: default is in failed state as initialization failed.
    java.lang.ExceptionInInitializerError
    08/12/30 02:58:29 Error initializing server: Application: default is in failed state as initialization failed
    08/12/30 02:58:32 Fatal error: server exiting
    Any idea ? Any pointers please ?
    Thanks,
    Ankit

    Ankit,
    Check your syntax for the datasource. If you migrated from file-based to OID, then you should look at this link:
    http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/oc4j.htmThere is a known issue when migrating from file-based to OIM\OID. Navigate to:
    12.2 JAZNMigration Tool Does Not Migrate ADFPrincipal Type Correctly
    -Michael

Maybe you are looking for

  • Form Filler Yellow Task Bar Link Does Not Open task or do anything SharePoint 2010 InfoPath 2010

    Form Filler Yellow Task Bar Link Does Not Open task or do anything (SharePoint 2010 InfoPath 2010) Using a SPD workflow to run a approval process. This is a non-browser form. User receives task notification, opens form in IP Form Filler and sees yell

  • JMenuItem ActionEvent Dinamically - Problems

    Hi, friends I am trying to use a JMenu and a JMenuItem wich are dinamicaly constructed getting data using a Oracle's Database Table. They are working fine, but I can't figured out how can I add ActionEvent dinamicaly. The piece of my code is down her

  • Variable table name in the select statment ?

    data: h_itab like hier_out occurs 0 with header line,       table_name(30) type C. here i declare h_itab as the variable for the table name itab_name = input_name input_name is imported select * from table_name        into table h_itab        where O

  • Missing purchased music on new ipad

    When I look at the "music" on the ipad, it says there is no music on the ipad. When I choose "music not on this ipad" all the music appears, with little clouds next to each song. If I choose "download," the songs download and then they appear with th

  • Uninstall reader for palm on XP

    A former employee uninstalled the Palm sofware but not adobe reader for palm.  It is not listed on Add Remove programs and I saw a listing that says that hotsync has to be run manually after uninstall to complete the process. I do not have hotsync. A