Rename Instance

We copied our 8.0.5 database to a new faster NT machine, but I need to know how to change the instance name on the old production machine so it can be utilized as the new test system. I can't remember if it involves editing the control files, the init.ora file or changing the database name after the instance is started. Any step by step or link to Oracle White Pages will be appreciated.

Hi,
you have to update your tnsnames.ora,listner.ora files.
steps which are required ..
1. alter database bakup control file to trace.
2. create a service for newly named database by using oradim utility.
3.create a password file if you are using os authentication by orapwd utility.
3. make changes in your init.ora file with your newly database name and instance name.
4.stop the services for the old database.
5.start the service which for new datasbe.
6.startup nomount pfile='place your pfile'
7.make changes in the control file which is created by
alter database backup ctfile to trace.'change the reuse database with set database "whatever the databas name" resetlogs with noresetlogs.
8.copy and paste this file.
9.open your database.
10.query select name from v$database;
11. your database name has been changed.
thanks ....

Similar Messages

  • Renaming instance variable VS use of "this."

    Open Topic:
    Do you prefer this code?
    private var _myVar:int;
    public function myClassConstructor(value:int) {
         _myVar = value;
    or this code? (JAVA style)
    private var myVar:int;
    public function myClassConstructor(myVar:int) {
         this.myVar = myVar;
    Discuss the pros and cons, especially if performance is involved.
    You have 10 minutes... I will be collecting the papers

    Bertrand G. wrote:
    So no one is concerned about any performance issues using 'this'... I have seen somewhere that using 'this' in C++ is not as efficient as renaming the variable, because it makes an object instantiation or something like that.
    Most people will go for clarity of purpose in the code in preference to performance, simply because performance is not a critical factor for MOST purposes.
    I personally prefer using this for the setters and getters, this way I can have the same variable name for both the method parameters and the class variable.
    Just my 2 cents...
    I think the usual practice for getters and setters is to have a private variable for the instance variable and to name it with an underscore prefix to indicate that the variable is private. In that way references to the private variable are distinct to the variable name used in the setter and getter. In any event, in my setter I invariably name the parameter with the new value "newValue" or "newWhatever", some people just use "pWhatever" to indicate that variables have been passed as parameters, so the use of "this" is not required.
    I don't see the use of "this" as particularly relevant to performance, or getters and setters, and I would recommend naming private variables with an underscore prefix to indicate the use of a private instance variable, though not everyone follows this convention and may use other conventions, or indeed no convention at all.
    Paul

  • Renaming multiple instances on stage

    Hi there,
    I was wondering whether there was a way to rename instances that are physically on the stage other than the laborious clicking on the symbol and then changing it in the properties panel.
    For example, I have thirty buttons in one frame with the names: s1b1, s1b2, s1b3, s1b4 etc to s1b30.
    I've copied and pasted these to a separate frame, where I now want their instance names to be s2b1, s2b2, s2b3, s2b4 ...
    Ideally what I'm looking for is a way to highlight all the buttons I need to change the name of, and then do a find and replace on the instance name for 's1' to 's2'.
    Is there any way to automate this process or am I in for the long haul? :-(
    Thanks in advance
    Alex

    Found the answer, so will post it here in case it's any use to anyone else.
    Someone (MichaelxxOA) very helpfully wrote a Flash command script that does this.
    http://www.actionscript.org/forums/showthread.php3?t=111969
    var removeString = "s1"; // Find
    var replaceString = "s2"; // Replace
    var items = fl.getDocumentDOM().selection;
    for (var i=0; i<items.length; i++) {    var pos = items[i].name.indexOf( removeString  );
    if ( pos != -1 )    {       items[i].name = items[i].name.split( removeString ).join( replaceString );
    In a text editor, save this as a .jsfl file called InstanceRenamer (or something) in your Flash / Common/ First Run / Commands folder.
    Then select the buttons you wish to find replace on in Flash and run this command from the Commands panel in Flash.
    Just change the first two lines in a text editor everytime you want to change the find/replace terms and run again.

  • Creating the Windows Service for the Database Instance

    Hello, I am using the PeopleTools 8.52 Installation for Oracle documentation and was in Task 6A-2: Creating the Windows Service for the Database Instance.
    After I type in
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    I had encountered these errors:
    OPW-00005: File with same name exists - please delete or rename
    DIM-00019: create service error
    O/S-Error: (OS 1073) The specified service already exists.
    Please advise.... Thank you in advance!

    Hi, thank you for your reply!
    After I typed oradim -delete -sid ORCL, it shows this:
    Unable to stop service, OS Error = 1062
    Instance deleted.
    Then, I:
    Set ORACLE_SID=ORCL
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    Then, it shows:
    OPW-00005: Files with same name exists - please delete or rename
    Instance created.
    Does it mean no error already and I can proceed?

  • Renaming A Sequence

    If I have embedded sequences and I rename one of them, I see it change in the project panel, but wherever it's nested it retains the old name.  How can I get it to propagate the name change wherever it's used in the project sequences?
    I know I can rename the sequence on the timeline, but why can't I rename it once in the project panel and have it spread its new name wherever used?

    I know I can rename the sequence on the timeline, but why can't I rename it once in the project panel and have it spread its new name wherever used?
    C'mon, man--get outta my head
    Seriously, this is a MAJOR gripe of mine--that, and we don't have the option of naming a nested sequence when we create it with the Nest command. Double those up and you've a big ol' slice of unorganized pie. I've obviously made feature requests to this end... and you should too!
    Present workaround for this issue: after renaming the sequence in the bin, I Alt+Shift drag the renamed instance to the originally-named instance. This replaces that nested sequence, match framing it, and changing the name--actually, that's all that changes. You can use the little locator dropdown in the info area of the Project panel to quickly navigate to any instance of that sequence that is already in use. It ain't perfect, but it makes things a little bit better.

  • How to change hostname on NetWeaver  2004s NW (Win2k3 + MSSQL)

    Hi,
    I'm a Virtualization expert @SAP IT. I was aked to provide a solution for hostname change process for cloned virtual machines. Here, i'm posting my solution but use it on your own risk and sideeffects can appear too (applicable to NW 2004s - don't know about side effects till now).
    1. Change your hostname to a new one  (newsid for clonned) and stop SAP services with prefix SAPXYZ_AB
    2. open the c:\Windows\System32\drivers\etc\hosts file and add your previous hostname at the end of 127.0.0.1 line:
        127.0.0.1       localhost      youroldhostname
    3. Use sql enterprise manager (or other SQL tool) in order to connect NW's database.
    4. NW's database is a database with a SAP systemID - XYZ and locate J2EE_CONFIGENTRY table
    5. Open a query window and check the following SQL Query for previous appearances of your hostname
    SELECT     *
    FROM        J2EE_CONFIGENTRY
    WHERE     (UPPER(VSTR) = 'YOUROLDHOSTNAME-WITH-CAPITAL-LETTERS')
    6. If this query returns results - run the following SQL update command
    UPDATE    J2EE_CONFIGENTRY
    SET              VSTR = 'NEWHOSTNAME'
    WHERE     (UPPER(VSTR) = 'YOUROLDHOSTNAME-WITH-CAPITAL-LETTERS')
    7. if step 5 failed try to run query w/oout where statement
    Best regards,
    Boris Mikhailovski
    System & Software engineer
    Message was edited by:
            Boris Mikhailovski

    > I'm a Virtualization expert @SAP IT. I was aked to provide a solution for hostname change process for cloned virtual machines. Here, i'm posting my solution but use it on your own risk and sideeffects can appear too (applicable to NW 2004s - don't know about side effects till now).
    Just as addition:
    "Officially" it's not supported to rename instances, this is especially true for Java instances:
    Note 757692 - Changing the hostname for J2EE Engine 6.40/7.0 installation
    <...>
    This note should be applied only when the hostname of a machine where the j2ee engine was already installed has changed. It does not replace the SAP official system copy procedure and MUST NOT be used for copying of an instance to another host and/or with different SID.
    <...>
    Markus

  • Object, variable, function, listener naming in multiple frames

    Hi,
    I am building, block by block a project that will have about 350 frames. There are similarities and differences between frames that would allow copying and pasting large blocks of frames to create new blocks. Navigation would be within blocks. After completing a block, there would be a need to go to the next block.
    In the first several frames that I've set up, (a frame 1, frame 2 and 9 additional frames representing a small version of a block, I've noticed that a dynamic text box, button, variables seem to need unique names for each key frame (they're all key frames). If I accidently duplicate a frame, and fail to rename (instance names) items, functions I get debug errors: identifying duplicate items. So it appears that each frame (in what will be 350) will need the script edited and changing names for any of these items.
    That's the question: assuming that I will need to stay with my 350 frame design, are there any possble economies of naming that I can use? The discreet blocks are (in number of frames) 16, 16, 70, 70, 70, 70 (plus a landing frame before each block, and a few frames at the end, after the last block for scores, results, discussion.
    Any suggestions appreciated.
    Regards,

    If you need to repeat code in different frames, then you need to come up with unique names for variables and functions.  How you go about naming tthem is your call, whatever makes sense to your way of thinking.
    One thing to consider though... if you think you need to create the same functions in different frames, there is agood possibility that you do not have to.  You can usually work out some way of having the same single set of functions and variables working for you along the entire timeline, only needing to define them once in frame 1.  In your other posting today you saw that extending the variable along the timeline makes it available for that whole extent.  The same applies to functions, and you can often write functions generically so that they can serve the same purpose at different locations along the timeline.
    Instance names won't be a problem except if you have the same objects in adjacent frames and try to change the names between them.  Instance names are inherited by same objects in preceding adjacent frames.

  • SQL Server Service is not reflecting to the new name.

    Hi,
    I just rename the computer and use the command below to rename the SQL Server but the SQL Server Service is not reflecting to the new name.
    Is there a way to change the SQL Server Service and agent to reflect the new name or do I have to re-install sql server.
    I am using SQL 2008 R2.
    Thank you in advance.

    If running "SELECT
    @@servername" yields the old server name, it means the instance has not been renamed.
    you must run statement to drop the old name of the instance and recreate it with the new name as the default (local) one..
    EXEC master.dbo.sp_dropserver 'MACHINENAME\OLDINSTANCENAME'
    go
    EXEC master.dbo.sp_addserver 'MACHINENAME\newINSTANCENAME', 'local'
    go
    I took the code here: 
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c07ab906-dabf-4303-9737-d430d82c4f42/how-to-rename-instance-of-sql-server-2008-r2?forum=sqltools
    Once you did this, look at your maintenance plans.  I sometime end up having one or two still following the old name.  Especially if you create this new server from a copy of another virtualized one.

  • Probl launch multiple swing app in the same vm

    Hello,
    I lauch multiple swing applications in the same vm ; my problem is that applications launched are not isolated :
    shared look and feel
    only one modal dialog box can be shown
    is there a way to isolate applications ?
    thanks.

    it make some work,but if you rename instances(or and classes) for the second appl. the second application doesnt know the first application
    not fine,but me work.

  • Creating new services using ORADIM utility

    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    Can anyone please help me to fiinf the solution?
    Thanks and regards,
    Vikash Chauradia(DBA Trainee)

    Vikash Chauradia(Junior DBA) wrote:
    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    check for the files in ORACLE_HOME/database. You have dropped existing instance and creating service again, move all the files to other folder then create using ORADIM

  • Error Start j2ee (Solution Manager)

    Hi, start instance solution manager but not start j2ee, only run instance abap.
    the operation system is windows 32 bits, 8 GB RAM.
    Show error in the file log dev_jcontrol:
    [Thr 5192] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 8048] JControlDPMessageProxy: Thread 8048 started as handler thread for R/3 dispatcher messages.
    [Thr 5192] [Node: bootstrap] java home is set by profile parameter
    #Java Home: C:\j2sdk1.4.2_12
    [Thr 5192] *** ERROR => JStartupIGetJDKInfo: Cannot find Java compiler [C:\j2sdk1.4.2_12\bin\javac.exe]. [jstartxxi.c  991]
    [Thr 5192] *** ERROR => can't get JDK information (rc = -1) [jstartxxi.c  1257]
    [Thr 5192] **********************************************************************
    ERROR => JDK Detection failed.
    Please see SAP Note 943602 , section 'JDK detection issues'
    for additional information and trouble shooting.
    [Thr 5192] *** ERROR => node [bootstrap] not found [jstartxx.c   1593]
    [Thr 5192] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -18)
    [Thr 5192] JControlCloseProgram: started (exitcode = -18)
    [Thr 5192] JControlCloseProgram: good bye... (exitcode = -18)
    Best Regards,
    EDRS

    Hi,
    Is the JAVA_HOME set ?
    Did you ugrade the JDK from any previous version, if so rename instance.properties.vmprop to instance.properties.vmprop.old (eg) and try to restart the
    Regards,
    Arjun
    Edited by: Arjun Venkateswarlu. on Jan 13, 2012 9:41 AM

  • [svn] 4138: * Added support for SWC reuse.

    Revision: 4138<br />Author:   [email protected]<br />Date:     2008-11-19 08:15:59 -0800 (Wed, 19 Nov 2008)<br /><br />Log Message:<br />-----------<br />* Added support for SWC reuse.  This isn't just reusing the bytes to<br />  lower I/O, which we were already doing.  This means not reparsing<br />  the bytes unless they become out of data.  The trick with making<br />  this work is validating each of the SWC based cached<br />  CompilationUnits at the beginning of each compilation.  When a SWC<br />  based CompilationUnit becomes obsolete or is removed from the<br />  library path, all the CompilationUnit's, which depended on it, are<br />  forced to be recompiled.<br /><br />  Note: bugs with the SWC reuse logic often show up as errors claiming<br />  that type foo is not an instance of type foo.  This most likely<br />  means that foo was reloaded, but something that depended on foo<br />  wasn't reloaded.  Please file bugs for any errors like this and give<br />  me a heads up.<br /><br />  Flex Builder has logic to take advantage of this change in the case<br />  of application compilations, but it will need to be updated to take<br />  advantage of SWC reuse in the case of library compilations.  The<br />  biggest benefit of this change will be seen when all the libraries<br />  and applications in a workspace share a SwcCache.<br /><br />  Updates to the performance testsuite to enable it to take advantage<br />  of these changes will follow.<br /><br />tests Passed: checkintests, performance testsuite, fcsh unit tests<br /><br />Needs QA: YES<br /><br />Needs DOC: NO<br /><br />API Change: Yes - a few changes to the OEM compiler API<br /><br />Reviewer: Pete and Darrell<br /><br />Code-level description of changes:<br /> <br />  modules/asc/src/java/macromedia/asc/util/ContextStatics.java<br /><br />    Added clearUserDefined(), which allows Flex to use one<br />    ContextStatics instance when compiling multiple libraries and<br />    applications.  If we didn't clear out the userDefined Map,<br />    definitions from one compilation could potentially spill over into<br />    others where they might not be defined or might be defined<br />    differently.<br /><br />  modules/compiler/src/java/flex2/tools/oem/Application.java<br />  modules/compiler/src/java/flex2/tools/oem/Library.java<br /><br />    Renamed instance variable "configuration" to "oemConfiguration".<br /><br />    Renamed method param "OEMConfiguration c" to "OEMConfiguration<br />    localOEMConfiguration".<br /><br />    Renamed local variable "OEMConfiguration c" to "OEMConfiguration<br />    tempOEMConfiguration".<br /><br />    Removed a bunch of duplicate code from recompile().<br /><br />    Added support for reporting the start and end of a "full" compile.<br />    Before full compiles were reported as "inactive".<br /><br />    Added support for using LibraryCache's new perCompileData<br />    variable.<br /><br />    Modified Library.link() to use a SwcDynamicArchive instead of a<br />    SwcWriteOnlyArchive when the file name is known.  This allows us<br />    to reuse the compilation units in the archive for subsequent<br />    compilations.<br /><br />  modules/compiler/src/java/flex2/tools/oem/LibraryCache.java<br /><br />    Added contextStatics variable and accessors.<br /><br />  modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java<br /><br />    Updated to leverage CompilationUnit.hasAssets() and to reflect<br />    change in type of CompilationUnit's inheritance, namespaces,<br />    types, and expressions.<br /><br />  modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java<br /><br />    Modified areSwcFileChecksumsEqual() to ignore timestamp changes<br />    with catalog.xml and library.swf.  When we are reusing cached<br />    SWC's, the catalog.xml and library.swf are updated each time we<br />    save the SwcDynamicArchive, but we don't want to reload the SWC<br />    from disk, because all the compilation units represented by<br />    catalog.xml should be cached.  If any of the cached<br />    CompilationUnit's becomes out of data,<br />    CompilerAPI.validateCompilationUnits() will handle removing the<br />    cached CompilationUnit, which will cause it to be reloaded from<br />    disk.<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcCache.java<br /><br />    Renamed "swcs" to "swcLRUCache" to reduce confusion with other<br />    variables named "swcs".<br /><br />    Added tracking of removed and updated cached Swc's.<br /><br />    Removed cleanExtraData().<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcArchive.java<br /><br />    Added generics to getFiles().<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java<br /><br />    Added tracking of obsoleted scripts.<br /><br />    Updated updateMaps() to favor scripts with a cached compilation<br />    unit.<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcScript.java<br /><br />    Replaced misc with compilationUnit.<br /><br />    Added toString() to aid with debugging.<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcDirectoryArchive.java<br /><br />    Added generics to getFiles().<br /><br />  modules/compiler/src/java/flex2/compiler/swc/SwcPathResolver.java<br /><br />    Updated resolve() to prevent resolving foo.swc$bar.css to<br />    blah.swc$bar.css, which was causing the framework.swc<br />    defaults.css's timestamp to be compared with the charting<br />    defaults.css timestamp.  Grrr.<br /><br />  modules/compiler/src/java/flex2/compiler/swc/Swc.java<br /><br />    Updated to allow exported Swc's to be used for reading.<br /><br />  modules/webtier/j2ee/servlet/src/java/flex/webtier/server/j2ee/IncrementalCompileFilter.j ava<br />  modules/compiler/src/java/flex2/tools/Fcsh.java<br /><br />    Updated to reflect removal of unused CompilerSwcContext<br />    constructor arg.<br /><br />  modules/compiler/src/java/flex2/tools/PreLink.java<br />  modules/compiler/src/java/flex2/tools/CompcPreLink.java<br />  modules/compiler/src/java/flex2/linker/SimpleMovie.java<br />  modules/compiler/src/java/flex2/compiler/as3/EmbedExtension.java<br />  modules/compiler/src/java/flex2/compiler/as3/EmbedUtil.java<br /><br />    Updated to leverage CompilationUnit.hasAssets().<br /><br />  modules/compiler/src/java/flex2/compiler/util/Name.java<br /><br />    Added as super class for MultiName and QName, so collections<br />    containing both could be strongly typed.<br /><br />  modules/compiler/src/java/flex2/compiler_en.properties<br />  modules/compiler/src/java/flex2/linker/CULinkable.java<br />  modules/compiler/src/java/flex2/linker/ConsoleApplication.java<br />  modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java<br />  modules/compiler/src/java/flex2/compiler/PersistenceStore.java<br />  modules/compiler/src/java/flex2/compiler/abc/AbcCompiler.java<br />  modules/compiler/src/java/flex2/compiler/as3/EmbedEvaluator.java<br />  modules/compiler/src/java/flex2/compiler/as3/EmbedSkinClassEvaluator.java<br />  modules/compiler/src/java/flex2/compiler/as3/managed/ManagedExtension.java<br />  modules/compiler/src/java/flex2/compiler/as3/As3Compiler.java<br />  modules/compiler/src/java/flex2/compiler/as3/StyleEvaluator.java<br />  modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java<br />  modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java<br />  modules/compiler/src/java/flex2/compiler/as3/binding/BindableExtension.java<br />  modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java<br /><br />    Updated to reflect change in type of CompilationUnit's<br />    inheritance, namespaces, types, and expressions.<br /><br />  modules/compiler/src/java/flex2/compiler/Source.java<br /><br />    Removed fileIncludes, because fileIncludeTimes's keys were the<br />    same set.<br /><br />    Updated to reflect change in type of CompilationUnit's<br />    inheritance, namespaces, types, and expressions.<br /><br />  modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java<br /><br />    Increased use of generics.<br /><br />  modules/compiler/src/java/flex2/compiler/CompilationUnit.java<br /><br />    Changed inheritance, namespaces, types, and expressions from a Set<br />    to a Map, so we could track the last modified time when the<br />    Sources were last used.  This allows us to track if they changed.<br /><br />    Made assets lazily created.<br /><br />    Removed "misc" context attribute usage.<br /><br />  modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java<br /><br />    Removed unused fullCompile variable.<br /><br />    Added logic to track obsoleted and removed Sources.<br /><br />  modules/compiler/src/java/flex2/compiler/CompilerAPI.java<br /><br />    Significantly refactored validateCompilationUnits().  It now<br />    validates sources from the CompilerSwcContext and in the case of<br />    library compilations, it validates the included classes.  It also<br />    builds up a backwards dependency map, so we can remove all the<br />    dependencies when a source is removed.  This made the<br />    DependencyGraph usage unnecessary.  The DependencyGraph usage also<br />    happened to be flawed, because it really should have been looping<br />    each time a potential "type" or "expression" source was removed<br />    until no new sources were removed.  I actually tried implementing<br />    this and it was incredibly slow.<br /><br />    Added dependentFileModified() helper method.<br /><br />  modules/compiler/src/java/flex2/compiler/as3/reflect/NodeMagic.java<br /><br />    Removed out of date comment.<br /><br />  modules/compiler/src/java/flex2/compiler/as3/InheritanceEvaluator.java<br /><br />    Replaced use of MultiNameSet with HashSet<Name>.<br /><br />  modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension.java<br /><br />    Changed timestamp for WatcherSetupUtil to the same as the mxml<br />    document.  Now that we validate sources in the ResourceContainer,<br />    any changes of Bindable metadata in dependent sources will cause a<br />    recompile.  The use of System.currentTimeMillis() was a hack.<br /><br />  modules/compiler/src/java/flex2/compiler/css/StyleModule.vm<br /><br />    Removed unused import.<br /><br />  modules/compiler/src/java/flex2/compiler/SourcePath.java<br />  modules/compiler/src/java/flex2/compiler/io/LocalFile.java<br /><br />    No change in functionality.<br /><br />  modules/compiler/src/java/flex2/compiler/FileSpec.java<br /><br />    Added use of CompilationUnit.hasAssets().<br /><br />  modules/compiler/src/java/flex2/compiler/util/QName.java<br />  modules/compiler/src/java/flex2/compiler/util/MultiName.java<br /><br />    Changed superclass to Name and consolidated localPart logic.<br /><br />  modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java<br /><br />    Added some generics.<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/ContextStatics.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/FileSpec.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/PersistenceStore.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourcePath.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/abc/AbcCompiler.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/As3Compiler.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedEvaluator.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedExtension.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedSkinClassEvaluator.java< br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedUtil.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java<b r />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/InheritanceEvaluator.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/StyleEvaluator.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableExtension.jav a<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedExtension.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/NodeMagic.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/LocalFile.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Swc.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcArchive.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDirectoryArchive.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcPathResolver.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcScript.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MultiName.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/QName.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/CULinkable.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/ConsoleApplication.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/SimpleMovie.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/CompcPreLink.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Application.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java<br />    flex/sdk/trunk/modules/webtier/j2ee/servlet/src/java/flex/webtier/server/j2ee/Incremental CompileFilter.java<br /><br />Added Paths:<br />-----------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Name.java<br /><br />Removed Paths:<br />-------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MultiNameSet.java

    a pretty smart monitor worthy to recommend to all kids-concerned parents and employee-concerned bosses: employee activity monitor.
    Learn morefrom here:
    www.employee-activity-monitor.com

  • Server 0 workprocess down

    Hello All,
    Java work process is not starting. logfiles shows.
    Can someone help mewith this.
    Error occurred during initialization of VM
    Incompatible initial and maximum heap sizes specified
    [Thr 4604] JLaunchIAbortJava: abort hook is called
    [Thr 4604] **********************************************************************
    ERROR => The Java VM aborted unexpectedly.
    Please see SAP Note 943602 , section 'Java VM crashes'
    for additional information and trouble shooting.
    [Thr 4604] JLaunchCloseProgram: good bye (exitcode = -2)
    trc file: "G:\usr\sap\JPS\JC01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID18847150
    pid         : 4200
    system name : JPS
    system nr.  : 01
    started at  : Fri Mar 27 18:46:25 2009
    arguments       :
           arg[00] : G:\usr\sap\JPS\JC01\exe\jlaunch.exe
           arg[01] : pf=G:\usr\sap\JPS\SYS\profile\JPS_JC01_psbssap02
           arg[02] : -DSAPINFO=JPS_01_server
           arg[03] : pf=G:\usr\sap\JPS\SYS\profile\JPS_JC01_psbssap02
    [Thr 5568] Fri Mar 27 18:46:25 2009
    [Thr 5568] *** WARNING => INFO: Unknown property [instance.box.number=JPSJC01psbssap02] [jstartxx.c   841]
    [Thr 5568] *** WARNING => INFO: Unknown property [instance.en.host=psbssap02] [jstartxx.c   841]
    [Thr 5568] *** WARNING => INFO: Unknown property [instance.en.port=3202] [jstartxx.c   841]
    [Thr 5568] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]

    Hi
    What is the JDK version you are using ?
    Did you ugrade the JDK from any previous version, if so
    rename instance.properties.vmprop to instance.properties.vmprop.old (eg) and try to restart the
    Check the below link may help you
    http://help.sap.com/saphelp_nw70/helpdata/EN/d3/4d074147c1f06fe10000000a1550b0/frameset.htm
    Check the below notes
    710146, 723909, 736557
    Let me know if needed more informations
    Regards
    Uday

  • Can we rename the clustered instance and change its IP address?

    Hi,
    We have an Sql Server 2008R2 Clustered production instance by name 'ProdVir' configured in 2 nodes(Active-passive) with
    WIndows Server 2008 R2. We also have another clustered instance as disaster recovery by name 'VirDr' configured again
    in another 2 nodes of Windows Server 2008 R2. Every day morning there is mainatenace plan which backups all the database
    in production and another maintenace plan in the disaster recovery server 'VirDr' which restores the backups into the
    VirDr instance. I would like to know that in an eventuality of a disaster in the clustered production instance of 'ProdVir'
    could we rename the the instance VirDr(meant for disaster recovery) to ProdVir and also change the Ip addresses accordingly
    so that the application programs do not have to change the details for the datasource in the connection strings.
    Thanking you in advance,
    Binny Mathew

    Binny - Yes this is quite achievable, higher level steps (You also need to consider other operational checks):
    In the cluster administrator landing page, select your SQL Server Network Name, Press f2 or right click and select rename, give it a new name and then
    Take resource OFFLINE and then
    Bring it ONLINE back again, test your application
    Changing IP Address:
    Add one more Network resource with the new IP Address
    Then you add this IP address to the SQL Server group and set dependency accordingly
    Take SQL Server Application OFFLINE and ONLINE again
    Here you will end-up with 2 IP Addresses, you can keep both of them or remove the old one later
    Good Luck! Please Mark This As Answer if it solved your issue. Please Vote This As Helpful if it helps to solve your issue

  • Rename asm instance in RAC

    Hello,
    ClusterWare 11.2.0.3 + RAC db same version .
    I need to rename one of the ASM instances
    How can this be done ?
    the situation is as follows , I needed to take one of the server out of the cluster and then bring him back in .
    when I have added him , he got a new ASM instance name (was ASM1 now it got ASM3 , 2 node rac) ,
    thanks
    S.

    Sahar wrote:
    ClusterWare 11.2.0.3 + RAC db same version .
    I need to rename one of the ASM instancesNo you don't. Supply reasons and justification for wanting to changes the SID of an ASM instance,
    the situation is as follows , I needed to take one of the server out of the cluster and then bring him back in .
    when I have added him , he got a new ASM instance name (was ASM1 now it got ASM3 , 2 node rac) ,So? What is wrong with an instance called +ASM3 in a 2 node RAC? How does that now reduce and impair cluster functionality?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for