Can we deploy a mapping through Command Prompt

Can we deploy a mapping through Command Prompt. If so pls tell me how
Thanks in Advance

Hi,
when deploying mappings from the coomand line or when i try to run some other script in OMBPlus i usually do the following:
* Create a .bat file that will call your tcl script it will look something like this:
rem @echo off
cd <owb_install_dir>\owb\bin\win32\
rem your script file
call OMBplus "<path to your script>\scripts\DeployMapping.tcl"
cd <path to your script>\scripts\
* Create a .tcl file that will do the following:
OMBCONNECT <user>/<passowrd>@<server name>:<port>:<Service Name>;
OMBCC 'MY_PROJECT';
#Deploy Mapping
OMBCONNECT CONTROL_CENTER <control_center_username/control_center_password>@<server name>:<port>:<service name> USE REPOS '<design repository user>';
set om "<sub_location>";
OMBCC '$om';
set m "Mapping Name";
puts " Deploying Mapping: $m";
puts "";
OMBCREATE TRANSIENT DEPLOYMENT_ACTION_PLAN '$m' ADD ACTION 'MAPPING_DEPLOY' SET PROPERTIES (OPERATION) VALUES ('REPLACE') SET REFERENCE MAPPING '/MY_PROJECT/$om/$m';
catch { OMBDEPLOY DEPLOYMENT_ACTION_PLAN '$m' } ex;
puts " $ex";
OMBDROP DEPLOYMENT_ACTION_PLAN '$m' ;
OMBDISCONNECT CONTROL_CENTER;
OMBCOMMIT;
For more information refer to the OMBPlus reference documentation
Hope this helps
Regards,
Ricardo Ferreira

Similar Messages

  • Start weblogic server in debug mode through command prompt

    Hi,
    Please help me in starting the weblogic server in debug mode through command prompt.I am using weblogic 10.3.6 app server.
    Thanks

    Hi,
    To debug weblogic startup issues you can pass the below jvm arguments:
    -Dweblogic.slc=true
    -Dweblogic.debug.DebugServerLifeCycle=true
    Debug options are available in weblogic based on the subsystem, such as security, jms, jdbc, deployment..etc
    You can refer to :
    https://blogs.oracle.com/vijaya/entry/weblogic_web_service_debug_flags
    Thanks,
    Sharmela

  • Error to execute the script through command prompt

    I tried to execute the script through command prompt. I got some following error. Could you please advice me how to rectify this.
    cscript D:\JS\Test.js
    Microsoft (R) Windows Script Host Version 5.6
    Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
    D:\JS\Test.js(1, 1) Microsoft JScript runtime error: 'app' is undefined.
    Thanks,
    Prabudass

    I haven't use CS for quite some time and file associations may not work with the command prompt.
    You can try using Windows Explorer to browse to a .js file then right click on that file. From the popup menu choose Open With. Even if you see Photoshop in the file list choose Browse at the bottom. Browse to Photoshop and make sure to check 'Always use selected program...'
    If that doesn't work you will need to create an action that runs your script and make a droplet from that action. You can then use the droplet in the command prompt. You may also need to create a 'dummy' image file to launch the droplet with if you script doesn't require an open document at startup. See http://www.ps-scripts.com/bb/viewtopic.php?t=967

  • How to call the javascript through Command prompt?

    I need to call the .js file through command prompt. And also through programming language like c++, java. Could you please advice me with samples.This is for "illustrator cs".

    You can also look into use of COM scripting interface to the Adobe programs. Unfortunately, this means you have to do some programming/scripting to create a (command line) script that you can execute like
    cscript C:\somePath\myScriptLauncher.vbs  C:\somePath\anAdobeScript.jsx
    or
    cscript C:\somePath\myScriptLauncher.js  C:\somePath\anAdobeScript.jsx
    the scripts can be written in VBScript (*.vbs) or Microsoft JScript (*.js) which can access COM objects thus the Adobe program's COM APIs.
    Nothing purely simple as a command line option in this solution. But it does offer customization as an advantage.
    This might be a slightly useful reference.
    http://stackoverflow.com/questions/3846626/is-it-possible-to-execute-jsx-scripts-from-outs ide-extendscript
    there's one post mentioning COM in there.
    And of course, you can also use COM through C++, Java, C#, Visual Basic, etc. as well, not restricted to VBScript and JScript, though I've found it's easier to use the latter two for COM.

  • Run the report through command prompt on Linux

    can anyone tell me how can run report through command prompt (Reort server is on Linux)?
    that thing I want to implement in form calling report.
    Please guide about it..

    hi,
    There is a lots of documents available in the Internet for the same.
    Regards,
    Soumyajit

  • How we can create Oracle 9i Database through Commands.

    How we can create Oracle 9i Database through Commands.
    We need step by step process and all the scripts.

    CREATE DATABASE
    Caution:
    This statement prepares a database for initial use and erases any data currently in the specified files. Use this statement only when you understand its ramifications.
    Note Regarding Security Enhancements:
    In this release of Oracle and in subsequent releases, several enhancements are being made to ensure the security of default database user accounts.
    To provide guidance for configuring Oracle9i in a secure manner, Oracle Corporation provides a security checklist. Oracle Corporation recommends that you read this checklist and configure your database accordingly. The security checklist can be found at the following URL:
    http://otn.oracle.com/deploy/security/oracle9i/pdf/9iR2_checklist.pdf
    Examples
    Creating a Database: Example
    The following statement creates a database and fully specifies each argument:
    CREATE DATABASE sample
    CONTROLFILE REUSE
    LOGFILE
    GROUP 1 ('diskx:log1.log', 'disky:log1.log') SIZE 50K,
    GROUP 2 ('diskx:log2.log', 'disky:log2.log') SIZE 50K
    MAXLOGFILES 5
    MAXLOGHISTORY 100
    MAXDATAFILES 10
    MAXINSTANCES 2
    ARCHIVELOG
    CHARACTER SET AL32UTF8
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE
    'disk1:df1.dbf' AUTOEXTEND ON,
    'disk2:df2.dbf' AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED
    DEFAULT TEMPORARY TABLESPACE temp_ts
    UNDO TABLESPACE undo_ts
    SET TIME_ZONE = '+02:00';
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_55a.htm#SQLRF01204
    Joel P�rez

  • How to check all subsites data through command prompt

    I am using MOSS 2007 ,we don't have powershell,  I have to check the size of all subsites size. I run the command in command prompt
    C:\programfiles\commanfiles\microsoftshared\webserverextensions\12\BIN>stsadm -o enumsubwebs -url
    http://abc.xyz.com
    I got all subsites urls, but i need all url's size also. How to do through command prompt?

    Hi Ravikiran,
    The codeplex solution is a custom solution built using SharePoint Server object model, you can download the code also from the following location.
    http://spusedspaceinfo.codeplex.com/releases/view/20413
    The following is the code from the above project.
    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.IO;
    using Microsoft.SharePoint;
    using System.Diagnostics;
    using Microsoft.SharePoint.Administration;
    using System.Collections.Generic;
    namespace SPUsedSpaceInformation
    class Program
    static void Main(string[] args)
    SPFarm farm = SPFarm.Local;
    SPWebService service = farm.Services.GetValue<SPWebService>("");
    Console.WriteLine("Select a Web Application:");
    Console.WriteLine("-------------------------");
    int n = 1;
    List<Guid> webAppIds=new List<Guid>();
    foreach (SPWebApplication webApplication in service.WebApplications)
    Console.WriteLine(string.Format("{0}) {1}", n, webApplication.DisplayName));
    webAppIds.Add(webApplication.Id);
    n++;
    int quit=n;
    Console.WriteLine(string.Format("{0}) Quit",n));
    Console.WriteLine("? ");
    int choice1 = 0;
    while (true)
    string choice2 = Console.ReadLine();
    if (int.TryParse(choice2, out choice1))
    if (choice1 > 0 && choice1 < quit)
    SPWebApplication webApplication = service.WebApplications[webAppIds[choice1 - 1]];
    Console.WriteLine("Select a Site Collection:");
    Console.WriteLine("-------------------------");
    n = 1;
    foreach (SPSite site in webApplication.Sites)
    Console.WriteLine(string.Format("{0}) {1}", n, site.Url));
    n++;
    quit=n;
    Console.WriteLine(string.Format("{0}) Quit",n));
    Console.WriteLine("? ");
    choice1 = 0;
    while (true)
    choice2 = Console.ReadLine();
    if (int.TryParse(choice2, out choice1))
    if (choice1 > 0 && choice1 < quit)
    SPSite siteColl = webApplication.Sites[choice1 - 1];
    DataTable tableStorage = siteColl.StorageManagementInformation(SPSite.StorageManagementInformationType.Document, SPSite.StorageManagementSortOrder.Decreasing, SPSite.StorageManagementSortedOn.Size, 0xf4240);
    Hashtable ht = new Hashtable();
    foreach (DataRow dr in tableStorage.Rows)
    if (ht[dr["WebUrl"].ToString()] == null)
    ht[dr["WebUrl"].ToString()] = (double)dr["TotalSize"];
    else
    ht[dr["WebUrl"].ToString()] = ((double)ht[dr["WebUrl"].ToString()]) + ((double)dr["TotalSize"]);
    string folderPath = string.Concat(new object[] { Directory.GetCurrentDirectory(), Path.DirectorySeparatorChar, "Listings" });
    if (!Directory.Exists(folderPath))
    Directory.CreateDirectory(folderPath);
    using (StreamWriter writer = File.CreateText(string.Concat(new object[] { folderPath, Path.DirectorySeparatorChar, "SitesListingsUsage", DateTime.Now.ToString().Replace("/", "-").Replace(":", "-"), ".csv" })))
    foreach (string key in ht.Keys)
    writer.WriteLine(string.Format("{0};{1}", key, ht[key].ToString()));
    SPWeb currentWeb = siteColl.RootWeb;
    using (currentWeb)
    using (StreamWriter writer = File.CreateText(string.Concat(new object[] { folderPath, Path.DirectorySeparatorChar, "SitesListingsInfo", DateTime.Now.ToString().Replace("/", "-").Replace(":", "-"), ".csv" })))
    string separation = string.Empty;
    ListWebs(currentWeb, separation, writer);
    Console.WriteLine("Press a touch to quit...");
    Console.ReadLine();
    Process.Start(folderPath);
    return;
    else if (choice1 == quit)
    return;
    else
    Console.WriteLine("? ");
    else
    Console.WriteLine("? ");
    else if (choice1 == quit)
    return;
    else
    Console.WriteLine("? ");
    else
    Console.WriteLine("? ");
    private static void ListWebs(SPWeb Web, string Separation, StreamWriter Writer)
    string ownersMail = string.Empty;
    SPGroup ownerGroup = null;
    ownerGroup = Web.AssociatedOwnerGroup;
    if (ownerGroup == null)
    foreach (SPRoleAssignment roleAssignment in Web.RoleAssignments)
    if ((roleAssignment.Member is SPGroup) && roleAssignment.Member.Name.ToLower().Contains("owner"))
    SPGroup group = (SPGroup)roleAssignment.Member;
    foreach (SPUser user in group.Users)
    if (!string.IsNullOrEmpty(user.Email))
    if (string.IsNullOrEmpty(ownersMail))
    ownersMail = user.Email;
    else
    ownersMail = ownersMail + "," + user.Email;
    break;
    else
    foreach (SPUser user in ownerGroup.Users)
    if (!string.IsNullOrEmpty(user.Email))
    if (string.IsNullOrEmpty(ownersMail))
    ownersMail = user.Email;
    else
    ownersMail = ownersMail + "," + user.Email;
    string accessRequestMail = string.Empty;
    if (Web.RequestAccessEnabled)
    accessRequestMail = Web.RequestAccessEmail;
    string authorMail = string.Empty;
    try
    authorMail = Web.Author.Email;
    catch { }
    Writer.WriteLine(string.Format("{0};{1};{2};{3};{4};{5};{6}", new object[] { Web.Title, Web.Url, authorMail, Web.Created.ToString(), accessRequestMail, Web.LastItemModifiedDate.ToString(), ownersMail }));
    Console.WriteLine(string.Format("{0};{1};{2};{3};{4};{5};{6}", new object[] { Web.Title, Web.Url, authorMail, Web.Created.ToString(), accessRequestMail, Web.LastItemModifiedDate.ToString(), ownersMail }));
    foreach (SPWeb childWeb in Web.Webs)
    ListWebs(childWeb, Separation + "--", Writer);
    Please don't forget to mark it as answered, if your problem resolved or helpful.

  • Javafx through command prompt

    Hi,
    untill now i have used NetBeans for developing javafx applications,
    i want to know how to run javafx applications through command prompt.
    what are the requirements?
    which environment variables to be set?
    and commands to compile and run javafx applications?
    thank you.

    There are some detail steps to run your javafx from command line.
    Firstly Create new file with some javafx source code and save them to specific to your Class name . For eg Test.java with package name test
    Let's assume my javafx is inside C:\Program Files\Oracle directory
    I'll tell you in environment of Window:
    Open CMD
    Let's assume you are in right directory
    set JAVAFX_LIB = C:\Program Files\Oracle\rt\lib\jfxrt.jar
    javac -cp "%JAVAFX_LIB%" -d . Test.javaNow goto directory of javafx sdk/bin . There must be javafxpackager.exe
    javafxpackager -createjar -srcdir <your src dir> -appclass test.Test -outfile <your file name>.jar -outdir <your output dir>Now run the jar file . It will run great.
    Thanks
    Narayan

  • Generate the fmx through command Prompt

    Hi,
    I am using Oracle forms6i, Oracle 10g Database and Windows (OS).
    Is it possible to compile the FMB file through command Prompt.
    And then i need to move the fmx files to server through command prompt.
    Thanks,
    Ansaf.
    Edited by: Ansaf on Jan 24, 2012 5:20 PM

    Ansaf wrote:
    Hi,
    I created the batch file as per your code and i changed only the useridn/password@db.
    I run the batch
    But i cant find the fmx file.Sorry i post the 10g batch compiler
    From where u run the batch file ? It should be in that folder where you .fmb exist.
    If then don't work. add the location path before the ifcmp60.exe
    Here is the 6i compiler
    Echo compiling forms ....
    for %%f IN (*.fmb) do C:\ORANT\BIN\ifcmp60.exe userid=mail/tti@ait module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation completechange the ifcmp60.exe path as you have
    Hope it will works for you
    If someone's response is helpful or correct, please mark it accordingly.
    Edited by: HamidHelal on Jan 24, 2012 8:12 PM

  • How to create create oracleserviceSID manually through command prompt

    Hello Experts ,
    We want to create oracleserviceSID manually through command prompt in our BIW 3.5 server based on oracle 9.2 . wts the procedure of create this oracle service manually . Requested to revert at earliest as this is very urgent .
    points guaranteed .
    Regards,
    Somya

    hi
    i guess that your q's is how to create oracle service source id if the system is already connected to your BW server?
    to assign the source id to the source system goto tools in your DWB->assignment of source id to source system->assign the SID there
    to create a new one press F5 from the same screen & give the logical system name.
    check
    SAP Note 518241 for establishing the connection

  • Deploy EAR file through command line

    Hello Gurus,
    We have external consultants helping us with Java development of a certain application on our CRM system. Usually I would deploy this file through SDM (RemoteGUI). Is there a way to do this on a command line?
    Thanks much.
    Arvind.

    Hello Community,
    the sdm utility allow this, but it can be executed only if SDM server is stopped and it is in standalone mode... a bit too complicated, but it works
    StopServer.sh
    sdm.sh jstartup mode="standalone"
    sdm.sh deploy file=<full path to file to be deployed>
    sdm.sh jstartup mode="integrated"
    StartServer.sh
    You can find the sdm utility in <sdm_home>/program and the documentation in <sdm_home>/program/doc
    Regards,
    Valerio

  • I have an hp p3005dn printer. how can i print to "lpt1" in command prompt mode. win 7.

    I am trying to get my printer so I can print to it from "Command Prompt".  I have done the "Port" thing to allow Windows to accept "LPT1" as an alternate printer spool name.  I know there are a command or two that are required in Command Prompt itself, but I do not know them.  Can anybody help with the commands required in Command Prompt.
    Thanks

    Hello Greenwood Newton HS,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Best of luck,
    Mario

  • Can Only Add Cert Template through Command Line (Can't use GUI)

    I am hoping somebody can figure this issue out.
    We have a Server 2008 Enterprise 32 Bit server running AD certificate Services.  Plan was to migrate the server to 2012 R2 (64 bit).  I went through the migration guide and everything was going great until I went to add a new template after the
    fact.  After duplicating a template and changing the settings, I went to Cert Templates on the CA and did a:  new --> Certificate Template to Issue.  Sadly, the cert I created did not show up.  I deleted it, and did it again, still it
    did not show up.  I figured something was wrong with the migration since this work previously, so I followed the guide and recovered everything back to my original 2008 Enterprise server. 
    Everything is back to where it was before except this problem of not being able to add new certs to issue through the GUI has stayed.  I can add them using command line: 
    certutil -setcatemplates +TemplateName  and they show up and are usable.
    Why can't I do this through the GUI? 

    Hi,
    In additon to above suggestion, hope the below link be helpful also:
    Can’t Create a New Certificate Template to Issue?
    Regards,
    Yan Li
    TechNet Subscriber Support
    If you are
    TechNet Subscription
    user and have any feedback on our support quality, please send your feedback
    here.
    Regards, Yan Li

  • Database creation through command prompt

    Dear all,
    When i tried to create the database through comand prompt , till startu nomount stage it went fine after that when i issued create database command
    the following error occurred
    *ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced*
    Please help..i have checked alert log and i even googled it , could not find it ....
    Regards,
    Vamsi.

    Dear azar,
    See the alert.log file.
    *create database oradb
    logfile group 1 ('C:\oracle\product\10.2.0\oradata\oradb\redo1.log') size 10M,
    group 2 ('C:\oracle\product\10.2.0\oradata\oradb\redo2.log') size 10M,
    group 3 ('C:\oracle\product\10.2.0\oradata\oradb\redo3.log') size 10M
    character set WE8ISO8859P1
    national character set utf8
    datafile 'C:\oracle\product\10.2.0\oradata\oradb\system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    extent management local
    sysaux datafile 'C:\oracle\product\10.2.0\oradata\oradb\sysaux.dbf'
    size 10M
    autoextend on
    next 10M
    maxsize unlimited
    undo tablespace undo
    datafile 'C:\oracle\product\10.2.0\oradata\oradb\undo.dbf'
    size 10M
    default temporary tablespace temp
    tempfile 'C:\oracle\product\10.2.0\oradata\oradb\temp.dbf'
    size 10M
    Sun May 22 12:48:21 2011
    Database mounted in Exclusive Mode
    Sun May 22 12:48:22 2011
    Successful mount of redo thread 1, with mount id 2505041684
    Assigning activation ID 2505041684 (0x954fe714)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORADB\REDO1.LOG
    Successful open of redo thread 1
    Sun May 22 12:48:23 2011
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sun May 22 12:48:23 2011
    SMON: enabling cache recovery
    Sun May 22 12:48:23 2011
    create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\oradata\oradb\system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sun May 22 12:48:25 2011
    Completed: create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\oradata\oradb\system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    EXTENT MANAGEMENT LOCAL online
    Sun May 22 12:48:25 2011
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sun May 22 12:48:27 2011
    Thread 1 advanced to log sequence 2
    Current log# 2 seq# 2 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORADB\REDO2.LOG
    Sun May 22 12:48:29 2011
    CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\oradata\oradb\undo.dbf'
    size 10M
    Sun May 22 12:48:29 2011
    ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\oradata\oradb\undo.dbf'
    size 10M
    Sun May 22 12:48:29 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\udump\oradb_ora_2412.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Sun May 22 12:48:29 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\udump\oradb_ora_2412.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5792
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_pmon_2152.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_reco_1432.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_smon_1568.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_ckpt_3724.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_lgwr_2172.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_dbw0_2316.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:30 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_mman_1868.trc:
    ORA-01519: error while processing file '' near line
    Sun May 22 12:48:31 2011
    Errors in file c:\oracle\product\10.2.0\admin\oradb\bdump\oradb_psp0_3464.trc:
    ORA-01519: error while processing file '' near line
    Instance terminated by USER, pid = 2412
    ORA-1092 signalled during: create database oradb
    logfile group 1 ('C:\oracle\product\10.2.0\oradata\oradb\redo1.log') size 10M,
    group 2 ('C:\oracle\product\10.2.0\oradata\oradb\redo2.log') size 10M,
    group 3 ('C:\oracle\product\10.2.0\oradata\oradb\redo3.log') size 10M
    character set WE8ISO8859P1
    national character set utf8
    datafile 'C:\oracle\product\10.2.0\oradata\oradb\system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    extent management local
    sysaux datafile 'C:\oracle\product\10.2.0\oradata\oradb\sysaux.dbf'
    size 10M
    autoextend on
    next 10M
    maxsize unlimited
    undo tablespace undo
    datafile 'C:\oracle\product\10.2.0\oradata\oradb\undo.dbf'
    size 10M
    default temporary tablespace temp
    tempfile 'C:\oracle\product\10.2.0\oradata\oradb\temp.dbf'
    size 10M...
    Regards,
    Vamsi.

  • Satellite L - Can I add new accounts via command prompt?

    Is there a way that I can add new accounts to the machine via the command prompt on the "recovery" screen?
    (When you boot up into recovery mode and select command prompt)
    I tried the normal commands "net user username /add" but the accounts are not added to the machine.
    Is there another command that can be used?
    Thanks.

    Hi
    Im not sure if it will work using the Recovery console. In my opinion it's not possible.
    As far as I know you can add the user and the password using the CMD but this would function only when Windows OS has been loaded.
    In such case you can use this command to add user account: +net user username /add+
    If you want to add a password to the new user account then you have to use this path: +net user username password /add+

Maybe you are looking for

  • "Trust this computer" message in iPhone 5 each time it's plugged, not recognized by iTunes

    iPhone 5 using iOS7 is not recognized by iTunes. It keeps popping up "Trust this computer" message each time I plug it in to my laptop (Windows 8). It shows in my devices in my computer. Both my iPad with Retina display and iPod touch 5th generation

  • Using Skype with iPhone 3Gs

    I have been reading a lot of conflicting statements as it relates to the ability to make calls at WiFi hotspots using Skype on a 3Gs phone...anybody have any recent experience with this - positive or negative?

  • CS-5 64 bit / 32 bit QUESTION.

    If I choose to install only the 64 bit version of CS-5 in Win 7 64 bit; and in the future I decide I want the 32 bit version as well, for some reason--- Is it possible to "Add / Install the 32 bit version without doing an Uninstall of the 64 bit vers

  • Apply the 10.2.0.5 patchset to database with 10.2.0.1 OWB Repository

    We are planning to apply the 10.2.0.5 patchset to our 10.2.0.4 Data Warehouse database (10.2.0.4 ORACLE_HOME) that contains the 10.2.0.1 OWB Design and Runtime Repository (owbowner and owbrt_sys) schemas. The 10.2.0.1 OWB_HOME is a separte installati

  • How to install Ipod Mini 6GB 1500 Songs PC Mac?

    How to install Ipod Mini 6GB 1500 Songs PC Mac? My husband bought not yet open until now,still packaging and have price label $244.00 on it. I wonder to using it,because waste money.I can't find online program on Apple store,all of the program for ne