Remove the mask before entering the data in the database?

Hello!

Hey guys, I'm with the following problem, I am using plugin 'text with hidden Input field', works perfectly in a deal to add the mask, but I have a problem saving the data in the database, I need to record data only, without the mask at all, no idea how to do this, a dynamic of action? What would be the best way to go, and if they have advice on how to make would be welcome.

Thank you!

Hello!

I would like to share with you that I found the solution to remove the mask before you update the database, I share case someone needs and evaluation of teachers is the best solution, I did the following creates a "process after Submit" before performing the "LMD" process, removing the masks as replace, just below my code is pretty simple as I said, my point in this case decided, as I have said I would like that assessment of you as possible to see if others have better enforcement solutions!

: P33_NR_CEP: = replace (: P33_NR_CEP,'-', ");

: P33_NR_TELEFONE: = replace (replace (replace (: P33_NR_TELEFONE, '(', ''), ')', "),'' ', ',");

hug!

Chubby Kiran fac586

Tags: Database

Similar Questions

  • How to remove the database of the rac oracle 10.2.0.4 on RHEL5

    Hello

    I have a rac Oracle 10.2.0.4 with ASM on RHEL5 configuration server. Every day of the week / I take rman backups level 0 / 1 using RMAN in the disc. Now, I would like to test these backups. For this I need to drop this database existing and to restrore, recovery of these backups. My database is configured with asm which is having two disk groups.

    DATA for the storage of the data
    FRA for archiving logs

    How can I make the data base rac 10.2.0.4 and restore and recovery of backups RMAN with asm database. Could someone send measures for this test?

    Thank you
    Vandenplas

    Published by: user12052260 on June 17, 2011 10:41

    Published by: user12052260 on June 17, 2011 10:41

    I have another question? After drop the database, restore and recovery this database of RMAN backups?

    If you already have PFILE or Prepare pfile

    (1) startup nomount
    (2) RMAN > restore controlfile from "piece of backup."
    (3) SQL > alter database mounting
    (4) RMAN > restore database;
    (5) RMAN > restore database;
    (6) RMAN > alter database open resetlogs;

  • How to remove the database

    Hi... I have a problem... maybe it of a matter of silliy... but am stuck...

    I ran 11g R2 to oracle server setup twice in my local machine without selecting the option CREATE DATABASE of STARTER. If no initial schema is created. Now, I want to delete one of the server because it's making my slow machine. When I run the wizard DBCA delete, to DELETE the DATABASE is disabled.

    How can I remove that?

    Help, please...

    You said that you select Create Starter database option. If no database is then created, how can you delete something that isn't there?

    I think that you want to uninstall the binary oracle you can choose to install oracle and choose the good house Oracle to uninstall

  • Add or table column to remove the database I have to rework for VO and EO?

    Hello

    I have a table called Employee
    I created the ViewObject (VO) and EntityObject (EO) in Jdeveloper.
    If I add or remove any column of the Employee table.
    do I need to recreate the VO and EO again. or it does not reflect the changes to the table automatically?

    Help, please...

    yshintre,

    You right-click of your OA and select "Synchronize with database" to have the new attribute added to your OA. You can then edit the original Version and add the new attribute by the shuttle in the list.

    John

  • How to remove the configuration of logical standby database cleanly

    Hello

    We are on the BSG with 11.2.0.3 version of DB. For unknown reasons, we would like to recreate the logic of the standby database and for this I want to cleanly remove/uninstall/remove LOGIC of DATABASE of the EVE of the DATA GUARD configuration that we have.

    Setup of the DG has already 1 PHYSICAL STANDBY DATABASE that works very well. PRIM, PHYSICAL and LOGIC are all on different HOSTS. Could you please guide or we suggest exact MOS Doc id in this regard? I found an MOS Doc id which is close enough, but its steps include dg configuration completely deleting what I don't want. Only the logical Standby database must be delete itself so that it can be installed again properly.

    We use the CONTROL GRID and DATA GUARD BROKER.

    Bundle of thanks in advance.

    Best regards

    Hello

    Thank you very much.

    What I have is:

    -DROP DATABASE (from logical database in standby)

    -asmcmd > and removed the rest of the orphaned files related to the logical database.

    -DGMGRL > remove the database logicladb; one

    -Grid control > removed from here

    -deleted the database logical PRIMARY related to logic, for example, log_archive_config.

    Other steps > ID note (Doc ID 733794.1) about the LOGIC of STANDBY DATABASE (I think that MINING regarding)

    She's.

    Best regards

  • How do I delete the database and backup of the ASM

    Hi all

    Oracle 11.2.0.3 database
    OEL 5.7

    We have a host for restore purposes.
    Run us monthly or quarterly operations to verify that I am able to restore a subset data in the given duration or for other purposes of restoration.
    I have an automated script to clone the database, but the database Clone to remove former base ASM before starting this process. I want to delete only the database files and keep the configuration (for example oratab/network/ocr and so on).

    Question: There is an easy way to delete these files without logging on ASM or using DBCA?

    Appreciate any help.

    user12028775 wrote:
    Hi all

    Oracle 11.2.0.3 database
    OEL 5.7

    We have a host for restore purposes.
    Run us monthly or quarterly operations to verify that I am able to restore a subset data in the given duration or for other purposes of restoration.
    I have an automated script to clone the database, but the database Clone to remove former base ASM before starting this process. I want to delete only the database files and keep the configuration (for example oratab/network/ocr and so on).

    Question: There is an easy way to delete these files without logging on ASM or using DBCA?

    Yes, there is a simple way. Use the DROP DATABASE command.

    Use the DROP DATABASE command to remove the database target and, if RMAN is connected to a recovery catalog, unregister it. RMAN removes all the data files, online redo logs and control belonging to the target database files. By default, RMAN prompts.

    Put this command in your script before clone your database:

    RMAN> CONNECT TARGET SYS@test1
    
    RMAN> STARTUP FORCE MOUNT
    RMAN> SQL 'ALTER SYSTEM ENABLE RESTRICTED SESSION';
    RMAN> DROP DATABASE INCLUDING BACKUPS NOPROMPT;
    

    Kind regards
    Levi Pereira

  • Updating of the database

    Hi gurus,

    (1) when we say the updating of the database, we need to remove the database and clone again with the last backups rman.

    (2) whereas cloning not set us the id of database also. If we do not then set what happens. in fact, what is the importance of id database parameter.

    Please, help me to be clear in this.

    Thank you very much...

    (1) RMAN is physical backup. So delete the database that should be cloned and generate the backups

    (2) there are several ways to clone, if using DUAL control, you should not use DBID.

    We might think of the connection string:

    target: the new database which is getting cloned
    Catalog: catalog database--> that stores all backups of your company

    RMAN target / catalogue /@.

    RMAN > set dbid ---> to retrieve the details of data source catalog database backup. RMAN backups in catalog
    database are identified by the DBID

  • Do I have to remove the last batch of data before the next batch of POST import?

    Hi all

    I am coding an integration with the API bulk import Contacts in Eloqua.

    Due to more than 32 MB capacity, I have to divide the data into several lots. So, I POST a Contacts import and PUBLISH data from Batch_1 import.

    After the Batch_1 data synchronization was successful, I would point OUT Batch_2 and synchronize it.

    Here's my question: what will happen to Batch_1? Is it to sync again? What I have to remove it before display Batch_2?

    Thank you

    Biao

    No, you don't need to REMOVE the resource export or sync associated with the first series before starting the second.

    The flow would be:

    1. Create import #1
    2. Create import SEO sync #1 #1
    3. Start to run the synchronization #1
    4. When you are finished, check the status of synchronization #1
    5. Create import #2
    6. Create import SEO sync #2 #2
    7. Start to run the synchronization #2
    8. When you are finished, check the status of synchronization #2

    And so on.

  • How to remove the warning "do you want to save the changes to investigation.pdf before closing.

    Question: To remove the warning "do you want to save the changes to investigation.pdf before closing.

    I created a file of pdf XFA (using the LC Designer 8.2) to view this issue

    I can't attach PDF file. Without attaching the pdf file, it would be difficult to explain.

    Click event js:

    function activateUser() {}
    var PDFVersion = xfa.host.variation + xfa.host.version;
    xfa.host.messageBox ("registered button click event");
    XFA. Form.Form1.sendForm.welcomeMsg.Presence = "invisible";
    XFA. Form.Form1.sendForm.successMsg.Presence = "visible";
    Event.Target.Dirty = false;
    };

    docReady event js:

    function displayInfo() {}
    var res =xfa.host.variation;//Added this line to display the successMsg
    xfa.host.messageBox ("docReady event recorded");
    XFA. Form.Form1.sendForm.welcomeMsg.Presence = "visible";
    XFA. Form.Form1.sendForm.successMsg.Presence = "invisible";
    };

    docClose js event:

    xfa.host.messageBox ("docClose recorded event");
    Event.Target.Dirty = false;

    Steps to get the caveat:
    (1) open the attached pdf using Acrobat Professional.
    (Bouton 2) click on registration to confirm.
    (3) now close the document and the Acrobat gives a warning "do you want to save the changes to investigation.pdf before closing.

    The XFA pdf summary:
    It has two text fields. DocReady event field has done this & field B is rendered invisible.
    The button click event of the field made invisisble & field B are made visible.
    Closing the pdf should not raise this warning message.

    My Efforts:
    (1) found a property in js adobe docs.
    Event.Target.Dirty = false;
    It does not solve the problem.
    (2) I tried to put this logic in almost all the events listed in the designer, but I'm not able to solve the problem.

    Please help me solve this problem.

    Hello

    Change the visual appearance is dirty the screen, before all data are actually entered in the form. I've seen this before.

    I think that the docClose event is too late to have the sale/requiresFullSave script. preSave does not either, as this is triggered after the warning dialog is displayed.

    For a test, I would put the sale/requiresFullSave script in the layout event: loan. Not the most efficient, but he should do after changing the visibility of the messages.

    This could be interesting: http://cookbooks.adobe.com/post_How_often_events_fire_and_their_sequence-16547.html

    Niall

  • compaction of disk space is removing the last 6 months of emails and put them in the trash. He has never done this before.

    When I compact my disk space, it deletes all previous 6 months emails in the trash. He's never done this before and has since a few months I do not more. all compact space solutions without losing everything?

    Compaction doesn't send your mail in the trash. Those are backup files in case something like this happens.

    Two reasons the most common for what you describe is disruption of the compacting process, (never touch anything until it's finished), or bloated folders. More about that below.

    Why OE insists on compacting folders when I close it? :
    http://www.insideoe.com/FAQs/why.htm#compact
     
    Why mail disappears:
    http://www.insideoe.com/problems/bugs.htm#mailgone
     
    About file Corruption:
    http://www.Microsoft.com/Windows/IE/community/columns/filecorruption.mspx

    Recovery methods:

    If you use XP/SP2 or SP3, and are fully patched, then you should have a backup of your dbx files in the Recycle Bin (or possibly the message store), copied as bak files.

    To restore a folder bak on the message store folder, first find the location of the message store.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, the .dbx files are by default marked as hidden. To view these files in the Solution Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder options | View.

    Close OE and in Windows Explorer, click on the dbx to the file missing or empty file, then drag it to the desktop. It can be deleted later once you have successfully restored the bak file. Minimize the message store.

    Open OE and, if the folder is missing, create a folder with the * exact * same name as the bak file you want to restore but without the .bak. For example: If the file is Saved.bak, the new folder should be named saved. Open the new folder, and then close OE. If the folder is there, but just empty, continue to the next step.

    First of all, check if there is a bak file already in the message. If there is, and you have removed the dbx file, go ahead and rename it in dbx.

    If it is not already in the message, open the trash and do a right-click on the file bak for the folder in question and click on restore. Open the message store up and replace the .bak by .dbx file extension. Close the message store and open OE. Messages must be in the folder.

    If messages are restored successfully, you can go ahead and delete the old dbx file that you moved to the desktop.
     
    If you have not then bak copies of your dbx files in the Recycle Bin:

    DBXpress run in extract disc Mode is the best chance to recover messages:
    http://www.oehelp.com/DBXpress/default.aspx

    And see:
    http://www.oehelp.com/OETips.aspx#4

    A general warning to help avoid this in the future:

    Do not archive mail in default OE folders. They finally are damaged. Create your own folders defined by the user for mail storage and move your mail to them. Empty the deleted items folder regularly. Keep user created folders under 300 MB, and also empty as is possible to default folders.

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • Remove the hard drive before sending for maintenance?

    Hi all, I'm somewhat new, so I hope that people can help me with this.

    My T400 mother board seems to be dead, which means I can't use the laptop at all. I called Lenovo service center and they told me to post my laptop for them (my warranty is still valid).

    However, I realized later that it was the small matter of trust all my data for them, so I called again to ask. A different operator recommended that I have remove all the hard drive before you post the phone for them. That's what I intend to do, but I forgot to ask if it was OK to remove the disk hard when there is a motherboard problem.

    Is it?

    No it will work as it did you do not have to do anything, it will have the same serial number of the system but have different material serial number

  • How to save a virtual machine before you remove the disc

    Very new to VMWare, with Essentials 5.5 the VSphere Client.  I have a virtual machine, I would like to remove from the disk, but want to copy, in the cases where I need to turn the crank upward once again, the host before the withdraw. Is it fairly easy to achieve?  However, I have to remove the inventory, by copying the file to the vm from the data store, add it to the inventory then disconnected the floppy again.  Would support this work if I already needed to put the virtual machine?

    Thanks for any idea!

    You can download the files of the virtual directory of the data store computer and that you need to remove the inventory, just stop the virtual machine to release the locks on files.

  • Remove the data of the data cluster store store

    I'm trying to disassemble a data store that is part of a cluster of data store.  Needless to say that the system does not just let go without me to jump through a bunch of hoops first.  Anyone can point me to documentation that describes the steps that I need to go by?

    No virtual machine is in the data store - it's good, that there are no virtual machines on the data store

    The data store is not part of a group of data store - I want to remove from the cluster.  How do I do that?

    The datatstore is not managed by the DRS storage - I figured this out.  I temporarily disabled DRS on the cluster storage.

    Storage i/o control is disabled for this data store - how can I do this?

    The data store is not used to the pulsations of vSphere HA - how can I turn off / suspend the heartbeat?


    Thanks in advance.

    You can remove the cluster data store by dragging in your data center through the vSphere client.

    You can disable IGCS through a host in the configuration-> storage tab.

    You can disable HA heartbeat by disabling HA on your cluster hosts. Usually when you receive this warning, it means that the data store is always used by something. Try first the first 2 options and then try to remove before disabling HA on your cluster.

    This should fix the problem on removing.

  • Remove the Configuration of data protection

    Database Oracle 10.2.0.4

    Before I signed up with this company, they had some consultants take two of their bodies and development of demonstration Data Guard on them. Now they need their instance of development back and I can't get the standby database is opened in read/write mode. I'm fairly certain that the primary database was successfully changed to stand alone. I followed all the steps described in: how to remove safely a Data Guard Broker Configuration [261336.1 ID].

    In the case of the day before, I tried:
    SQL > alter database recover managed standby database cancel;
    ALTER database recover managed standby database cancel
    *
    ERROR on line 1:
    ORA-16136: Managed Standby Recovery non-active

    That tells me that it is no longer used for recovery... but if I try to open the instance for read and write I get:
    SQL > alter database open, read write;
    change the database open, read write
    *
    ERROR on line 1:
    ORA-16003: standby database is limited to read-only access

    I can't find any documentation on how to do it, so the question. How can I tell the day before to start rolling for himself?

    ALTER database recover managed standby dabase finishing strength;
    Change the database for validation at the grade crossing;
    ALTER database open;

  • a date column, with timestamp... How to remove the timestamp

    Hello

    I have a table name WRESTLING, with one of its fieldnamed DATE, using the DATE data type.
    The date format incudes timestamp, can someone help me how to remove the timestamp part.
    I want only the part of date only. I tried this:

    Update DATE is to_char(date,'DD-MON-YYYY') set of CATCH;.
    but the result of all the date inside the table always have timestamp.

    can I use this:
    Update DATE is to_date(date,'DD-MON-YYYY') set of CATCH;.
    and still the same result.

    Can anyone advice on this? pls.
    Thank you

    user9353110 wrote:
    Thank you very much.. If this is the case, we can remove the timestamp when creating view for this table?

    No, you can never remove the component "hour" of a DATE.

    If you do not want to display a date in time (display purposes only!), use TO_CHAR to "transform" the DATE to a string with the format mask

    SQL> alter session set nls_date_format = 'dd-mm-yyyy hh24:mi'
      2  /
    
    Session altered.
    
    SQL> select sysdate
      2    from dual
      3  /
    
    SYSDATE
    ----------------
    17-03-2010 09:28
    
    SQL> select to_char (sysdate, 'dd-Mon-yyyy')
      2    from dual
      3  /
    
    TO_CHAR(SYSDATE,'
    -----------------
    17-Mar-2010
    
    SQL> select to_char (sysdate, 'yyyy-MON-dd')
      2    from dual
      3  /
    
    TO_CHAR(SYSDATE,'
    -----------------
    2010-MAR-17
    
    SQL> 
    

    NOTE: the example of last two are not DATEs! They are STRING

Maybe you are looking for