another audit these characters

Hi all

If the string must not contain other than these values "dot (.), hypen (-) and underscore (_).

Example:

test1._3333-> check valid

. %%-> Invalid record

^ & -> Invalid record

Test1-> check valid

Thank you

Murali

Hello

RegExp is not effective. You can do this in the normal functions

WITH t AS
  (SELECT 'test1._3333-' col FROM dual
  UNION ALL
  SELECT '.%%%'FROM dual
  UNION ALL
  SELECT '^&'FROM dual
  UNION ALL
  SELECT 'test1'FROM dual
  )
SELECT col,
  CASE
    WHEN LENGTH(trim(TRANSLATE(col,'._-1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',' ')))>0
    THEN 'InValid'
    ELSE 'valid'
  END
FROM t

Tags: Database

Similar Questions

  • I am making a new user account, but when I try to call my computer says that he cannot have another name with characters inside

    Original title: new user account...

    I am making a new user account, but when I try to call it my computer says it cannot have another name with characters inside (>)

    Hello

    I suggest you try to create the new user account using the command:

    'control userpasswords2' run box or the start search box and then create the new user account.

    Follow the steps for the same thing:

    a. click Start, type control userpassword2 in the search box and press enter.

    Hope the information is useful.

  • How to encode these characters?

    I am surprised that I can't find examples of how to proceed (so far). Basically, I need to URL encoded only these special characters, as specified in RFC1738, section 2.2:

    ';","/', '? ', ': ', '@', '=' and '&' (and '+' while '+' is not required by article 2.2)

    I find it strange that thers is no URLEncodedFormat param to specify exactly the characters to encode. This seems to be something important. Many web services, such as Amazon SimpleDB service, I work with, have strict coding requirements.

    I'm not very good with regular expressions, but that seems to be the way to go here. Someone knows how to build a RE to encode the characters in section 2.2, or did you see special tags or examples? I just want a string that may have one of these characters and do return code. Thank you.

    Not sure why I thought REReplace was the way to go, but ColdFusion once again showed what a joy it is to work with solving my probem with a single line of code. My colleague helped me by suggesting that:

    #ReplaceList(string,";,/,?,:,@,=,&,+", "%3B,%2F,%3F,%3A,%40,%3D,%26,%2B") #.

    Works like a charm.

  • When you type on the keyboard, the characters on the screen are not what I typed. "These characters are in the wrong places (~ @ #" | "), how can I solve this problem?".

    The characters are in the wrong places (~ @ "|") (# and the Sterling character is missing), I tried troubleshooting and this message comes on my screen.

    ID of device PNP ACPI\PNP0303\4 & 31AD995D & 0
    Error code this device is not present, does not work or does not have all its drivers installed.
    One of you smart people have a solution I can try.
    Thank you very much
    otev

    The characters are in the wrong places (~ @ "|") (# and the Sterling character is missing), I tried troubleshooting and this message comes on my screen.

    ID of device PNP ACPI\PNP0303\4 & 31AD995D & 0
    Error code this device is not present, does not work or does not have all its drivers installed.
    One of you smart people have a solution I can try.
    Thank you very much
    otev

    You use the wrong keyboard layout. Apparently, you have a UK keyboard, if you want that the UK keyboard layout. You are probably using the American provision.

    To change it, go to control panel | Region and language and click the keyboard and languages tab. Then click on change keyboards... and choose the one that suits you.

  • Another audit trail is not purged.

    Oracle 11.2.0.3 SE - One

    Oracle Linux 5.6 x 86-64

    I seem to have a problem very similar to that described in thread https://community.Oracle.com/thread/3574919

    Went through the usual steps of moving tables to audit a dedicated TS and the initialization of audit management infrastructure.  Working on 3 different databases on a test server, two work exactly as planned but the third (rman duplicate every weekend production) is not purge.

    Here is the testimony of the installation.  For display, I changed the names of database a simply DB1, DB2, DB3.  Those designated as DB3 is the "enfant terrible".

    SQL > select name from v$ database;

    NAME

    ---------

    DB1

    1 selected line.

    SQL > SET SERVEROUTPUT ON

    SQL > START

    2. IF DBMS_AUDIT_MGMT.is_cleanup_initialized (DBMS_AUDIT_MGMT. AUDIT_TRAIL_DB_STD) THEN

    3 DBMS_OUTPUT.put_line ('YES');

    4 SOMETHING ELSE

    5 DBMS_OUTPUT.put_line ('NO');

    6 END IF;

    7 END;

    8.

    YES

    PL/SQL procedure successfully completed.

    SQL > SELECT * FROM dba_audit_mgmt_config_params;

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    STANDARD DB TABLESPACE AUDIT_TRAIL AUDIT AUDIT TRAIL

    FGA DB TABLESPACE AUDIT_TRAIL AUDIT AUDIT TRAIL

    AUDIT OF AUDIT FILE MAX TRAIL SIZE 10000 OS

    CHECKING FILE MAX SIZE 10000 XML AUDIT TRAIL

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL OS

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL XML

    DB AUDIT OWN LOT SIZE 10000 AUDIT STANDARD

    DB AUDIT OWN LOT SIZE 10000 FGA AUDIT TRAIL

    1000 OS OS OWN BATCH FILE AUDIT TRAIL SIZE

    OS OWN BATCH FILE AUDIT TRAIL SIZE 1000 XML

    DEFAULT CLEANUP INTERVAL 24 STANDARD AUDIT TRAIL

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    DEFAULT CLEANUP INTERVAL 24 FGA AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 OS AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 XML AUDIT TRAIL

    14 selected lines.

    SQL >

    SQL > exit

    < snip >

    SQL > select name from v$ database;

    NAME

    ---------

    DB2

    1 selected line.

    SQL > SET SERVEROUTPUT ON

    SQL > START

    2. IF DBMS_AUDIT_MGMT.is_cleanup_initialized (DBMS_AUDIT_MGMT. AUDIT_TRAIL_DB_STD) THEN

    3 DBMS_OUTPUT.put_line ('YES');

    4 SOMETHING ELSE

    5 DBMS_OUTPUT.put_line ('NO');

    6 END IF;

    7 END;

    8.

    YES

    PL/SQL procedure successfully completed.

    SQL > SELECT * FROM dba_audit_mgmt_config_params;

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    STANDARD DB TABLESPACE AUDIT AUDIT TRAIL

    FGA DB TABLESPACE AUDIT AUDIT TRAIL

    AUDIT OF AUDIT FILE MAX TRAIL SIZE 10000 OS

    CHECKING FILE MAX SIZE 10000 XML AUDIT TRAIL

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL OS

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL XML

    DB AUDIT OWN LOT SIZE 10000 AUDIT STANDARD

    DB AUDIT OWN LOT SIZE 10000 FGA AUDIT TRAIL

    1000 OS OS OWN BATCH FILE AUDIT TRAIL SIZE

    OS OWN BATCH FILE AUDIT TRAIL SIZE 1000 XML

    DEFAULT CLEANUP INTERVAL 24 STANDARD AUDIT TRAIL

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    DEFAULT CLEANUP INTERVAL 24 FGA AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 OS AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 XML AUDIT TRAIL

    14 selected lines.

    SQL >

    SQL > exit

    < snip >

    SQL > select name from v$ database;

    NAME

    ---------

    GBP

    1 selected line.

    SQL > SET SERVEROUTPUT ON

    SQL > START

    2. IF DBMS_AUDIT_MGMT.is_cleanup_initialized (DBMS_AUDIT_MGMT. AUDIT_TRAIL_DB_STD) THEN

    3 DBMS_OUTPUT.put_line ('YES');

    4 SOMETHING ELSE

    5 DBMS_OUTPUT.put_line ('NO');

    6 END IF;

    7 END;

    8.

    YES

    PL/SQL procedure successfully completed.

    SQL > SELECT * FROM dba_audit_mgmt_config_params;

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    STANDARD DB TABLESPACE AUDIT AUDIT TRAIL

    FGA DB TABLESPACE AUDIT AUDIT TRAIL

    AUDIT OF AUDIT FILE MAX TRAIL SIZE 10000 OS

    CHECKING FILE MAX SIZE 10000 XML AUDIT TRAIL

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL OS

    AUDIT FILE MAX 5 YEARS AUDIT TRAIL XML

    DB AUDIT OWN LOT SIZE 10000 AUDIT STANDARD

    DB AUDIT OWN LOT SIZE 10000 FGA AUDIT TRAIL

    1000 OS OS OWN BATCH FILE AUDIT TRAIL SIZE

    OS OWN BATCH FILE AUDIT TRAIL SIZE 1000 XML

    DEFAULT CLEANUP INTERVAL 24 STANDARD AUDIT TRAIL

    PARAMETER_NAME, PARAMETER_VALUE AUDIT_TRAIL

    ------------------------------ -------------------- --------------------

    DEFAULT CLEANUP INTERVAL 24 FGA AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 OS AUDIT TRAIL

    DEFAULT CLEANUP INTERVAL 24 XML AUDIT TRAIL

    14 selected lines.

    SQL >

    SQL > exit

    Here are the guts of the purge script

    Conn / as sysdba

    ALTER session set nls_date_format = 'DD-MON-YYYY HH24:MI:SS ";

    Select the name,

    SYSDATE RUN_TIME

    from v$ database;

    --

    Select count (*) audit_recs,

    min (timestamp) oldest.

    Max (timestamp) new

    of dba_audit_trail;

    --

    BEGIN

    DBMS_AUDIT_MGMT. SET_LAST_ARCHIVE_TIMESTAMP (DBMS_AUDIT_MGMT. AUDIT_TRAIL_AUD_STD, TRUNC (SYSTIMESTAMP)-90);

    DBMS_AUDIT_MGMT. SET_LAST_ARCHIVE_TIMESTAMP (DBMS_AUDIT_MGMT. AUDIT_TRAIL_FGA_STD, TRUNC (SYSTIMESTAMP)-90);

    DBMS_AUDIT_MGMT. SET_LAST_ARCHIVE_TIMESTAMP (DBMS_AUDIT_MGMT. AUDIT_TRAIL_OS, TRUNC (SYSTIMESTAMP)-90);

    DBMS_AUDIT_MGMT. SET_LAST_ARCHIVE_TIMESTAMP (DBMS_AUDIT_MGMT. AUDIT_TRAIL_XML, TRUNC (SYSTIMESTAMP)-90);

    END;

    /

    --

    BEGIN

    DBMS_AUDIT_MGMT. CLEAN_AUDIT_TRAIL (DBMS_AUDIT_MGMT. AUDIT_TRAIL_ALL, TRUE);

    END;

    /

    --

    Select count (*) audit_recs,

    min (timestamp) oldest.

    Max (timestamp) new

    of dba_audit_trail;

    --

    and here are the results of the problem child

    Modified session.

    NAME RUN_TIME

    --------- --------------------

    DB3 24 JUNE 2014 08:05:01

    AUDIT_RECS MOST RECENT FORMER

    ---------- -------------------- --------------------

    3535812 17 JUNE 2013 02:45:49 JUNE 24, 2014 08:01:33

    PL/SQL procedure successfully completed.

    PL/SQL procedure successfully completed.

    AUDIT_RECS MOST RECENT FORMER

    ---------- -------------------- --------------------

    3535812 17 JUNE 2013 02:45:49 JUNE 24, 2014 08:01:33

    As usual, I'm sure I have forgotten any essential difference between the 'good' and 'bad', but it eludes me.

    > but the third (rman duplicate every weekend production) is not purge.

    If the DBID changed?

    See footnote support Oracle #1431343.1

    Hemant K Collette

  • Generate and write unicode characters to file

    The characters of genearted seems OK (up to x00FF), but after writing to file these characters and their values are different. Also the characters after 0x00FF are not good.

    Any idea?

    You should probably give this page than to read a thorough if you relied on the use of Unicode in your application.  Here is a relevant excerpt:

    ASCII technically only sets a value of 7 bit and can therefore represent 128 different characters, including characters such as the newline (0x0A) and return (0x0D) transport. However ASCII characters in most applications including LabVIEW are stored as 8-bit values which can represent 256 different characters. The 128 additional characters in the ASCII range are defined by the code page of the operating system aka "language for programs non - Unicode.  For example, on a Western system, Windows uses by default the character set defined by the Windows code page 1252 Windows-1252 is an extension of another commonly known used encoding ISO-8859-1.

    Offers Windows-1252 characters up to 0xFF (ÿ) but not something higher to 8-bit (for example no 0x0100).  By default, LabVIEW support these uses of 8-bit, multibyte strings characters - only interpretation is based on the current code page selected in the operating system.  You can turn on Unicode, the instructions in my first link (this is not supported and can be a little buggy from time to time...) to get the support of multibyte unicode characters to multibyte codepage characters not in the operating system.

    Unicode has several encodings, and the bit raw to a character depending on the encoding used.  LabVIEW limited unicode support seems to use UTF-16 (little endian) encoding for whatever it will be displayed in the user interface.  So to get the characters displayed on the interface user, you must enable unicode (instructions illustrated in my first link) and write the appropriate UTF-16 code:

    UTF - 8 is more common and therefore easier to work with outside LabVIEW (e.g. my version of Notepad ++ obviously do not support UTF-16).  I usually find myself using UTF-8 for files format strings and convert them to UTF-16 for display in LabVIEW.

    Unicode in my first link library has the necessary subVIs to convert between UTF-8 and 'Unicode' (i.e. UTF-16).

    Best regards

  • Is there a list of additional characters for my keyboard. MS XP.

    I XP MS and I want to be able to type additional characters does not appear is not on my keyboard. EX: Cents sign. Is there a list of additional characters/symbols, that I can access? Is there a list of additional symbols illustrating the keys I have to do to access these characters/symbols?

    Hello

    You can use the character map to copy and paste special characters into your documents, such as the trademark symbol, special mathematical characters or a character from another language character set.

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/app_charmap.mspx?mfr=true

    Hope this information is useful.

  • UK keyboard - how to use characters and Portuguese accents?

    I just moved to the United Kingdom and bought a computer here. Obviously, the ti came with a UK keyboard. But I often need to write in Portuguese and need to use accents and other characters for which there is no letters on the keyboard.

    I know that I can always use the character map to copy and paste these characters, but it is very inconvenient to write a large text in this way, not to mention the counter productive because it completely breaks the workflow.

    I know that I can also install files and use the keyboard as Oortuguese (Brazilian ABNT or ABNTII) but then I meet similar workflow problems given that the keys will not match what they actually type and will take time to get adjusted so be it.

    Is it possible to do just the keyboard write in a foreign language as well and still write in English and Portuguese, without problems?

    I had a similar problem - computer bought in England but used mainly in Switzerland. I put the keyboard to be "French of Switzerland" that gives me access to diacritics, I need to write in French and in German (and because I learned to touch type here). To put the keyboard to another language go to control panel and choose keyboard. The process is a bit messy, but it does not work OK. Everything else remains in English (interface OS, menus and so on).

    The problem of course with this method is that what you see on the keyboard does not match what you see on the screen (the keyboard Switzerland is not too bad, about 90% of the keys are the same as a UK keyboard). If you touch type, which is not a real problem. If this is a problem, then you can consider using a separate Portuguese external keyboard. I've also seen people put little stickers on keys (if they tend to fade pretty quickly!)

  • A file name cannot contain any of the following characters: \ /: *? "&#60; &#62; |"

    I want to rename a file using a slash symbol but I get this message, why are they not allowed and is it possible to replace it?

    These characters have a functional significance affecting the management of the operating system files and even acknowledge that there is even a file if it was to meet such a file name.  I guess you can rename in some versions of Linux, for example, but then I guess that you could produce a file Windows would hang up on.

    For example, the slash symbol is interpreted as a delimiter to separate the names of folders (directories) nested in another and also the names of files in folders.  For example, I have a file path (address) 'C:\Users\Administrator\Desktop\spiro and graphing\GeneratingLissajousFigures.cdf', and if the file may be named with a separator, then Windows might get confused.  (Also, / and -get interpreted in the same way at the end.)

  • ExtendScript handling special characters

    Hello

    I'm working on my first script for After Effects. I've never worked with JavaScript so please bare with me if the answer to my question is very simple.

    I am simply read a .txt file and parses strings in variables. I then take these variables and using the strings to populate the text layers in After Effects. Everything works perfectly and more that he will not perform "special characters" in the Spanish language. How JavaScript to allow these characters to be filled in text layers?

    Here is my code:

    MAIN FUNCTION

    var newFile = File.openDialog ("file read.");

    If (newFile! = null) {}

    var a = readDocument(newFile,_1).contentAry;

    replaceText (a);

    }

    Checks if the document exists-> If Yes, creates new table and populates file

    function readDocument (inputDoc, linesToSkip) {}

    var curDoc = new queue (inputDoc);

    {if (curDoc.Exists)}

    var contentAry = new Array();

    curDoc.open ("r");

    fills up to the end of the txt file

    {while(!curDoc.EOF)}

    contentAry [contentAry.length] = curDoc.readln ();

    }

    curDoc.close ();

    }

    Replaces the normal table space characters

    contentAry.splice (0, linesToSkip);

    var contentList = contentAry.join("_gap_").toString () replace (new RegExp ("_gap_", "g"), '\r');

    contentAry = contentAry;

    return {}

    'contentAry': contentAry,

    "contentList": contentList

    }

    }

    Function to replace text in layer

    function replaceText (content) {}

    try {}

    variables for specific layers that are targeted

    var layerOneA = app.project.item (3) .layer (1);

    var layerTwoA = app.project.item (3) .layer (2);

    var layerThreeA = app.project.item (3) .layer (3);

    var layerOneB = app.project.item (4) .layer (1);

    var layerTwoB = app.project.item (4) .layer (2);

    check that the parameter passed through to the function is an array

    If {(contents instanceof Array)

    var curLine, lineOne, lineTwo, lineThree, lineFour, pl;

    var aryLength = content.length;

    runs the table & analysis of its data to variables

    for (var i = 0; i < aryLength; i ++) {}

    curLine = happy [i];

    PL = parse (curLine);

    lineOne = pl.title;

    lineTwo = pl.msg;

    lineThree = pl.tune;

    lineFour = pl.name;

    Another used for loop so the function works on the main compositions (all nested these comps)

    for (var x = 0; x < 2; x ++) {}

    if(x == 0) {}

    layerOneA.sourceText.setValue (lineOne);

    layerTwoA.sourceText.setValue (lineTwo);

    layerThreeA.sourceText.setValue (lineThree);

    } else {}

    layerOneB.sourceText.setValue (lineOne);

    layerTwoB.sourceText.setValue (lineThree);

    }

    }

    docName.name.setValue (lineFour);

    Alert (docname. (Name)

    }

    }

    '\r',} catch (err) {alert (err.line.toString () + err.toString ())};

    }

    Split strings in the table into separate objects

    function parse (myText) {}

    {while (!) MyText.EOF)}

    var t = myText.split ("\t");

    return {}

    'title': t [0],

    'msg': t [2],

    'tune': t [3].

    'name': t [4]

    }

    }

    }

    Thank you very much for your help!

    The file object has a 'encoding' property, see the Guide to the JavaScript section on "Unicode i/o tools.
    Make sure you read the txt file in the encoding it is written. Better to use an encoding like utf8 that supports way more special than ascii symbols, for example.

  • Police is displayed correctly with the exception of specific characters

    Hello!

    I try to use several fonts in Adobe CC 2015 and while the selected font appears, the specific characters are not.  For example.

    If I'm typing: what's up?

    It displays as: what s upward?

    Or it will not display the ': what s upward?

    I used the same fonts in other applications such as Word and I do not have this problem at all. So far I have discovered that if I change the font for a font which will show you the lack of character as rectangles, then I add in the apostrophe (or another tank missing) it works fine.  It seems that the lack of character must appear as the right rectangle - I can't just change to any font.

    Is it me?

    Confused.Untitled-1.jpg

    Maria,

    I have the definitive answer regarding these two fonts.

    First of all, they are publicly downloadable fonts on dafont.com. I downloaded them reviewed with a publisher of professional fonts and this is what I found.

    For fonts JamesFajardo, opening and closing single and double quotes typographical are actually defined in the police as a draft. Therefore, since the characters are well-defined, InDesign (and all Adobe applications) use as-is. Which translates to white display test. If you want an apostrophe, overlay which to replace the closing quotation mark will make your viewable and printable document.

    For fonts Hanshand, opening and closing single and double quotes typographical are defined at all in the police. Thus the .notdef glyph (this square box) is used. This is completely consistent with the specification for the use of these fonts. As in the case of the police of JamesFajardo , if you want an apostrophe, overlay to replace the apostrophe closing will make your viewable and printable document.

    By default, InDesign uses the quotes when the overlay even place or paste text. So, if your Microsoft Word document had used a typographic-no apostrophe, then import that would produce a conversion to get what you see. Also, when the overlay in Microsoft Word (or other office applications), if you have this option is disabled, you will not get any attempt to replace the automatic.

    However, is that these two policies are fundamentally flawed because common characters used in Western Latin language available are missing and in the case of JamesFajardo, the police are actually defective, to distinguish these characters as a draft.

    For your entertainment and edification, I am attaching to this answer the tables of output for these two fonts font so you can see exactly what is defined in them. Ironically, a similar chart appears on dafont.com web pages associated with each of these fonts.

    Sorry for the inconvenience that you have been through, but there is not much at Adobe, we can help you with these fonts.

    -Dov

  • AddressBook issues when moving from T5 to Centro - strange characters

    I installed the Palm Centro (5.4.9) software today and populated with the information of my Tungsten T5. First of all, I had a problem with the sync (the issue of database Trace of Pm), which I could solve with the valuable information that found in this community (I installed the run).

    Now, I have another question. The address book has been transferred smoothly to the new Palm Desktop, but in the computer Pocket (AddressBook as Contacts), that all the records are there, strange characters appeared: in edit mode, instead of the names of some fields (Mobile, Fax, address, city, State, etc.) it shows a sequence of several zeros, square, capital we and number 8. In the display mode, these characters are transformed into a sequence of zeros.

    My OS is Windows XP Pro SP2. My Centro is a Brazilian operator (in Vivo).

    Anyone have any suggestions on how to fix this?

    Thank you.

    Ok. I thank very you much for the fast support.

    Kind regards.

    Message relates to: Centro (unlocked GSM)

  • Special characters in password?

    What are the rules for passwords? Thank you.

    We felt to create a problem when the password included a character @.

    Published by: davejjj on April 2, 2013 09:17

    davejjj wrote:
    So why Oracle accept passwords that include the character @? Why didn't he simply reject them? Or how can they be rejected in the future? Thank you.

    Published by: davejjj on April 2, 2013 10:18

    they can be denied using a function of complexity of password, such as specified in the user profile. See http://docs.oracle.com/cd/B28359_01/network.111/b28531/authentication.htm#i1007341 for a discussion. After reading it, before you do anything, think about these points, which are perhaps not so obvious

    (1) you don't have to use the provided, either in the content or name. The name of the function to use is specified in the profiledefinition. And since you can have multiple profiles (for example, one for ordinary users, the other for the DBA) each profile can specify its own audit function.

    (2) the function is just a bunch of PL/sQL code. There is no magic here. You can code to do what you want - apply different rules of complexity, to require that certain characters, reject some characters, etc. At my last store I specifically rejected 3 different special characters that had proved to be problematic, because the password could pass through systems which would take these characters as a kind of beacon. '@' in a connection string. ' $' in a shell script. And believe it or not, "#" when used by Oracle Forms.

  • Another recommendation of the raccheck: some tablespaces not autoallocate

    Check the RAC has another recommendation:

    Some tablespaces have no kind of distribution system
    SQL DATA COLLECTIONS AND CONTROLS success factor
    Recommendation

    It is recommended that for all managed tablespaces locally, the type of specified allocation SYSTEM to allow Oracle to determine automatically the size of the measure depends on the profile data.


    Links

    Note: 847951.1 - how to change the Management of the measure of a Tablespace size uniform to Autoallocate-

    This note of oracle said: there is no "alter tablespace" syntax of uniform to autoallocate extended management change. We need to re - define the storage space for the management of the extent of the change:
    · Backup tablespace
    · Export data from the tablespace
    · Drop and re-create the tablespace with option "Autoallocate.
    · Import data from the tablespace

    But we are unable to continue this from our database is 2 TB in size, tablespaces are application tablespaces and they are not CanGrow and not auto allcoated. During the migration, I will use transportable tablespace to move the data to the new environment file, and that's why the tablespace inherited these characters.

    Since the size of storage space, it is impossible for us to export-import-drop. What is the best way to treat this?

    You can test this, but I don't think it will work.

    Currently I see below option only

    · Backup tablespace
    · Export data from the tablespace
    · Drop and re-create the tablespace with option "Autoallocate.
    · Import data from the tablespace

    Concerning
    http://www.oracleracexpert.com
    Import and export transportable tablespace
    http://www.oracleracexpert.com/2009/09/transportable-tablespace-export-and.html
    Tablespace transportable export and import on the same platforms Endian http://www.oracleracexpert.com/2009/08/transportable-tablespace-export-import.html

  • Is it possible to save dumb characters as characters?

    Last question for today, I promise you:

    My script has many silent characters. I would like them to appear on the reports of character. Obviously, every time I point out their names in the script and put them to 'print', their names are centered and formatted for the dialogue, which makes the script totally confused. Is there another way to mark these characters whose names appear only in 'action', as characters?

    Thank you!

    You can enter manually "voiceless character" for a scene in "The scene properties" Panel on the right side.

    Also, if a Word has been user as a 'Character' at least once in the script, then where he made his appearance in the Action item, it will automatically detected as a speaking character.

    Thank you

Maybe you are looking for