Movement of the directory and database of one montage to another point

Hi all


Good week end...


I have a small request here to ask...

I have mount point A and B.

A mount point contains the file .profile for a database D1 and ofaroot, the oradata and lost + found for database D2.

Mount point B contains all data in database D1.


The task is to move the entire contents of A to B.

I just need to know what modifications would be required. According to my understanding, I need to make the following changes:

1. modify the file .profile for D1 and change it to the new mount point.
2 do I need database shutdown D2 before moving on to the other mount point?



Please comment on my understanding...


Concerning
KKukreja

Hello

+ 1. Edit the file .profile for D1 and change it to the new mount point. +

I do not understand why you want to move the file .profile. Each user of the BONE at the level of the UNIX has a .profile in his own House. You can simply change the default .profile of the user of the OS by using vi commands.

+ 2. Do I need to stop D2 databases before moving on to the other mount point? +

Yes you are, but you will need to provide additional information on the database. You could create a D2 tar file and move to the new D1 mount point and unzip the files.

Tags: Database

Similar Questions

  • Download the image to the directory and database of the same form data

    Hi all

    I play to build a shopping cart (never done before) a tutorial of Gordon Knapp at www.webthang.com.

    I created the site and it works perfectly. Now, I want to extend it.

    There is a form that allows the user to add data to the database. I would also like to be able to transfer an image to a directory on the server and add the data to the database at the same time of the same shape. It would be good if the input field "< input name ="product_picture"type ="text"id ="product_picture"tabindex ="6"size ="50"/ >" could be filled automatically by the file name of the image being downloaded, but it's not a neccessity.

    I looked at different packages ASP Upload and I can upload a single image, but none of them clearly show how to download the image and add data to the database at the same time.

    It is a private project I need suggestions for free.

    The tutorial shows how to create Dev Ultra site but works perfectly well in DW. The page looks like this. It is named "admin_add.asp":

    "< %@LANGUAGE="VBSCRIPT "CODEPAGE ="65001"% >
    "" <!-#include = file '... / Connections/con_ecom.asp "-->
    < %
    Dim MM_editAction
    MM_editAction = CStr (Request.ServerVariables ("SCRIPT_NAME"))
    If (Request.QueryString <>"") then
    MM_editAction = MM_editAction & "?" & Server.HTMLEncode (Request.QueryString)
    End If

    'boolean to abandon a record edition.
    Dim MM_abortEdit
    MM_abortEdit = false
    % >
    < %
    "Implementation of the IIR.
    Function MM_IIf (condition, ifTrue or ifFalse)
    If condition = "" then
    IfFalse = MM_IIf
    On the other
    IfTrue = MM_IIf
    End If
    End Function
    % >
    < %
    If (CStr (Request ("MM_insert")) = "add_form") then
    If (not MM_abortEdit) then
    'execute the insert.
    Dim MM_editCmd

    Set MM_editCmd = Server.CreateObject ("ADODB.Command")
    MM_editCmd.ActiveConnection = MM_con_ecom_STRING
    MM_editCmd.CommandText = "INSERT INTO products (product_category product_name, product_price, product_briefdesc, product_fulldesc, product_picture) VALUES (?,?,?,?,?,?)".
    MM_editCmd.prepared = true
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param1", 202, 1, 50, Request.Form ("product_category")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param2", 202, 1, 50, Request.Form ("product_name")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param3", 5, 1, -1, MM_IIF (Request.Form ("product_price"), Request.Form ("product_price"), null)) ' adDouble
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param4", 203, 1, 536870910, Request.Form ("product_briefdesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param5", 203, 1, 536870910, Request.Form ("product_fulldesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param6", 202, 1, 50, Request.Form ("product_picture")) ' adVarWChar
    MM_editCmd.execute
    MM_editCmd.ActiveConnection.close

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_control.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".
    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ".
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Administration - add a < /title > product
    "" < link href = "... / scripts/admin.css" rel = "stylesheet" type = "text/css" / >
    "< script type =" text/javascript"src ="... / scripts/ecom.js "> < / script >"
    < / head >

    < body onLoad = "adminTitle ()" >
    < div id = 'wrapper' >

    < div id = "pageHeading" > ADMINISTRATION - add a PRODUCT < / div >

    < div id = "navBar" > < a href = "admin_control.asp" > < /a > control | " Add | < a href = "admin_view.asp" > view < /a > | < a href = "admin_update1.asp" > update < /a > | < a href = "admin_delete1.asp" > delete < /a > | "" < a href = "... / Default.asp" > shop < /a > < / div >

    < br / >

    < name of the form = "add_form" id = "add_form" method = "POST" action = "< % = MM_editAction % >" >
    < table border = "1" align = "center" id = "tblArea" >
    < b >
    < class td = "tdLabel" > < table > product category
    < td colspan = "2" > < input name = "product_category" type = "text" id = "product_category" tabindex = "1" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > Product Name < table >
    < td colspan = "2" > < input name = 'product_name' type = 'text' id = 'product_name' tabindex = "2" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product price
    < class td = "tdContent" colspan = "2" > < input type = "text" name = "product_price" id = "product_price" tabindex = "3" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > product short Description < table >
    < class td = "tdContent" colspan = "2" > < textarea name = "product_briefdesc" id = "product_briefdesc" cols = "47" lines = "4" tabindex = "4" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > full < table > Product Description
    < class td = "tdContent" colspan = "2" > < textarea name = "product_fulldesc" id = "product_fulldesc" cols = "47" rows = "5" tabindex = "5" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product Image file name
    < class td = "tdContent" colspan = "2" > < input name = "product_picture" type = "text" id = "product_picture" tabindex = "6" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table >
    < td align = "center" > < input type = "reset" name = "Reset" id = "Reset" value = "Reset form" / > < table >
    < td align = "center" > < input type = "submit" name = "Submit" id = "Submit" value = "Add to the shop" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "add_form" / >
    < / make >

    < / div >
    < / body >
    < / html >

    Hope you can help.

    Best regards

    Martin

    Have sorted it.

    Found an excellent tutorial to Webthang.

    http://www.webthang.co.UK/Tuts/tuts_dmx/rob15/rob15.asp

  • Copy the width and height of one object to another

    Hello

    Please, someone knows a way to copy the properties width and height of one objetc in the other. As Eyedropper to copy color

    concerning

    Felipe

    It is what you want here, very useful and practical.

  • What is the process to move the VCenter SQL DB from one server to another?

    I read the threads for the displacement of vCenter Server and it's local database from one server to another. My situation is a little different.

    VirtualCenter Server 2.5 build 174768 has it's SQL database on another server.  We're going to retire that SQL server only and move just the DB to a new SQL Server - current vCenter server will not be affected.

    I'm trying to figure out how knowledge current vCenter once used SQL server (DCMNMSSQL02) DB is now on the server DCMSQL07 - which all on stays of DB.

    Hello.

    You must update the DSN on the server vCenter.  See the article kb 7960893 for more information.

    Good luck!

  • During execution of the backup and maintenance on one of my computers, I noticed a folder and the file that I can't identify me...

    Original title: identity of unknown folder

    During execution of the backup and maintenance on one of my computers (Windows xp home, sp3), I noticed a folder and the file that I can't identify.  The name of the folder is cc68f6b7a7ca948eefb018f001 and the name of the update.exe file.  The properties of the file that it is a Windows Service Pack installation.  I tried Googling the name of the folder, but found nothing.

    Can you tell me with regard to this issue, and what, if anything, I have to do?

    Thank you.

    When some programs (including Windows) installs things, it can create a temporary folder composed of 20-30 random letters and numbers or random numbers and letters in the root of the drive of the volume with more free space.

    This explains why the records are sometimes on your C drive or any other drive - the most space?

    For example, you can see a similar to or called folder:

    D:\9470bb12e8a4f3447657236478e41c5

    There may be other folders and files in this main temporary folder such as amd64 and i386 platforms.

    They should normally be deleted when the installation is complete, but sometimes they are not - especially if the installation fails.  They are harmless but annoying.  You can think something is wrong when there are no or fear, that the files are really necessary.  To avoid confusion, you can delete the temporary files.

    If your installation has failed or the installation does not remove the folder to the random name when it finishes running again installation will be another folder at the random name.

    You may be able to identify installation (out of curiosity) by looking at some of the contents of the folder and decide if this installation was not serious, just remove the files/folders.  If the installation does not work for some reason, run again just installation will create a new temporary folder to the random name so the old temporary folder is really useless.

    Records are sometimes tough to remove.  Even if you are an administrator on the system, you might get a "sharing violation", "access denied", "used" or type similar message when you try to delete temporary folders.  Facilities sometimes use different permissions that can have a regular user with the administrator group.

    There are many methods to try to remove the folders, and some require third party programs to install or change some windows settings that could compromise the security of your system if you do not change them back when you're done.

    Start your system in Mode safe mode (by pressing the F8 key several times just before XP attempts to load) is one good method to try to remove the files because it does not have to make any changes to your system configuration or by downloading third-party programs.

    If you are running XP Home Edition, the following section on turn off "Simple file sharing" does not apply to you since in XP Home, Simple file sharing is always turned on.  If you are running XP Home Edition, skip the next few paragraphs and resume where it says:

    "If no part tool above work try a third popular called Unlocker.

    If Safe Mode does not work you can change the security of the folder when you start in Normal Mode to give your username full control over the files by navigating to it in Solution Explorer, click on tools, Folder Options, view and in the advanced settings window, uncheck (at the bottom of the list) use simple file sharing (recommended) and click OK.  This disables him recommended simple file sharing on your computer if you want to turn it back on when you're done to make everything you do.

    Right-click on the files of interest, click Properties and click the now visible security tab.  Change the properties, but you need (for example, select your user name, and check the box to allow full control), click OK to apply the changes.

    With usage share of active simple files (recommended) the checked the properties of the folder tabs are:

    General, sharing, customize

    With the use of sharing files simple disabled (recommended) box unchecked, the properties of the folder tabs are:

    General, security, customize

    Now, try to manipulate/delete the folder.

    It's a good idea to go back to the Explorer and the cheque in the box easy to use sharing files (recommended) when you have finished making everything you do.

    If none of the above works, try a popular third-party tool called Unlocker.

    Unlocker can be downloaded here:

    http://www.emptyloop.com/Unlocker/

    If you use Unlocker, be sure to install because he wants to add a bunch of options, addons, shortcuts and other extras that you don't need.

    You must add the shell extension so when you right click on the offending file, you will have a Unlocker option to choose.  I would just install it long enough to clean up the leftovers and then, I usually just uninstall and all parts of it.  You can always install it again another day if you like.

    Unlocker can be uninstalled when you have finished using it.

    Reboot when finished to ensure that boring records are really missing.

  • I have to cancel my subscription and the option "Cancel your plan" (one month to another) is inavailable

    I have to cancel my subscription and the option "Cancel your plan" (one month to another) is inavailable

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Why is it possible of the ripple is not delete an entry and exit section of a track of the timeline, while that in the same area there is one cut on another way?

    Why is it possible of the ripple is not delete an entry and exit section of a track of the timeline, while that in the same area there is one cut on another way?

    I posted a topic on it as well.  Seems like if update the CC has allowed me to finally extract any section marked in and out of any track independently of any other person when sync lock is disabled.  Very powerful (and very basic) tool!

  • I'm waiting for a new iMac i5 retina to join my shop this week but I wanted to try CC at the same time, after which I will move at the iMac and Yosemite. Now OS 10.6.8 on my Mac Pro ' 07. It will work or am I turn my wheels?

    I'm waiting for a new iMac i5 retina to join my shop this week but I wanted to try CC at the same time, after which I will move at the iMac and Yosemite. Now OS 10.6.8 on my Mac Pro ' 07. It will work or am I turn my wheels. I do a lot of work that is not in the darkroom with CS3 and use Lightroom starting today, but think to do when I get the new machine. Semi-retired photographer and eager to spread my wings a bit more on the creative aspects instead of to the day the day. Thank you for any response.

    MINIMUM requirements for programs of cloud... scroll down and check each program

    -http://helpx.adobe.com/creative-cloud/system-requirements.html

  • Can I turn off the change of focus from one object to another?

    Hello.

    I have a game where i control a MC with the arrows on the keyboard, when I click outside of the application flash and back in the MC loses focus. The focus moves to a button in the scene. What I have observed, is that Flash Player has a built-in control, which moves the focus from one element to the other with the arrow keys.

    Is there a way I can disable the change of focus from one object to another?

    Thank you.

    Why you need such a thing...

    Is it true that you lose the focus of your video clip and that's your keyboard listeners do not work?

    And you want to work.

    For this situaton I ideally add my Council key on the stage event listeners and the rest of the creation of the logic accordingly.

  • Name of the directory and record name

    I would like to take advantage of my name (*) ' C:\Documents and Settings\ * \My Documents\My Notebook.

    out of the address of the directory. It seems that the computer has taken my name of the user of the computer. I'm afraid that it could be read on the web or other external agents, how can I do this prayer.

    I agree with Macdreamy. This path indicates a location of the user accounts that are created on the Win XP laptop.
    For the most part these username files contain as Favorites personal IE settings, start menu, my documents, etc.

    The folder cannot be deleted and shouldn't t be removed one to be honest I n know why someone would remove it

  • Open a local copy or move on the server, and then disconnect while the task is running until the end

    RNOS6 running on RNDU600 +.

    Looking to start a local copy or move of the large collection of files on the server, and then disconnect the PC while the task is running until the end. For example, to move a branch of several hundreds of GB of small files from one share to another, or copy them to a share.

    Seems to make my PC (in wireless) is inefficient as each file seems to have sent to the PC first, then return to the NAS.

    Is there a way of ordering on the NAS, so that it can continue the operation even if the PC is disconnected?

    Have you tried to make using the web administration page?

  • How do I move the express email outlook from one computer to another

    Hello

    How can I move my mail express outlook from one computer to another?

    Thank you!

    Assuming that the other machine is using Outlook Express too...

    Backup restore &:
    http://www.insideoe.com/backup/

    Backup and cloning of your OE identities:
    http://www.insideoe.com/backup/clone.htm

    In other words if you wish is to create folders on the desktop and do drag OE messages to these folders. Copy them to the Office on the new machine and then drag messages in office files to the OE files.

  • Problems with the movement of the front and back layers

    Hey everybody!

    I am very new to Flash, very very new to actionscript and basically, I started programming in general 2 days ago, and I have a problem with the layers in a project. I tried learning through books, but especially thanks to youtube tutorials, but I'm stuck here.

    Here is the .swf file: http://dl.dropbox.com/u/14319641/Flashprojekte/Variuscard%20Headertest.swf

    And here is the original .fla file: http://dl.dropbox.com/u/14319641/Flashprojekte/Variuscard%20Headertest.fla

    Two problems:

    1. I want maps to fly BEHIND the Logo, but in front of the shadow - so that it seems that the logo is original and the rest (maps and shadow) is in the back. I have 3 layers (Logo, Action, shadow), but no matter how to move around it do not go to the back...

    2. I would like to have a second fountain Let's say right left... can I just copy and paste the code? Seems similar is not...

    Can someone help me on this one? Pleeeeez ?

    Mike

    To create an empty movieclip you just select Insert-> new symbol and select movieclip and click OK.  Simply exit the editing for this movieclip mode by selecting Edit-> Edit the Document.  You now have a new empty movieclip in your library.

    With the desired layer selected, drag an instance of the movieclip in the library in the upper left corner of the stage and then give it an instance name of "mc" in the properties panel.

    I have no CS5.5, so I don't know if what I described in selecting is changed in the new design.

  • caching the results of database in one of your software applications?

    Have you had results of database cache in one of your software applications? What are the advantages and the pitfalls developers must be informed when caching the results of database.

    Please answer...


    ... thnks.

    We have cached the results of database cache on the client side, partially (in tables and files on OS as well). But this caching is limited to data purely STATIC (which is no change under any circumstances).

    Our application depends on a lot of static data and we managed to reduce 10% of band with this implementation network bandwidth.

    We tried to use the cache for the not-so-static data client-side but had a lot of problems associated with updating the same thing if we came back this change.

    On a side note, it reminds me of the cache of the client available in Oracle 11 g result.

    http://download.Oracle.com/docs/CD/B28359_01/server.111/B28279/Chapter1.htm#FEATURENO06989

    See if it helps you.

  • I don't use Gmail. So, how can I move files and messages from one computer to another?

    I bought a new computer and installed Thunderbird on it. I want to move the folders and messages from my old computer to my new computer?

    http://KB.mozillazine.org/Move_to_a_new_PC

Maybe you are looking for