Best approach to migrate DB2 UDB V7 for z/OS

It seems that the latest migration workbench still doesn't work for DB2 UDB V7 on z/OS. What is the best approach to migrate DB2 UDB V7 for z/OS (about 10 GB) to Oracle 10g? Any suggestions/advices are greatly appreciated. Thanks.
George

SQL Loader/External tables always works assuming you can get text files out of your old DB.
Gints Plivna
http://www.gplivna.eu

Similar Messages

  • What would be best approach to migrate millions of records from on premise SQL server to Azure SQL DB?

    Team,
    In our project, we have a requirement of data migration. We have following scenario and I really appreciate any suggestion from you all on implementation part of it.
    Scenario:
    We have millions of records to be migrated to destination SQL database after some transformation.
    The source SQL server is on premise in partners domain and destination server is in Azure.
    Can you please suggest what would be best approach to do so.
    thanks,
    Bishnu
    Bishnupriya Pradhan

    You can use SSIS itself for this
    Have a batch logic which will identify data batches within source and then include data flow tasks to do the data transfer to Azure. The batch size chosen should be as per buffer meory availability + parallel tasks executing etc.
    You can use ODBC or ADO .NET connection to connect to azure.
    http://visakhm.blogspot.in/2013/09/connecting-to-azure-instance-using-ssis.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Best approach to "migrate" from BEX reports to Webi reports ?

    Hello,
    i have read lots of documents regarding best practices on how to built webi reports and universes on top of BW.
    But i can't find any document about best approach, not in performance way of thinking but in best way of using reports.
    i mean: when end users are coming from bex reports (where they can drill down through hierarhies and use free filters ) to webi reports (where layout is quite beatiful and user can change it easely), this is not the same way of consuming reports.
    I come from BO world and are new on reporting on top of BW.
    for me webi is good for quite static layout reporting where data is clear and available.of course you can have prompts for interactivy and more accurate reporting.  Drill down is just a functionality but is not the real purpose of the report tool.
    So ,according to me there is a gap between both tools (BEX and WEBI) but end users are the same.
    So i 'm wondering if you have any feedback for the best approach to build webi reports where end users are coming from bex reporting.
    And how to choose between prompts, drill-down (with available filters on top of the window), fold/unfold and input controls or just having diffrent levels of hierarchies in the table/ section/ breaks but without drill down (because if you drill down, report begins weird with diffrent levels) ...?
    So , if you have any feedback , advise....
    thanks in advance,
    Rgds,

    Hi,
      WEBI don't replace BEX reports, is for different audience, in fact BEX is for OLAP reports and analysis.
      You can find some answer in this page
    [FAQ: The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI & Business Objects Roadmap|FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]|FAQ]
    spercific for What is the future of the BEx Query Designer? you can read here
    [FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]#section11] and here [FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]#section3]
      The idea is to use the rigth tool for the rigth job.
      You can find more information here [http://www.sdn.sap.com/irj/sdn/edw], [http://www.sap.com/solutions/sapbusinessobjects/index.epx], [http://www.sap.com/solutions/sapbusinessobjects/newsevents/index.epx], [http://www.sap.com/community/flash/BusinessIntelligenceAGuideforMidsizeCompanies.pdf]
    I hope this help you.
    Best regards.

  • Best approach to migrate from 9.2.0.1 to 9.2.0.6

    Hi friends.
    Actually I have a production database running on Oracle 9.2.0.1 in Suse Linux. I bought a new server and I have to migrate my database from the old one. In this new server I´ll have Oracle 9.2.0.6 and RedHat. What is the best approach to make the migration?
    - By export/import? Will I have problems wiht users/grants/synonyms, etc, since I wont be able to use full import cause the system users?
    - Update de 9.2.0.1 to 9.2.0.6 and to copy the database to new server?
    - Copy the database to new server and update only the database to 9.2.0.6 by scripts?
    - Anything else??? :)
    Thx in advance.

    I'm not sure what you mean by " I wont be able to use full import cause the system users". I can't seem to understand what you're trying to say here.
    If you have a relatively small database, exporting and importing is probably the simplest option. You can also restore a backup from the old machine to the new machine and upgrade the new machine in place, use transportable tablespaces, patch the old database and set up the new system as a standby database, etc. There are plenty of options, we'd need more information about how much data we're talking about, what sort of down time window you have, whether you're concerned about speed, administrative complexity, etc.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Best Approach to create Security / Authorization Schema for an APEX Apps

    Hi,
    I am planning to create a Security / Authorization Schema for an APEX Application.
    Just want to know what is the best approach to create the security feature in APEX, so that it should be re-used in other APEXApplications too..
    I am looking for following features...
    1. users LOGIN and then user's name is stored in APEX_USER...
    2. Based on the user, I want to restrict the Application on following levels.
    - TABS
    - TABS - Page1 (Report
    - Page2 (Form)
    - Page2 (Region1)
    - Page2 (Region1, Button1)
    - Page2 (Region1, Items,....)
    AND so on.....basically depending on user....he will have access to certain TABS, Pages, Regions, Buttons, Items...
    I know, we have to create the Authorization Schema for this and then attach these Authorization Schema to the different Level we want.
    My Question is, what should be the TABLE structure to capture these info for each user...where we will say...this USER will have following access...AND then we create Authorization Schema from this table...
    Also what should be the FRONT end, we should have to enter these detail...
    SO, wondering, lot of people may already have implemented this feature....so if guys can provide the BEST Approach (re-usable for other APEX Application)....that will be really nice..
    Thanks,
    Deepak

    Hi Raghu,
    thanks for the detial info.
    so that means..I should have 2 table...
    master table (2 columns - username, password)
            username    password
       user1       xxxx
       user2       xxxx2nd table (2 columns - username, chq_disp_option)
    - In this table, we don't have Y/N Flag you mentioned..
    - If we have to enter all the regions/tabs/pages in the Applications here or just those regions/tabs/pages for which are conditionally diaplayed.
    - so that means in all the Pages/Regions/tabs/items in the entire Application, we have to call the Conditionally display..
    - suppose we have 3 tabs, 5 pages, 6 regions, 15 items..that means in this table we have to enter (3+5+6+15) = 29 records for each individual users..
              username    chq_disp_option
       user1       re_region1
       user1       re_region2
       user1       tb_main
       user1       Page1
       user1       Page5
       ----        ----     - how you are defining unique name for Regions..i mean in static ID or the Title
    - is the unique name for tab & item is same as the TAB_NAME (T_HOME) & Item Name (P1_ITEM1) or you are defining somewhere else.
    Thanks,
    Deepak

  • What is the best approach to migrate SharePoint farm from one data center to other datacenter

    We have two web front server and one application server and two instances for database server and we have to migrate complete farm from one data center to other data center with minimal downtime and end user impact.
    Please provide your best input on this.
    Thanks in advance.

    Create a new farm in the secondary Data Center at the same patch level with the desired configuration. Replicate the databases using the method of choice (Mirroring, AlwaysOn, etc.). Create a downtime window where you can then attach the databases to the
    new farm's Web Application(s)/Service Application(s).
    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.

  • Best approach to migrate tracks from one 7.0 NWDI to 7.1 NWDI

    Hi,
    We are looking into options to migrate our tracks from one NWDI to another NWDI. The situation now is that our production NWDI systems is running on NW 7.0 SPS10 (very old) and now we are about to start doing some development on 7.1.1 CE.
    We would like to install a new NWDI system based on NW 7.1.1 CE, in this case this NWDI will use the same SLD system that our old NWDI system is using, meaning that all the SC will be already there, naming convention will be the same too.
    Is there any way to export/import the track information from NWDI? is there anyway to export/import versioning information and code from NWDI/DTR?
    Has anybody done something like this? which was your experienced?
    Thanks in advance for all your help,
    Zareh Vazquez

    Hi Zareh,
    Following link might help you:
    <<http://help.sap.com/saphelp_nw70/helpdata/en/46/5d032c1e661cbee10000000a11466f/content.htm>>
    Regards,
    Bhagya

  • What's the best approach to migrate to Snow Leopard using the time machine?

    I have a time capsule, and have noticed the restore from backup option once I had to replace the HD on my MacBook Pro.
    I am about to buy a new MacBook Pro which will probably ship with Snow Leopard, and am wandering, if when I setup the new OS I can restore from a backup of my old system?
    Thanks
    Miguel

    don't use the full system restore from backup option with a new computer. that can only be used on the same exact computer. also, that option erases the destination drive and replaces it with the copy of the backed up system. this is not what you want.
    when you first turn on the new computer you'll get a setup assistant which will give you an option to Migrate your user data and applications from a TM backup. you can also do it later using Migration Assistant located in Applications/Utilities.

  • Oracle Migration Workbench DB2 UDB 8.1 Plugins..

    I want to migrate db2 udb 8.1 database to oracle 10g ...But iam not able to find the plugins for db2 udb 8.1 in oracle site...... Oracle migration workbench is asking for db2 8.1 plugins can u suggest where i can download ....

    From an earlier post on this forum, found by searching for db2:
    No plans for DB2 V8 support in the short term. The plugins are hardwired to work against the version they are built against, so it won't work with V7. There are other alternatives out there. One example would be from Ispirer: http://www.ispirer.com/products/ or
    from SwisSQL: http://www.swissql.com/oracle-migration.html
    [I assume 'so it won't work with V7' in the source post should read 'so the db2 v7 plugin will not work with anything other than db2 v7']

  • Best approach to develop DataTypes

    Hey guys
    suppose i m doin a complex File scenario in which i have a flat file either on the sender or receiver side.what is the best approach to develop the data type for the file structure,is it possible to generate an XML and with the help of that create a data type?
    I actually want to know the professional way of generating datatypes (i m pretty sure in real world scenarios,we get very complex file structures).
    thanx
    Ahmad

    Hi,
    In many cases, if your structure is very complex, you can not get direct nested xml after content conversion. In that case, in the mapping we need to handle the generation of nested strutcure. So you use Java or xslt mapping etc.. if it is not possible via graphical mapping. Also you can do this in the adapter module.
    Here you go with good example- Generic Structure-
    /people/sravya.talanki2/blog/2005/08/16/configuring-generic-sender-file-cc-adapter
    Also file content conversion - limitations-
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50061bd9-e56e-2910-3495-c5faa652b710
    Rgds,
    Moorthy

  • OIM + OAM .. best approach of implementation

    Hi There,
    We have two sets of users, one in MS - AD and one in SUN LDAP..
    Both users, access two applications, App1 and App2
    App1 authenticates MS - AD
    App2 authenticates SUN LDAP
    What is the best approach for Single Sign ON to such use - case ?
    approach i thought of is
    1. Reconcile both repositories in OIM
    2. Deploy OAM by configuring OIM as OAM back end ?
    Any other best approach ?
    I have skill sets for OIM , but OAM a new bee :-|
    Please provide inputs..
    Cheers,
    Gops

    OVD would act as a facade for OAM and make the two LDAP directories look like one for OAM.
    Another option is to use OIM as a kind of metadirectory and replicate all information from AD and Sun LDAP into either one of the directories or an OID. OAM will then use the consolidated directory.
    The main reason to use the OVD approach is that it is hard or impossible to use the metadirectory approach to replicate passwords as they are usually stored in one way hashes.
    Best regards
    /Martin

  • What is the best approach to trying to find high freq hits in a file?

    Lets say I have a text document that has millions of rows of information like "Name, address, last time checked in:"
    What is the best approach if I were to look for the top 5 people who appears the most on this huge list?
    Thanks!

    If it is not in a database and it's just one fileYou can still put it into a DB.
    with all those data, what approach would be good in
    the realm of Java? I thought I already said that.
    Would Map still be the best
    choice?Simplest? Probably. Best? Only you can determine that.
    Would the complexity be n^2 since you would
    need to put everything in, then compare all the
    sizes?No, it should be O(2N) (which is really O(N)). Inseting into the map is O(N), and then iterating once over the entries and adjusting your running top 5 is O(N).

  • Error in "Checking Availabe Space for the DB2 UDB for Unix..." phase

    Hello,
    We are in the middle of an Upgrade proyect from R/3 4.6C (kernet 4.6D EXT) to ECC 6.0.
    As a first step we are doing an Heterogenous System Copy to migrate from servers with HP-UX B11.11/Informix 9.4 to servers with AIX 5.3/DB2 UDB 8.
    We already did the database import with no errors. When we are installing R3 4.6C in the target server we are getting u201CMemory Fault (coredump)u201D error in the u201CChecking Availabe Space for the DB2 UDB for Unix, Windows Tablespacesu201D phase.
    Any advice will be appreciated.
    Best Regards
    Francisco

    Hello Paul,
    There is no db2diag.log. We are in the first steps of the installation.
    Operating System logs just shows an ABNORMALY TERMINATION OF SOTWARE error.
    This is the CEDBMIG.log
    INFO 2010-08-04 10:12:00 CommandFileController SyFileCopy:150
        Copying source file CEDBMIG.R3S to target file CEDBMIG.R3S.30 ...
    INFO 2010-08-04 10:12:01 Main
        Preparation successfully completed.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD EXPORT1 will not be copied.
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyCoprocessCreate:300
        Creating coprocess /usr/sbin/lsattr -El sys0 -a realmem  ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyRamSizeGet:100
        The process lsattr puts out:
         realmem 8388608 Amount of usable physical memory in Kbytes False
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyRamSizeGet:700
        Physical RAM size is 8192 MB.
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:100
        Retrieving swap space size ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyCoprocessCreate:300
        Creating coprocess /usr/sbin/lsps -s  ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:150
        The process lsps puts out:
         Total Paging Space   Percent Used
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:150
        The process lsps puts out:
               8192MB               1%
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:500
        Currently activated swap space is 8192 MB.
    INFO 2010-08-04 10:12:31 CENTRDBINSTANCE_IND_DB6 InternalWarmKeyCheck:0
        The installation phase is starting now. Please look in the log
        file for further information about current actions.
    INFO 2010-08-04 10:12:31
        Requesting Installation Details
    INFO 2010-08-04 10:12:31
        Reading and Checking DB2 UDB for UNIX, Windows Specific Keys
    INFO 2010-08-04 10:12:31
        Select the DB2 Storage Management.
    INFO 2010-08-04 10:12:31
        Choose the number of storage paths for DB2's Automatic Storage
        Management.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD EXPORT1 will not be copied.
    INFO 2010-08-04 10:12:31
        Requesting Information on CD-ROMs
    INFO 2010-08-04 10:12:31
        Calculating RAM Distribution
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Dispatcher
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Gateway Service
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Secure Gateway Service
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Message Server
    INFO 2010-08-04 10:12:31
        Creating the SAP Administration Group sapsys
    INFO 2010-08-04 10:12:32
        Creating the Database Administration Group db<dbsid>adm
    INFO 2010-08-04 10:12:32
        Creating the Group db<dbsid>ctl
    INFO 2010-08-04 10:12:32
        Creating the Group db<dbsid>mnt
    INFO 2010-08-04 10:12:32
        Creating the SAP connect user
    INFO 2010-08-04 10:12:32
        Setting Password of the SAP connect user
    INFO 2010-08-04 10:12:32
        Creating the db2<sapsid> User
    INFO 2010-08-04 10:12:32
        Setting the User Password
    INFO 2010-08-04 10:12:32
        Creating the SAP System Administrator
    INFO 2010-08-04 10:12:32
        Setting Password for for the SAP System Administrator
    INFO 2010-08-04 10:12:32
        Creating Directories
    INFO 2010-08-04 10:12:32
        Creating Symbolic Links
    INFO 2010-08-04 10:12:32
        Getting Minimal Size of the Database
    INFO 2010-08-04 10:12:32
        Changing DB2 UDB for UNIX, Windows Tablespace Data
    INFO 2010-08-04 10:12:32
        Checking if Required Directories Exist
    INFO 2010-08-04 10:12:32
        Checking Available Space for the SAP Instance
    INFO 2010-08-04 10:12:32
        Checking Available Space for the DB2 UDB for UNIX, Windows
        Tablespaces
    This is the CEDBMIG.R3S log
    120_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    130_SOURCE=@DB_HOME@/.cshrc
    130_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    200_SOURCE=@DB_HOME@/.profile
    200_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.SH
    210_SOURCE=@DB_HOME@/.profile
    210_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.SH
    [Z_OSUSERSIDADMENVIRONMENT_IND_DB6]
    100_GROUP=sapsys
    100_OWNER=@LOWER_SAPSYSTEMNAME@adm
    100_PERMISSION=0644
    100_SOURCE=@HOME@/.login
    100_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    110_SOURCE=@HOME@/.login
    110_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    120_GROUP=sapsys
    120_OWNER=@LOWER_SAPSYSTEMNAME@adm
    120_PERMISSION=0644
    120_SOURCE=@HOME@/.cshrc
    120_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    130_SOURCE=@HOME@/.cshrc
    130_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    200_SOURCE=@HOME@/.profile
    200_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.SH
    210_SOURCE=@HOME@/.profile
    210_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.SH
    [Z_R3DIRECTORIES_IND_IND]
    101_PATH=@SAPDIR@
    101_PERMISSION=0775
    101_SET_FILE_ATTRIBUTES=YES
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_PATH=@SAPDIR@/tmp
    103_PATH=@SAPDIR@/trans
    104_PATH=@SAPDIR@/trans/tmp
    104_SET_FILE_ATTRIBUTES=NO
    105_PATH=@SAPDIR@/trans/EPS
    106_PATH=@SAPDIR@/trans/EPS/in
    107_PATH=@SAPDIR@/trans/EPS/out
    108_PATH=@SAPDIR@/trans/EPS/log
    109_PATH=@SAPDIR@/trans/bin
    110_PATH=@SAPDIR@/trans/buffer
    111_PATH=@SAPDIR@/trans/cofiles
    112_PATH=@SAPDIR@/trans/data
    113_PATH=@SAPDIR@/trans/etc
    114_PATH=@SAPDIR@/trans/log
    115_PATH=@SAPDIR@/trans/sapnames
    120_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    120_PERMISSION=0751
    120_SET_FILE_ATTRIBUTES=YES
    121_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    121_PERMISSION=0755
    122_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe
    123_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/opt
    124_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen
    125_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen/opt
    126_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen/dbg
    127_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/src
    128_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    129_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/data
    130_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/log
    131_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/work
    131_PERMISSION=0775
    132_PATH=@SAPMOUNT@
    140_PATH=@SAPMOUNTEXE@
    141_PATH=@SAPMOUNTPROFILE@
    141_PERMISSION=0755
    142_PATH=@SAPMOUNTGLOBAL@
    142_PERMISSION=0700
    150_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/sec
    160_PATH=@STARTDIRECTORY@
    160_PERMISSION=0777
    [Z_R3DIRPERMISSIONS_IND_IND]
    101_CHANGE_ON_NFS=NO
    101_PATH=@SAPMOUNT@
    101_PERMISSION=0755
    101_TRAVERSE=
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_CHANGE_ON_NFS=NO
    102_PATH=@SAPMOUNTEXE@
    102_PERMISSION=0755
    102_TRAVERSE=
    102_USERGROUP=sapsys
    102_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    103_CHANGE_ON_NFS=NO
    103_PATH=@SAPMOUNTGLOBAL@
    103_PERMISSION=0710
    103_TRAVERSE=
    103_USERGROUP=db@LOWER_DB_SID@adm
    103_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    104_CHANGE_ON_NFS=NO
    104_PATH=@SAPMOUNTPROFILE@
    104_PERMISSION=0755
    104_TRAVERSE=
    104_USERGROUP=sapsys
    104_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    105_CHANGE_ON_NFS=NO
    105_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    105_PERMISSION=0755
    105_TRAVERSE=
    105_USERGROUP=sapsys
    105_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    120_CHANGE_ON_NFS=NO
    120_PATH=@HOME@
    120_PERMISSION=0700
    120_TRAVERSE=
    120_USERGROUP=sapsys
    120_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    121_CHANGE_ON_NFS=NO
    121_PATH=@HOME@
    121_PERMISSION=0777
    121_TRAVERSE=FILES
    121_USERGROUP=sapsys
    121_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    130_CHANGE_ON_NFS=NO
    130_PATH=@STARTDIRECTORY@
    130_PERMISSION=0777
    130_TRAVERSE=
    130_USERGROUP=sapsys
    130_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    140_CHANGE_ON_NFS=YES
    140_PATH=@SAPDIR@/trans
    140_PERMISSION=0775
    140_TRAVERSE=
    140_USERGROUP=sapsys
    140_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    141_CHANGE_ON_NFS=YES
    141_PATH=@SAPDIR@/trans/bin
    141_PERMISSION=0775
    141_TRAVERSE=
    141_USERGROUP=sapsys
    141_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    [Z_R3FILEPERMISSIONS_IND_IND]
    101_CHANGE_ON_NFS=NO
    101_PATH=@SAPMOUNTEXE@
    101_PERMISSION=0755
    101_TRAVERSE=SUBDIRECTORIES
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_CHANGE_ON_NFS=NO
    102_PATH=@SAPMOUNTEXE@
    102_PERMISSION=0755
    102_TRAVERSE=FILES
    102_USERGROUP=sapsys
    102_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    103_CHANGE_ON_NFS=NO
    103_PATH=@SAPMOUNTGLOBAL@
    103_PERMISSION=0700
    103_USERGROUP=sapsys
    103_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    104_CHANGE_ON_NFS=NO
    104_PATH=@SAPMOUNTPROFILE@
    104_PERMISSION=0755
    104_TRAVERSE=SUBDIRECTORIES
    104_USERGROUP=sapsys
    104_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    105_CHANGE_ON_NFS=NO
    105_PATH=@SAPMOUNTPROFILE@
    105_PERMISSION=0755
    105_TRAVERSE=FILES
    105_USERGROUP=sapsys
    105_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    106_CHANGE_ON_NFS=NO
    106_PATH=@SAPMOUNTEXE@/saposcol
    106_PERMISSION=04755
    106_USERGROUP=sapsys
    106_USERNAME=root
    112_CHANGE_ON_NFS=NO
    112_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    112_PERMISSION=0751
    112_TRAVERSE=SUBDIRECTORIES
    112_USERGROUP=sapsys
    112_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    113_CHANGE_ON_NFS=NO
    113_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    113_PERMISSION=0751
    113_TRAVERSE=FILES
    113_USERGROUP=sapsys
    113_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    114_CHANGE_ON_NFS=NO
    114_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    114_PERMISSION=0755
    114_TRAVERSE=SUBDIRECTORIES
    114_USERGROUP=sapsys
    114_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    115_CHANGE_ON_NFS=NO
    115_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    115_PERMISSION=0755
    115_TRAVERSE=FILES
    115_USERGROUP=sapsys
    115_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    116_CHANGE_ON_NFS=NO
    116_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    116_PERMISSION=0755
    116_TRAVERSE=SUBDIRECTORIES
    116_USERGROUP=sapsys
    116_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    117_CHANGE_ON_NFS=NO
    117_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    117_PERMISSION=0755
    117_TRAVERSE=FILES
    117_USERGROUP=sapsys
    117_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    118_CHANGE_ON_NFS=NO
    118_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/work
    118_PERMISSION=0775
    118_USERGROUP=sapsys
    118_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    120_CHANGE_ON_NFS=NO
    120_PATH=@HOME@
    120_PERMISSION=0700
    120_USERGROUP=sapsys
    120_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    121_CHANGE_ON_NFS=NO
    121_PATH=@HOME@
    121_PERMISSION=0700
    121_TRAVERSE=FILES
    121_USERGROUP=sapsys
    121_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    [Z_R3LINKS_IND_IND]
    101_LINKCONTENT=@SAPMOUNTEXE@
    101_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/dbg
    102_LINKCONTENT=dbg
    102_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/run
    103_LINKCONTENT=@SAPMOUNTGLOBAL@
    103_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/global
    104_LINKCONTENT=@SAPMOUNTPROFILE@
    104_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/profile
    [Z_SAPDATAPATH]
    S1=/db2/@SAPSYSTEMNAME@/sapdata1
    S2=/db2/@SAPSYSTEMNAME@/sapdata2
    S3=/db2/@SAPSYSTEMNAME@/sapdata3
    S4=/db2/@SAPSYSTEMNAME@/sapdata4
    S5=/db2/@SAPSYSTEMNAME@/sapdata5
    S6=/db2/@SAPSYSTEMNAME@/sapdata6
    SAPDATAT=/db2/@SAPSYSTEMNAME@/sapdatat
    As you can see there is not an error message, the installation simply stops when the try to check the space available for tablespaces.
    Regards

  • Best approach for performing DMLs using stored procedures

    Hi,
    I have a really general question and would like to hear your say about this.
    I want my application to manipulate or read data using stored procedures (or packages in that manner) and not directly using queries against the DB.
    Let's say I have a table with many columns:
    create table test (pkid number(10),col1 varchar2(30), col2 number(10), col3 date,...);For such a DML procedure, is it best to do something like
    procedure do_update(i_pkid IN number,i_col1 IN varchar2, i_col2 IN number, i_col3 IN date,...) as
    begin
       update test
       set col1=i_col1,
            col2=i_col2,
            col3=i_col3...
       where pkid=i_pkid;
       commit;
    end;Or do a selective update, meaning update only a certain column every time, given only 1 column actually changes? (and how to do that - separate procedures for each column? [columns can be nulls])
    Also, is it better to work with test.col1%type instead of specifying the data type in the procedure?
    And one last question - If I have a table with 100 columns and I don't want to create a procedure with 100 parameters - the best approach would be to use a record?
    I just need to be set on the way I start implementing things in order to do it well from the start.
    Many thanks.
    Edited by: Pyrocks on Nov 17, 2010 1:58 PM

    Pyrocks wrote:
    One last clarification (although it may be more related to c/c++ developers - maybe one of you will know):
    We are working with C++ and VB against a SQLServer and my part is to translate all the existing procedures to Oracle in order to migrate the application to work with Oracle DB.
    The existing procedures use an IN parameter for each column in the table and I would really like to use rowtype like you mentioned.
    Since I'm not a c/c++/vb developer - is there an easy way of working with such types, or even User-Defined Types, from c/c++/vb (as in passing a rowtype record from c++ to a SP ?)
    I'm not looking for the actual way - just want to know how hard it would be and how much code needs to be changed in order to be able to convince the developers that this is the RIGHT way to work.
    PS. none of our developers have experience with ORACLE so they wouldn't know the answer...Not actually an Oracle server-side (SQL language or PL/SQL language) question - but a client one. And it has been a long time since I wrote a fat client using C/C++ or Delphi.
    The OCI (<i>Oracle Call Interface</i>) supports advance (user defined) SQL data types. Has since Oracle 8i. So in that respect, yes the client can support custom SQL data types.
    How well it does depends entirely on that client language's features wrt OCI integration. For example, Delphi 4 was release around Oracle 8i and supported custom SQL types. I would expect that most languages today (like Java and C#) will provide support for it.
    As for usiong +%ROWTYPE+ - this is a PL/SQL clause as far as I know. Unsure whether it is supported by the OCI. What could support it is a pre-compiler like Pro*C. These enable you to mix pseudo SQL source code with client language source code. The pre-compilation step then replaces the pseudo SQL code with native client language calls to the OCI. The code is then compiled by that client language's compiler. Pre-compilers can pull all kinds of interesting "tricks" with their pseudo SQL code support.
    The best would be to consult the applicable client language's manuals that describe the interface it supports (via OCI) to Oracle.

  • Best approach for transition to IFRS from US GAAP

    Hi SAP Gurus,
    I have gone through some of SAP presentations and also 2 EcoHub sessions on IFRS.
    I understand the SAP's suggestion to use of Parallel ledger as best approach.
    Can any one clear below my queries?
    1.  Assuming current SAP system is in ECC 6.0 with classical ledger and we are trying to migrate to SAP GL.  It is suggested to migrate to SAP GL first (lets say by 2010) and plan for adopting IFRS as one of parallel ledger (Non Leading) as a separate project (lets say from 2012).  For the years 2012 & 2013 we will have reporting both in US GAAP & IFRS. Till here it is clear. I am not sure how we can drop reporting in US GAAP from 2014 when it is set as leader ledger while migrating to SAP GL.
    Is there a way to migrate the IFRS non leading ledger as Leading ledger by 2014 and deactivate 0L - US GAAP ledger from 2014?
    2. Although I understand the reporting in IFRS can happen prospectively from 2012 onwards, I am not sure how to build the open balances as of 2012. For E.g., how to get the current book values of Fixed Assets as per IFRS principles.
    3. Is it advisable to migrate to SAP GL with leading ledger as IFRS directly and marking one of non leading ledger for US GAAP reporting? And how to drop posting in US GAAP non leading ledger from 2014 onwards?
    Thanks in advance,
    Regards,
    Som

    Duplicate post

Maybe you are looking for

  • Unable to assign the depreciation area to co. code

    Hi, I am getting the below message Inconsistency between FI company code BHEL and chart of deprec. BHEL Message no. AC481 Diagnosis You tried to assign chart of depreciation BHEL to company code BHEL. According to its Customizing definition, this com

  • ITunes 9.0.3.15 does not recognize iPhone 3G on Win 7

    Used to work on Win 7 and previous version of iTunes. Request assistance. Below is the diagnostics report. If anyone has a solution please write to me Microsoft Windows 7 Business Edition (Build 7600) Hewlett-Packard HP ProBook 4410s iTunes 9.0.3.15

  • Need help about jar....

    hello everybody i have created a database application using mysql and java application run very fine with out jar but after making jar file application can not connect to database and thorws nullpointer exception here is it plz help me what i have to

  • How do I charge my US MacBook Air in Israel?

    I am traveling to Israel this week and was wondering whether I just need a 220 Volt adaptor only for the wall charger (like the one found in the Apple Travel Kit) or an actual step down transformer into which I plug my US adaptor?

  • For the iPhone video experts...

    I want to use my iPhone as a video camera or webcam for extended periods of time (i.e., 2, 3 or even 4 hours per instance), and to have an easy way to either download the files or record the webcam broadcast. I am on the edge of going 3g or 3gs but w