What are the steps to connect to database or file in mainframe

Hi
pls tell me what are the steps to connect to database or file in mainframe os/390
with regards

Check out JDBC

Similar Messages

  • What  are the steps for merging of database files ?

    hi
    i have 23 datafiles in a tablespace .i want to merge these 23 datafiles into 4 to 5 datafiles.What are the steps for merging of database files
    Edited by: mithun on Oct 22, 2011 11:29 PM

    >
    i have 23 datafiles in a tablespace .i want to merge these 23 datafiles into no of
    small no of datafiles.What are the steps for merging of database filesYou didn't mention your Oracle version.
    See here for creating tablespaces http://www.adp-gmbh.ch/ora/sql/create_tablespace.html.
    You can specify as many (or as few) datafiles as you like.
    Then create tables in your new tablespace x_old_table_name(s) - you can Google this.
    Then select the data from old_table_name(s) into x_old_table_name(s).
    Drop old_table_name(s)
    Rename x_old_table_name(s) old_table_name(s).
    There may be a better way.
    Paul...

  • What are the steps to move Webtools database to a different drive

    The current drive is running out of space for our web tools live database so I am planning to transfer it to another drive which has sufficient space.
    It would be helpful if any one can suggest the safer way and steps how to move the DB to another drive with out any problem since the site is live please?
    Mohan
    Edited by: Mohanakrishnan T on Mar 13, 2008 10:32 AM

    Hi Martin,
    Thanks for this!
    To move the database to a different drive, Can I do the following?
    1. Close the webshop at a appropriate time for a few minutes.
    2. Stop IIS, Sync Manager etc etc that may access the web tools database.
    3. Backup the WebShop database.
    4. Drop the WebShop database.
    5. Then Restore the WebShop database. When doing this configure the database and transaction logs (.mdf and .ldf) to be placed in the F: drive.
    6. Now start the sync manager, IIS etc.
    As my Colleague have moved SAP B1 databases using the above procedure. So can I assume Webtools database should be no different.
    We have not tried the detach and attach procedure as of now
    Mohan

  • What are the steps to change existing sharepoint 2010 farm database server to a new server

    Hi
    i have a sharepoint 2010 farm and backend with sqlserver2012 standard edition on windows server 2008 r2 server
    now what are the steps to if  want to  connect this farm to a new sql server 2012 on windows server 2012 server and remove this existing server
    adil

    You have two options:
    Use a SQL Alias and you will then need to swing all databases over to the new SQL Server
    Don't use a SQL Alias and swing all but the Configuration and Administration databases to the new SQL Server, and individually re-configure Service Applications/Web Applications to use the new SQL Server. This will force you to keep the old SQL Server around.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • What are the steps applying incremental backups to standby database 11g

    Hi All,
    I have built 11g none ASM standby database from ASM RAC Database. Now I want to apply incremental backup to the standby database from primary but not sure how to do it. I tried following and I had an error “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    1- I have configured standby database with RMAN backup.
    2- After finishing installation, I took a incremental backup from primary server(ins-prim) and moved incremental backup and control file to the standby (ins-sec) database
    3- I stared standby database nomount mode
    4- restore controlfile from “incremental backup location in standby database”
    5- alter database mount; and got this error
    “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    What are the steps applying incremental backups to standby database with 11g?
    Thank you

    I build the database from backup and changed from ASM to none ASM and changed location of data files and logfiles. I think this changes makes the standby database as logical one.
    You can a have a physical standby with different locations for everything (redo/controlfiles/datafiles), ASM and no ASM etc. I have a such a configuration in production (10gR2)
    I build the database from backup
    Are you sure you have a standby ? Ins-sec receives the archivelog files from the primary ? How did you proceed to build this database ? I suspect you don't have a standby at all ! If you have duplicated the database ins-sec and ins-pri are independent databases and you won't be able to apply an incremental backup (your script was not correct but it is another story)

  • What are the steps to create DB connect?

    What are the steps to create DB connect?

    Hi,
    Check the following link for DB Connect details:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2f0fea94-0501-0010-829c-d6b5c2ae5e40
    Also please search in the forum, you will find lot of threads on this topic.
    regards,
    Pruthvi R

  • What are the steps i need to follow to refresh the database

    Hi Team,
    I am the junior DBA first time i need to do Database Refreshment on UNIX platform.
    1. Database Names are different and mount points are diffrents.
    2. Synonyms and dblinks are should be retained.
    How to do this and what are the steps i need to follow.
    Please suggest any one.
    Regards,
    Venkat.

    Venkat wrote:
    Hi,
    Version is Oracle 10g.
    Venkat..Start here: http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmconc2.htm#i1006532

  • What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    Connect BB to PC. On 'Desktop Manager'>Backup & Restore tab>Click Restore. Double click .ipd file (backup file created from Desktop Manager).

  • What are the steps in oracle 11g DBREFRESH

    Dear Techies,
    Please help me on below. I followed all steps in db refresh
    I have done till
    Alter database open resetlogs
    status is open
    what are the steps remaining in oracle 11g dbrefresh from PRD to QTY. is there any post steps to drop old ops$users.
    Please let me know.
    Thank you
    Best Regards
    RJ

    Hi Gurpal,
    Thank you for your valuable reply
    Do I need to do your mentioned steps after below steps
    RECOVER DATABASE USING BACKUP CONTROL FILE UNTIL CANCEL;
    AUTO.
    once recovery is done CANCEL.
    Alter database open resetlogs.
    status is open.
    AS YOU MENTIONED
    Make sure listener and DB should be up.
    Determine Schema Owner
    SQL> SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'T000';
    Check the OWNER of  “SAPUSER”
    SQL>SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';
    Create OPS$ User
    Use the oradbusr.sql script. This script is attached to the note 50088. The script is valid for Oracle and UNIX. Use the following syntax
    SQL> @ORADBUSR.sql  SAPR3 UNIX (SID)  X
    Check the OWNER of  “SAPUSER" after exceute command
    SQL>SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';
    If the system returns an owner <owner> other than OPS$<sid>ADM (OPS$SIDADM) of PRD, you must
    delete the relevant SAPUSER tables:
    SQL> DROP TABLE “OPS$SIDADM".SAPUSER;
    and after that check the output of (R3trans -d)
    set the value in profile parameter
    To ensure no background jobs after the start (Rdisp/wp_no_btc =0)
    (Login/no_automatic_user_sapstar =0 )
    or Any table spaces need to be create ???? PSAPTEMP ??? or any.
    Thanks & Regards
    RJ

  • What are the steps requried for r/3 to xi and xi to r/3 configuraiton ?

    Hi Experts
    What are the steps requried for r/3 to pi 7.1 and pi 7.1 to r/3 configuraiton ?
    Thanks & Regards
    G.Praveen Kumar
    Edited by: praveen.tecnics on Apr 1, 2009 4:51 PM

    In case of RFC already signature will be defined in R/3 itself the same will there in PI too after importing .
    In case of idoc also you just need to import for the usage and can be used depending on scenario
    if the above answers doesnt suite your question then can you post query in detailed way
    In case of Configurations
    RFC destination types differ for idoc and RFC
    in idoc SM59 Type 3 conection you need to create
    for RFC you need Type T connection
    HTH
    Rajesh

  • Hi What are the steps to integrate with Sharepoint using BPEL?

    Hi
    What are the steps to integrate with Sharepoint using BPEL?
    We are going to integrate with Web Center Interaction at the other end.
    I really appreciate if you can share if you have a document or instructions / links on how the same be achieved

    You have two options:
    Use a SQL Alias and you will then need to swing all databases over to the new SQL Server
    Don't use a SQL Alias and swing all but the Configuration and Administration databases to the new SQL Server, and individually re-configure Service Applications/Web Applications to use the new SQL Server. This will force you to keep the old SQL Server around.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • What are the steps to optimise ABAP code

    What are the steps to optimise ABAP code, that is how to increase the performance of a code?

    Hi
    Welcome to SDN forum
    1) Dont use nested select statements
    2) If possible use for all entries in addition
    3) In the where addition make sure you give all the primary key
    4) Use Index for the selection criteria.
    5) You can also use inner joins
    6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
    7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d0db4c9-0e01-0010-b68f-9b1408d5f234
    ABAP performance depends upon various factors and in devicded in three parts:
    1. Database
    2. ABAP
    3. System
    Run Any program using SE30 (performance analys) to improve performance refer to tips and trics section of SE30, Always remember that ABAP perfirmance is improved when there is least load on Database.
    u can get an interactive grap in SE30 regarding this with a file.
    also if u find runtime of parts of codes then use :
    Switch on RTA Dynamically within ABAP Code
    *To turn runtim analysis on within ABAP code insert the following code
    SET RUN TIME ANALYZER ON.
    *To turn runtim analysis off within ABAP code insert the following code
    SET RUN TIME ANALYZER OFF.
    Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    Avoid for all entries in JOINS
    Try to avoid joins and use FOR ALL ENTRIES.
    Try to restrict the joins to 1 level only ie only for tables
    Avoid using Select *.
    Avoid having multiple Selects from the same table in the same object.
    Try to minimize the number of variables to save memory.
    The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    Avoid creation of index as far as possible
    Avoid operators like <>, > , < & like % in where clause conditions
    Avoid select/select single statements in loops.
    Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    Avoid using ORDER BY in selects
    Avoid Nested Selects
    Avoid Nested Loops of Internal Tables
    Try to use FIELD SYMBOLS.
    Try to avoid into Corresponding Fields of
    Avoid using Select Distinct, Use DELETE ADJACENT
    Check the following Links
    Re: performance tuning
    Re: Performance tuning of program
    http://www.sapgenie.com/abap/performance.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    check the below link
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    See the following link if it's any help:
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Check also http://service.sap.com/performance
    and
    books like
    http://www.sap-press.com/product.cfm?account=&product=H951
    http://www.sap-press.com/product.cfm?account=&product=H973
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Performance tuning for Data Selection Statement
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    Debugger
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    Run Time Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm
    SQL trace
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm
    CATT - Computer Aided Testing Too
    http://help.sap.com/saphelp_47x200/helpdata/en/b3/410b37233f7c6fe10000009b38f936/frameset.htm
    Test Workbench
    http://help.sap.com/saphelp_47x200/helpdata/en/a8/157235d0fa8742e10000009b38f889/frameset.htm
    Coverage Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c7/af9a79061a11d4b3d4080009b43351/content.htm
    Runtime Monitor
    http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm
    Memory Inspector
    http://help.sap.com/saphelp_47x200/helpdata/en/a2/e5fc84cc87964cb2c29f584152d74e/content.htm
    ECATT - Extended Computer Aided testing tool.
    http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm
    Just refer to these links...
    performance
    Performance
    Performance Guide
    performance issues...
    Performance Tuning
    Performance issues
    performance tuning
    performance tuning
    You can go to the transaction SE30 to have the runtime analysis of your program.Also try the transaction SCI , which is SAP Code Inspector.
    1 Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    2 Avoid for all entries in JOINS
    3 Try to avoid joins and use FOR ALL ENTRIES.
    4 Try to restrict the joins to 1 level only ie only for 2 tables
    5 Avoid using Select *.
    6 Avoid having multiple Selects from the same table in the same object.
    7 Try to minimize the number of variables to save memory.
    8 The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    9 Avoid creation of index as far as possible
    10 Avoid operators like <>, > , < & like % in where clause conditions
    11 Avoid select/select single statements in loops.
    12 Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    13 Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    14 Avoid using ORDER BY in selects
    15 Avoid Nested Selects
    16 Avoid Nested Loops of Internal Tables
    17 Try to use FIELD SYMBOLS.
    18 Try to avoid into Corresponding Fields of
    19 Avoid using Select Distinct, Use DELETE ADJACENT.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • What are the Steps to assign Public IP ?

    Hi,
    I want to assign Public IP address to my OEL. What are the steps for it.
    Regards,
    Ajay

    Ajay Sharma wrote:
    I want to assign Public IP address to my OEL. What are the steps for it.Do you have an IP address to assign? The public IPv4 address range is exhausted. So no ISP is simply going to give customers static public IPs to use.
    An ISP typically has a DHCP server and a pool of public IPs that are handed out to clients when connecting. With local hosting contracts/accounts, one may get a static IP allocated to you - but expect to pay extra for that.
    The usual configuration is to configure your router for making the ISP connection and getting an IP on the Internet. You then configure your LAN devices to use the router as default routing gateway.
    If you want to host a web server for example on a LAN device, you should consider using a NAT firewall on the router (supported by most in my experience). For example, your router has LAN IP 192.168.0.1. Your LAN web server has IP 192.168.0.20. The ISP address allocated to your router is 42.42.7.123.
    On the router you configure port 80 to be NAT'ed to 192.168.0.20 using port 80. This means an Internet connection to 42.42.7.123 will be passed by the router to your web server.
    Of course, as the public IP is leased by your router, it can expire, and a new public IP address given when the lease is refreshed. So you cannot exactly give out a DHCP IP to Internet users to connect to your web server. The solution is dynamic DNS. Again, many routers support this - automatically telling the dynamic DNS service what the current public IP address is for your web server's Internet hostname. This hostname you need to register with the dynamic DNS folk (and pay for) - and allows you to have an Internet presence via a dynamic public IP.
    Even if you are lucky enough to have your own dedicated public Internet IP - I suggest NOT using without very CAREFUL consideration. This IP will be attacked by hackers. Not might be. Will be. It will be probed for weaknesses. Weaknesses will be exploited. Fact.
    So if you want to assign a public Internet IP to your Linux server, you MUST harden the server. Latest patches. Service management. Solid iptables configuration. Consider running SELinux in fully active mode. Constant monitoring of server logs.
    Most of which a router will protect you against with a much easier and simplistic web admin interface - and by protecting your servers via NAT.

  • What are the steps are Shared services backup and schema back

    Hi
    I am new in Hyperion .. can anybody tell me what are the steps are in the shared services back up and schema back up ...
    Regards
    Praetorian

    If it is fora a demo i would advise you to extract all the files (metadata, Rule, Security, Data forms, Grids, ICP reports, Data etc) so that this can be restored on any machine from which you wish to give demo.
    If you which to take database backup it will take backup of all the HFM applications in that server. And when you restore the backup it will refresh all the applications which might result in changes to other applications which you may not want.
    For taking backup of database/schema go to the udl file and identify the schema for which you wish to take backup.
    Then type the command to take DB backup.
    Kindly mark the post helpful if you find so.
    Varun
    Edited by: Varun Kaushal on Apr 24, 2010 9:37 AM

  • I have Lightroom 4 and my hard drive is getting too full wiht pictures i have in lightroom. I want to move many to a thumbdrive and delete them from lightroom. what are the steps to perform this please ?

    I have Lightroom 4 and my hard drive is getting too full wiht pictures i have in lightroom. I want to move many to a thumbdrive and delete them from lightroom. what are the steps to perform this please ?

    If you want to be able to view, edit and export from Lightroom you can move the files using your computer OS (explorer or finder) and update the folder location by right-clicking on the folder name in the LR Library. See fig 8 at the attached link:
    http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm
    This will work when the thumb drive is connected.
    If you really have no need to keep these files off-line in LR then simply move the files, select all the thumbnails in the LR Library and hit delete. Then choose remove.

Maybe you are looking for

  • Security Log entries on domain controllers

    Hi Everyone, I started working in an environment where they must log all security events due to regulations on one of the domains. It has 200 Windows XP and Windows 7 computers and about 200 users give or take. It has several servers including 2 Wind

  • Quick time error "a file could not be found"

    Quick time error "a file could not be found" when trying to open a file that exist in a directory name including hebrew characters. When copying the same file to other directory with english characters only, file opens without any problem. This is ve

  • Dual Layer cpabilities

    I have a Pioneer Dual Layer DVD writer in my G4 Mini. It looks as if OS X (10.3.9) does not support dual layer burning. Can dual layer be enabled or did I waste more money on this Macintosh? Regards HD G4 Mini Mac OS X (10.3.9)

  • Problem in Finding Color Profile of an image?

    Hi All, I am working on applet to read, resize and upload images. i am able to do all this using JAI but there is one more condition that needs to be full filled by my program i.e. to check the color profile of image before uploading (such as sRGB, A

  • WDException from J2EE Library ?

    Hello, I have a shared j2ee library implementing some java beans that follow the JavaBean, command bean pattern, business delegate and DTO's patterns. I am using these from webdynpro component as an imported model (javabean model). Now I want to foll