OIM11g R1: Exporting Objects using command line utility

Hi All,
Is it possible to export/import OIM objects using command line utility (As per my requirement, I am not suppose to use the OIM Deployment Manager from UI)?
I am looking for something like oimtool if provided OOTB by oracle.
Regards,
Sunny
Edited by: 968494 on Nov 2, 2012 3:35 PM

Sunny,
What kind of objects do you want to export/import. I am asking because we have such command tool with Weblogic and OIM. Check this out:
1-http://itnaf.org/2012/09/23/how-to-import-and-export-metadata-from-oim-mds/
2-ttp://docs.oracle.com/cd/E14571_01/doc.1111/e14309/utils.htm
I hope this helps,
Thiago Leoncio.

Similar Messages

  • Soft-restart of Java node by  using command line utility

    Hello,
    Could anyone advise whether there is a way to soft-restart the java node by using a command line utility (if there is one)?
    I would like to script to run in unix.
    Kind regards,
    Murad.

    Thank you for all your reply.
    Does Jcmon issue soft-restart?
    We have problem with Veritas Cluster. When there failover occurs, Java nodes appears to be online when we check from SMICM, but in fact it looses connection to the central instance. We have to issue a soft-restart for each java node to create connection again. It is a known bug and this only can be fixed by using replicated enqueue server. This only available in SP, which we can not apply right now. What I want to do is to create a script to automate the soft-restart which will be run just after failover.
    Thanks,
    Murad

  • Using command-line util for wrapping SQL Server stored procedure

    Hi,
    The Database Adapter does not have native support for stored procedures in SQL Server. Hence, I intend to use the command-line utility that is described briefly in the DB Adapter guide, i.e. the thing that is invoked using "java oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts <property file>".
    Has anyone used this before? And did you have any success?
    Any help appreciated.
    Thanks, Sjoerd

    Yet another correction ...
    My JD is installed to D:\JDS10gSOA; so ...
    I created a bat file with the following jars listed:
    java -cp D:\JDS10gSOA\integration\lib\DBAdapter.jar;D:\JDS10gSOA\integration\lib\bpm-infra.jar;D:\JDS10gSOA\integration\lib\orabpel.jar;D:\JDS10gSOA\lib\xmlparserv2.jar;D:\JDS10gSOA\lib\xschema.jar;D:\JDS10gSOA\toplink\jlib\toplink.jar;D:\JDS10gSOA\integration\lib\connector15.jar;D:\JDS10gSOA\jars\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts %1
    Note the \jars\ folder I created and copied the MS jdbc driver in there; it's needed in a couple of other places as well.
    A sample properties file:
    ProductName=Microsoft SQL Server
    DriverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
    ConnectionString=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=helloworlddb;user=hello;password=hello
    ProcedureName=helloWorldProc
    ServiceName=srv_helloWorldProc
    DatabaseConnection=eis/DB/helloworlddb
    Hope this helps.
    I have to agree the document is very vague on this; no good script or anything from oracle on getting this done - even though it's an integral part of SOA in my opinion.
    Regards

  • APEX Export using command line utility....

    Hi All,
    Just a question about the command line export utility for HTMLDB. It works great for exporting the application itself, is there any way to get it to export the application's CSS as well as any files such as javascript files etc...?
    Cheers, Henry

    There is no easy way to do this in Apex 2.0.
    The upcoming 2.2 release (due out in the next couple of months) has a full fledged deployment system (including table create DDL, files, images and seed data), all in a single SQL file. See http://apex.oracle.com/i22/doc/deployment_how.htm#CHDEAGDI

  • Asus Laptop (G1, G2, G5, G70, G71) OLED display: Command line utility.

    Greetings.
    Yep. You did read the subject line properly. There is a new command line utility in town.
    To be more exact, there are two small utilities that I have designed for this little OLED -display. (Links at the end of this post)
    To anyone still in confusion, let me show you:
    Some Asus laptops comes with this neat little status display, but few softwares around to utilize them.
    Specially when it comes to the Linux operating system.
    What I've made here, is a simple and easy to use command line utility that communicates with the display.
    But it doesn't stay at "simple". It also has a few advanced features, which is described in detail in the README and their --help sections.
    With this utility and a bunch of simple pixmap images, anyone can easily create messages, animations and transitions without the need of deep knowledge of the underlying system.
    This makes it perfect for boot animations, event updates, status changes and alike.
    Short video-demostration:
    http://www.youtube.com/watch?v=2i8Twa4h_iI
    X11 Pixmap Format
    To get starting, you need a set of pictures.
    You should, and is encouraged to create these yourself, and if you do, please share your creations with us here. I will update a list of your creations in this post accordingly.
    These utilities can, at the moment, only read xpm images. Most drawing programs can handle this today so hat shouldn't be a problem.
    There is a preferred format, but other formats are possible:
    *  Colordepth: 1 bit (Monocrome)
    *  Height: 32 pixels
    *  Width: 128 pixels (for G1 and G2) or 256 pixels (for G5, G70, G71 ...)
    There are a few prepackaged XPM images that can be used any way you see fit.
    GIMP is the tool I used to create the pictures and animations.
    Installation.
    To install: Read INSTALL. Keep in mind: 'bin' and 'conf' folder relies on eachother, so they should stay together. I plan to improve this, but that's another story.
    Permissions: Again. Read the 'INSTALL' file. You need rw-access to two class nodes:
    /sys/class/asus_oled/oled_1/picture
    /sys/class/asus_oled/oled_1/enabled
    Doesn't exist??? ... did you read the INSTALL and README?... aw... well.. here's a hint:
    # modprobe asus_oled && ls -l /sys/class/asus_oled/
    The module should already exist, and if you're running Arch Linux on that laptop with the default kernel, it's already loaded.
    The modules comes with the Linux kernel itself (Staging area). Nothing else needed to be done. Isn't that awesome?
    If you happen to run a custom kernel, reconfigure it and activate 'asus_oled' as a module. Recompile, install and eat icecream.
    (Icecream part is very important)
    Quickstart.
    Once you created your awesome xpm image, you want it to live on the OLED display. This is the command:
    $ asus_oled-ctl --static-picture My-Awesome-128x32-Pic.xpm
    Explanation: '--static-picture' just simply converts and loads a picture onto the display and exits. Nothing fancy really.
    You haven't created a picture yet? .... horrible drawing skills? ...
    Well ... *sigh* ... Try one of the prepacked pictures then. 128x32_archlinux-logo1.xpm should suffice.
    You find it under pictures/logos/
    Success? Yay! Have some more icecream!
    Next thing you might be interested in, is animations.
    Animations is pretty much just a series of static images inserted one after another in a rapid manner.
    So get to it and convert the whole Star Wars saga to a series of 128x32 monocrome XPM pictures...
    ... or just make a short animation of your liking... and SHARE IT!
    Need a neat command to show your animation skills on the display? Here it is:
    (NOTE: There's a bug that causes this utility to have serious trouble with spaces in paths and files. I'm aware of it. Just avoid spaces for now... )
    $ asus_oled-ctl --cycle 50,10 path/to/my/awesome/animation/*
    Explanation: '--cycle' cycles through all the pictures it's given. The argument '50,10' tells it to delay each frame 50 milliseconds, and loop through them 10 times.
    If you instead wanted one loop instead of 10 and decrease the speed to 100 milliseconds per frame? Just change it accordingly:
    $ asus_oled-ctl --cycle 100,1 path/to/my/awesome/animation/*
    Still a bit confused on how the animations should be set up?
    Have a look at the prepacked examples found under pictures/animations/
    Hey! why not test one of the examples out:
    $ asus_oled-ctl --cycle 50,10 pictures/animations/Arch-ripple_loop/*
    Want it to be endless? Set the loop part to 0, and it will loop forever, or until you run out of power. (You can hit CTRL+C to interrupt)
    $ asus_oled-ctl --cycle 50,0 pictures/animations/Arch-ripple_loop/*
    You might have noticed it took a few seconds before the animation started from the point you hit [Enter]. (And that it took some CPU to do it)
    It's because the utility have to convert the images to a more fitting format before it goes ahead.
    Fortunately, there's a remedy to that delay. It's called cached slots. What it means is that one can tell the utility to store the converted animation data in a storage slot for later use.
    Here's how to do it:
    Step 1: Convert your awesome animation, and store it into a named cache-slot called 'MyAwesomeAnimation'.
    $ asus_oled-ctl --generate-cache MyAwesomeAnimation path/to/my/awesome/animation/*
    It will crunch your pictures for a few seconds, and then exit normally.
    Wait.... WHAT??? ... You did convert Star Wars whole saga?... Wow!!!... That will take an eternity to crunch through... =O
    Once it's done (Hopefully this site still lives when it is) we can now see what cache slots we have in the storage:
    $ asus_oled-ctl --show-cache
    There's your Star Wars saga... *erh*.. awesome animation. If you did a full install, you might notice a few other slots too. You can test em out if you'd like.
    Now to play that cached animation:
    $ asus_oled-ctl --cycle 50,5,MyAwesomeAnimation
    Notice how the animation starts almost instantly this time. That's what cache is for.
    Want to delete any of thos annoying and horrible slots?
    $ asus_oled-ctl --delete-cache MyAwesomeAnimation
    Now a few other commands to try out and discover what they do:
    $ asus_oled-ctl --power off
    $ asus_oled-ctl --power on
    $ asus_oled-ctl --clear
    $ asus_oled-ctl --static-picture pictures/devel/ASUS-logo_reversed.xpm
    $ asus_oled-ctl --help
    $ xpm2asus_oled pictures/logos/128x32_archlinux-logo1.xpm
    $ xpm2asus_oled --output ansi pictures/logos/128x32_archlinux-logo1.xpm
    $ xpm2asus_oled --help
    I hope that I've introduced the utilities for you and awaken your interest in this otherwise useless little display with a neat ASUS-logo on it.
    Now get on to it and create some awesome logos and animations for us all to use.
    I will update this utility every now and then, and hopefully include some of your animations with the package.
    The community's contribution list:
    ... *tumbleweed in the wind* ...
    Links
    Download: https://bitbucket.org/SysGhost/asus-ole … .1.tar.bz2
    Documentation (subject to change): https://bitbucket.org/SysGhost/asus-ole … /wiki/Home
    git: https://bitbucket.org/SysGhost/asus-ole … tility.git
    Read README for details. (It's named README for a reason)
    Update:
    Version 0.1.2 - Minor bugfixes.
    Upcoming: 0.2 - Rewritten in python. Twice as fast.
    Last edited by SysGhost (2012-11-23 14:51:16)

  • Using the Metadata Loader Command Line Utility

    Hi ,
    Can anybody please let me know the steps involved for import and export of metadata uing the Metadata Loader Command Line Utility with small scripts as an example.
    Thanks in advance.
    Vinay

    I'll assume that command line utility = ombplus...
    using OMBPLUS, Here it is:
    OMBCONNECT my_user/My_password@host:port:SID
    OMBEXPORT TO MDL_FILE 'C:/temp/DELTA_RS52_LICC2.mdl' \
    FROM PROJECT 'NEW_ARCHITECTURE' \
    COMPONENTS ( \
    LOCATION 'TRG_NEW_ARCH_WORKAREA_LOC',\
    CONNECTOR 'TRG_WORKAREA_LIBOWNER_CONNECT', \
    ORACLE_MODULE 'TRG_WHOWNER', \
    TABLE 'CPF_VALID3', \
    TABLE 'CPF_VALID3_2', \
    TABLE 'CPF_VALID3_3', \
    TABLE 'CPF_VALID3_4', \
    MAPPING 'MAP_WA_CLAIM_DIM', \
    MAPPING 'MAP_WA_POLICY_DIM2_INS', \
    MAPPING 'MAP_WDC1_CLIENT_FOR_LIB', \
    FUNCTION 'UPD_WDC1_CLIENT_LIB', \
    FUNCTION 'VALIDATE_CHARGED_PREMIUM_1_F', \
    FUNCTION 'VALIDATE_CHARGED_PREMIUM_2_F', \
    FUNCTION 'VALIDATE_CHARGED_PREMIUM_3_F', \
    FUNCTION 'VALIDATE_WA_DRIVER_VEH_FACT_I', \
    PACKAGE 'INITIALIZATION', \
    ORACLE_MODULE 'TRG_WORKAREA', \
    TABLE 'AUPMGEN', \
    TABLE 'AUPMGEN_TR0', \
    TABLE 'WDC1_CLIENT_LICC', \
    TABLE 'WDC1_CLIENT_LICC_TEMP_UPD', \
    TABLE 'WG_CHARGED_PREMIUM_VALID', \
    FUNCTION 'GET_DT_TRX_TRANSACTION', \
    FUNCTION 'GET_OCC_OP_LKP', \
    PROCEDURE 'DISABLE_ENABLE_CONSTRAINTS', \
    PROCEDURE 'EXEC_WF_CPF_VALIDATIONS', \
    PROCEDURE 'EXEC_WF_DAUTO_DAILY', \
    PROCEDURE 'EXEC_WF_PER_GENDAT_DAILY', \
    PROCEDURE 'EXEC_WF_PER_GENTER_DAUTO', \
    PROCEDURE 'LOAD_PAST_FUTURE_CALENDAR', \
    PROCEDURE 'VALIDATE_CHARGED_PREMIUM_DS', \
    MAPPING 'MAP_AUPMCON_LIB', \
    MAPPING 'MAP_AUPMGEN_LIB', \
    MAPPING 'MAP_AUPMGEN_LIB_CPF', \
    MAPPING 'MAP_AUPMGEN_TR', \
    MAPPING 'MAP_AUPMGEN_TR0', \
    MAPPING 'MAP_AUPMGEN_TR0_CPF', \
    MAPPING 'MAP_AUPMGEN_TR0_CPF_PERF', \
    MAPPING 'MAP_AUPMGEN_TR_CPF_PERF', \
    MAPPING 'MAP_AUPMVEH_LIB', \
    MAPPING 'MAP_AUPMVEH_LIB_CPF', \
    MAPPING 'MAP_CHARGED_PREMIUM_FACT_TR1', \
    MAPPING 'MAP_IA_POLICY_TERM_LKP_2', \
    MAPPING 'MAP_SA_POLICY_SALES_CHAN_LIB', \
    MAPPING 'MAP_SIPGED_DAILY_2_LIB', \
    MAPPING 'MAP_SIPGED_LIB', \
    MAPPING 'MAP_SIPGED_TR', \
    MAPPING 'MAP_SIPRES_LIB', \
    MAPPING 'MAP_SIPVES_LIB', \
    MAPPING 'MAP_WA_CLAIM_FACT_TR1', \
    MAPPING 'MAP_WA_DRIV_VEH_FACT_TR1', \
    MAPPING 'MAP_WDC1_CLIENT_LIB', \
    MAPPING 'MAP_WDC1_CLIENT_LICC_LAST_VERS', \
    PROCESS_FLOW_MODULE 'NEW_ARCH_WF', \
    PROCESS_FLOW_PACKAGE 'DAUTO', \
    PROCESS_FLOW_PACKAGE 'WAUTO') \
    OUTPUT LOG TO 'C:/TEMP/DELTA_RS52_LICC2_exp.log'
    #now to import,still with OMBPLUS,
    OMBCONNECT my_user/My_password@host:port:SID
    OMBIMPORT MDL_FILE 'C:/temp/DELTA_RS52_LICC2.mdl' USE UPDATE_MODE OUTPUT LOG TO 'C:/temp/DELTA_RS52_LICC2_imp.log'
    Hope this is what you wanted
    Michel

  • What is happening about: The GNU Bourne Again Shell (Bash) is a command line utility widely used in many Unix-based operating systems including Linux and OS X.  Researchers have discovered a critical flaw in Bash which could allow remote code executi

    Authoritative advice today:
    The GNU Bourne Again Shell (Bash) is a command line utility widely used in many Unix-based operating systems including Linux and OS X.
    Researchers have discovered a critical flaw in Bash which could allow remote code execution by an unauthenticated user
    APPLE response?

    Also see:
    http://www.macrumors.com/2014/09/26/apple-os-x-users-safe-bash-flaw-update-soon/
    If you are not running a web server
    If you have not enabled CUPS web interface
    If you do not allow anonymous users to ssh into your Mac.
    If all are no, they you are not at risk.
    This IS a very serious bug for web servers, but the typical consumer Mac user is not at risk.

  • Types of Command Line Utility Projects in Xcode

    Hello. Question:
    There are five types of projects within the Command Line Utility section in Xcode. One is the Standard Tool project, which I know is written in C. Another is the C++ Tool, which is written in C++. Here's my question -- what language are the other three written in (Foundation Tool, CoreFoundation Tool, and Core Services Too)? If I understand correctly, the Foundation Tool project type uses Objective-C -- I found this interesting, because I thought Ojective-C only worked with Cocoa Apps with GUIs and what not. Wouldn't Objective-C be kind of wasted on a command line app (to some extent at least)? Also, if the Foundation Tool project does use Objective-C, then what language do the CoreFoundation and Core Services project types use?

    I don't think you'll get any errors. Those are just templates. You can use any kind of source code in any project.
    That's what I originally thought, but then I tried using Objective-C code in a Standard Tool project out of curiosity and it didn't work. Also, when you are creating a project, for the description under Standard Tool project, it says something like "creates a Standard Tool project written in C" and similar descriptions with other projects with other languages -- what's the point in having that if you can use any variation of C in any project? Also, what would be the point in having the different standards options (like we were discussing in another thread, \[-std=c99\] and what not) if any code can be used in any project? I mean, surely Objective-C and C++ specific code isn't part of the C89 or C99 standard, right? Just trying to understand how all this works...
    edit: I'm just going back and adding this now. I was re-reading over this post and I was thinking that maybe the answer to my question is that it depends on the file type for the source code -- could that be it? So in other words, you can use any kind of code within any project if you create a file that holds that kind of code, and a certain project template simply creates a project with that type of code file already created (so, in other words, a Standard Tool project written in C, for example, simply creates a template project for you with a .c source code file already added, nothing more -- is that right?). So, then, within a .c file, for example, you can only use C code, and within a .m file only C/Objective-C code, and so forth, right? If I've got the right idea with all that, then I think I understand; if not, then I'm still a bit confused. Sorry, I know this is probably incredibly basic, but I'm trying to learn.
    Thanks for all your answers, by the way, etresoft. Your help is very much appreciated.
    Message was edited by: Tron55555

  • Security on HBR using Command Line

    Is it possible to setup and remove HBR security using command line? There is a command line utility to launch HBRs, Is there a similar way to update security programmatically, rather than manually changing it.

    Unfortunately you can't set the security by command line, in V11 you can use LCM to export/import business rules which contain provisioning but this a is a full rule and it is not so clever at overwriting if the rule already exists.
    If you are on V11 and using calc manager then you can use a utility to import the security.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while creating pool using command line

    I am trying to create connection pool using command line as :
    %JAVA_HOME%\bin\java weblogic.Admin -url %serUrl% -username %serUser% -password %serPwd% CREATE_POOL "XXXXXXXX" url=%DB2Url%,driver=com.ibm.db2.jcc.DB2Driver,testConnsOnReserve=true,testTableName=SYSTABLES,initialCapacity=2,maxCapacity=50,capacityIncrement=2,allowShrinking=true,props=user=%DB2Usr%;password=%DB2Pwd%
    This was working fine in 8.1 ,but when i am using same in 9.2 it gives following error in console:
    ======================================================
    <Feb 2, 2007 9:58:11 AM IST> <Error> <Deployer> <BEA-149265> <Failure occured in
    the execution of deployment request with ID '1170390490712' for task 'weblogic.
    deploy.configChangeTask.0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:268)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:360)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:56)
    Truncated. see log file for complete stacktrace
    weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class:
    com.ibm.db2.jcc.DB2Driver
    at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:2
    92)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(Connect
    ionEnvFactory.java:77)
    =====================================================
    when i am again trying to start server , its unable to start.
    Anybody have idea why this exception is coming.

    Hi ,
    Please check the FSV (field status variant) for your company code in OBY6 .
    then go to transaction code OB14 --> enter the FSV --> Check if field status group G006(Material account) is maintained there or not.
    if not please maintain it.
    Thanks & Regards
    Anshu

  • Robohelp HTML command-line utility overwrites merged files in .hhp file with absolute paths. Any way to prevent this?

    I have a Robohelp 11 HTML project which uses merged CHM files. I have a help build script which compiles this project using the RH command-line utility. Whenever this runs, RH overwrites the names of the merged CHM files in the .hhp file to use absolute paths (even if the .hhp file is read-only!). I've searched Adobe forums and this appears to be a RH bug. In my case, it doesn't stop the project performing the merge, but it looks like it causes problems when searching the resultant parent CHM (topics matching the search simply don't show up in child projects), as the search cannot necessarily find the merged files referenced in the .hhp when someone performs the search on a different machine. I notice that if I compile via the RH UI, the .hhp entries are not overwritten. So, a workaround is to do the build manually. However, we'd like to automate our help build. Is there any way to prevent the command-line compiler overwriting the merge file entries in the .hhp?

    This was a problem with Rh9, see Item 13 at Using RoboHelp 9
    I haven't seen it reported since but maybe something at that link will help.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to duplicate a target and add resources in xcode using command line?

    I am trying to use command line tools to create, add resources, build, archive and export to ipa in xcode. I could do the Build, Archive and Exporting to IPA through the command line tools(xcodebuild). But I also wanted to duplicate the target in the same project,add a new Info.plist to the duplicated target resource through command line itself. How to do it? I could not find any valuable answers by Googling. I could not find any proper documentation also in Apple Sites.
    Is there any tools that can be used to perform these? I don't want to use the UI. Please, help me out.

    The Mac App Store is not appropriate for command line tools. You can use any language you want.

  • How can I create a NetBoot image using command line tools?

    Is it possible to create a NetBoot image entirely using command line tools?
    (That is, without using the SystemImageUtility)
    If so, are there reasonable instructions posted somewhere?
    I don't believe I can use SystemImageUtility with my current setup,
    but I would be happy to hear how I could:
    I have a set of Xserve clusternodes but without optical drives or video cards.
    One node acts as the head, running DHCP, DNS, OpenDirectory, Xgrid.
    They are wired to a gigabit switch.
    I have a PowerBook connected on the subnet which has ServerAdmin Tools installed.
    I don't think when I run SystemImageUtility on my PowerBook that I can successfully image one of the clusternodes disks over the network.
    I have tried to start one node in target(Firewire) mode, connect it via Firewire
    to the head node, and run hdiutil from the head node to make a complete disk image of the clusternode's drive.
    But a NetBoot image requires the whole nbi file, right?
    Could I then use copy this disk image to my PowerBook and use SystemImageUtility on my PowerBook to create a NetBoot image from it?
    I really have tried to read the PDFs, but I found the section on System Imaging in the Command Line Reference rather unhelpful.
    Thanks for anyones help.
    dmaus
      Mac OS X (10.4.4)  

    To create a NetBoot image, you could just put the cluster node in target mode and attach it to your PowerBook. Then use SIU to create the NetBoot image.
    If you're trying to create a backup image of the disk, use hdiutil, or put in in target mode and create the image with Disk Utility.

  • Compiling FLA and AS files to SWF file using command line

    I need to encorporate the .as sources and .fla file, into my
    build environment, to compile the SWF file.
    Right I have to Open Flash 8 to perform this and copy the SWF
    created through the compilation process.
    Compiling FLA and AS files to SWF file using command line is
    my main purpose. If there such a utility there, does it exist for
    Linux and Windows.

    Try
    Flash
    Command or
    Flash
    Shell Extension
    We use an enhanced version of Flash Command internally, of
    which we fixed the bug of Mike Chamber's Flash Command which cannot
    be run in .NEt 2.0 and added some other functionality. Once we are
    comfortable with it, we will release it to the public.

  • OWB command-line utility

    How to execute the OWB projects/modules/objects from command line.
    After creation of objects for particular module (source, target, mapping and transformations...etc.,) in OWB, is there any command-line utility to execute that module from command-line instead of OEM, so that any another application can invoke the ETL process.

    Jagan,
    Check out the sqlplus_exec_template.sql in <owb home>\owb\rtp\sql. You can run this from the command line.
    Thanks,
    Mark.

Maybe you are looking for

  • Macbook Pro stolen, How can I pass my Ipad info to my new Macbook?

    Hi guys, Last october my loved 10 month old Macbook Pro (also my first apple computer) was stolen. The guy who this this never get on line, so I could not track my computer. (I still try to locate my Macbook every day on Iclud, But no luck) After a f

  • Inbox and Drafts show unread message count of all folders within. Can I get the local folders to do this too?

    I'm filtering mail into folders in the local folder tree. There may be two or three levels, e.g., Local Folders -> Lists -> OS -> MacOSX. Mail that is unread in the MacOSX folder is counted and displayed when the MacOSX folder is visible. However, ke

  • I-photo wont close

    It locks up. Force quit wont open unless I open another program, then force quit will open and allow me to force quit I-Photo. Thanks in advance, Bill

  • Openening pdf in iBooks from within Safari

    After installing IOS5, I am not able anymore to open a pdf-file, which I opened in the Safari webbrowser, in IBooks. In IOS4 I used this a lot, but this does not seem to work anymore! Anybody having the same trouble? And even better: anybody having a

  • Is this possible with iFS?

    I have aw web site to do for a customer and I am pretty sure iFS fits the bill, but not totally sure. My customer is a mechanical drafting firm that needs to have a versioning system to track changes made to CAD drawings. I would like to use iFS to c