Schema register - Local vs owner

Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production0
PL/SQL Release 12.1.0.2.0 - Production0
CORE12.1.0.2.0Production0
AMT for Linux: Version 12.1.0.2.0 - Production0
NLSRTL Version 12.1.0.2.0 - Production0

We want to save the schema so that it is owned by a single user and be able to grant access to specific users. The schema is used in a procedure that the owner and the schema are the same. However, one user other than the user attempts to access that get an error of procedure. What to do to get this scheme available to select users?

Thank you

Registered as global XSD, so it could be seen by all objects

Tags: Oracle Development

Similar Questions

  • I bought Photoshop CS6 2nd market of hand and it is already registered in pre-owner account how can cancel this and move to my account?

    I bought Photoshop CS6 2nd market of hand and it is already registered in pre-owner account how can cancel this and move to my account?

    Hi Syjung,

    The former owner needs to transfer the license by filling out the form below.

    http://helpx.Adobe.com/x-productkb/policy-pricing/transfer-product-license/_jcr_content/MA in-pars/procedure_2/proc_par/step_0/step_par/download/file.res/Transfer%20of%20License%20F orm.pdf

    Thank you

  • Schema register get different columns than expected

    Hello

    I use Oracle 11.2 on a Windows Server 2008-based computer

    I expect that when I join an XSD, I'd get an XMLTYPE column AND the columns contained the element in the xsd.

    For example running the following script, I would expect that the ROOT table contains a column of ID and INFORMATION table will contain columns INFO_ID and INFO_CONTENT.

    What I am doing wrong?

    var schemaPath varchar2(256)
    var schemaURL  varchar2(256)
    
    begin
      :schemaURL := 'http://localhost/public/xsd/myschema_bin.xsd';
      :schemaPath := '/public/myschema_bin.xsd';
    end;
    / 
    
    call dbms_xmlSchema.deleteSchema(:schemaURL,4);
    
    declare
      res boolean;
      xmlSchema xmlType := xmlType(
    '                Example XML Schema                                                                                                               '
    );
    begin
      if (dbms_xdb.existsResource(:schemaPath)) then
          dbms_xdb.deleteResource(:schemaPath);
      end if;
      res := dbms_xdb.createResource(:schemaPath,xmlSchema);
    end;
    / 
    
    alter session set events='31098 trace name context forever';
    
    DECLARE
      BINARY_XML boolean:=TRUE;
    BEGIN
         IF (BINARY_XML) 
         THEN
            dbms_xmlschema.registerSchema(SCHEMAURL => :schemaURL,
                                          SCHEMADOC => xdbUriType(:schemaPath).getXML(),
                                          LOCAL     => TRUE,
                                          GENTYPES  => FALSE,
                                          GENBEAN   => FALSE,
                                          GENTABLES => TRUE,
                                          FORCE     => FALSE,
                                          OPTIONS   => DBMS_XMLSCHEMA.REGISTER_BINARYXML,
                                          OWNER     => USER);
         ELSE
            dbms_xmlschema.registerSchema(SCHEMAURL => :schemaURL,
                                          SCHEMADOC => xdbUriType(:schemaPath).getXML(),
                                          LOCAL     => TRUE,
                                          GENTYPES  => TRUE,
                                          GENBEAN   => FALSE,
                                          GENTABLES => TRUE,
                                          FORCE     => FALSE,
                                          OWNER     => USER);
         END IF;
    END;
    

    Of more when I try to get the information on the table created it just tells me that it is an XMLTYPE, and I expect to specify the XMLTYPE is an instance of the registered scheme is what I get:

    desc INFO931_TAB;
    
    Name                           Null     Type                                                                                                                                                                                          
    
    ------------------------------ -------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
    
    SYS_NC_ROWINFO$                         XMLTYPE() 
    

    Not that I see a problem, but I really wonder why you choice is XMLType ro. If it's a temporary storage solution a binary XML Securefile XMLType column would be more "reasonable"?

    The following might be a solution (not a readable-, but it would be unique)

    Select object_id. » -'|| x1.EmpNo | | » -'|| y.addrno as 'UNIQUE_ADDR_IDENT '.

    emp_xmltype_table has,.

    XMLTABLE (' / employees ')

    PASSAGE object_value

    COLUMNS

    EmpNo to ordinalite,

    Employee_Name PATH VARCHAR2 (4000) "name."

    employee_age Number (38) PATH 'Age '.

    ) x 1,

    XMLTABLE)

    XMLNAMESPACES ('http://www.oracle.com/emp.xsd' AS 'emp').

    "Addr/employee / '.

    PASSAGE object_value

    COLUMNS

    addrno for the ordinalite,

    VARCHAR2 (30) Street WAY 'Street '.

    ) y ;

    That said, if you follow the odie_63 (How To: load XML in multiple tables data |) Blog of Oracle of Odie), for inclusion in the address table, create an address unique id (ID) and also store information of object_id (& emprno), addrno. By OBJECT_ID & ADDRNO (based on current XSD) you now can still find the original address in EMP_XMLTYPE_TABLE.

    Object_id tells you what original XML document to select. EMPRNO (currently always = 1) and ADDRNO will tell you which address (position) in the XML document. As long as the position in the XML document is not littered with (insert address before the need / relational stored address), it should work.

  • BlackBerry Smartphones trying to register with salon owners but need IMEI number

    I can't record with the owners lounge for my 8330 doesn't have an IMEI number only a MEID. I checked the phone by removing the battery and through the options but no IMEI required to register with the ownwers lounge. Any suggestion would be appreciated.

    Thank you

    Same difference, that should work

  • Error during xml schema register

    Hello
    I am trying to register as a result of xml schema,

    BEGIN
    () dbms_xmlschema.registerSchema
    "ocastatus.xsd,"
    ' <? XML version = "1.0"? >
    < xsd: Schema
    targetNamespace = "http://xmlbeans.apache.org/ocastatus."
    xmlns = "http://xmlbeans.apache.org/ocastatus."
    elementFormDefault = "qualified".
    container = "http://www.w3.org/2001/XMLSchema".
    xmlns:xdb = "http://xmlns.oracle.com/xdb" >
    < xsd: element name = "ocaStatus" type = "OCASTATUS_TYPEType" / >
    < xsd: complexType name = "OCASTATUS_TYPEType" xdb:SQLType = "OCASTATUS_TYPE" >
    < xsd: SEQUENCE >
    < xsd: element name = "status" type = "STATUS_TYPEType" xdb:SQLName = "status" maxOccurs = "unbounded" xdb:SQLCollType = "STATUS_V" / >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: complexType name = "STATUS_TYPEType" xdb:SQLType = "STATUS_TYPE" >
    < xsd: SEQUENCE >
    < xsd: element name = "statusCode" type = "xsd: double ' xdb:SQLName = 'statusCode' xdb:SQLType = 'NUMBER' / >
    < xsd: element name = "statusDate' xdb:SQLName = 'statusDate' xdb:SQLType = 'VARCHAR2' >
    < xsd:simpleType >
    < xsd:restriction base = "XSD: String" >
    < xsd:maxLength value = "50" / >
    < / xsd:restriction >
    < / xsd:simpleType >
    < / xsd: element >
    < xsd: element name = "userId" xdb:SQLName = 'userId' xdb:SQLType = 'VARCHAR2' >
    < xsd:simpleType >
    < xsd:restriction base = "XSD: String" >
    < xsd:maxLength value = "50" / >
    < / xsd:restriction >
    < / xsd:simpleType >
    < / xsd: element >
    < xsd: element name = "comment" xdb:SQLName = "comment" xdb:SQLType = "VARCHAR2" >
    < xsd:simpleType >
    < xsd:restriction base = "XSD: String" >
    < xsd:maxLength value = "100" / >
    < / xsd:restriction >
    < / xsd:simpleType >
    < / xsd: element >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < / xsd: Schema > ',
    true,
    true,
    (false);
    END;

    In doing so, I'm following error.

    ORA-20001: enable_hierarchy_internal
    ORA-06512: at "XDB". DBMS_XDBZ', line 28
    ORA-06512: at line 1
    ORA-06512: at "XDB". DBMA_XMLSCHEMA_INT', line 3
    ORA-06512: at "XDB". DBMA_XMLSCHEMA', line 14
    ORA-06512: at line 2

    Provider code error 20001 on line: 1

    I have no idea about this error. I don't know if it is related to the privileges of the user.
    The user that I use has privileges, more
    CREATE SESSION
    CREATE TABLE
    CREATE THE CLUSTER
    CREATE SEQUENCES
    CREATE PROCEDURE
    CREATE THE TRIGGER
    CREATE THE TYPE
    OPERATOR TO CREATE
    CREATE INDEXTYPE

    Help, please.

    Thanks in advance.

    Hello

    From a previous post by mdrake.

    Required privileges are:

    Grant create any directory, drop any directory, connect, resources, alter session, create the view & USERNAME identified by PASSWORD &
    /

    HTH,

    Chris

  • XML Schema register corrupts table

    Hello
    We have a problem when trying to re register the schema. The table check constraint valid is corrupt after that register us the schema.

    The steps are below:
    1. the table:
    CREATE TABLE MYTABLE
    (
    IDENTIFICATION NUMBER,
    Branch_Xml Xmltype)
    XmlType BRANCH_XML Store as an object / relational
    XmlSchema 'branch.xsd' element 'branch '.
    /
    ALTER TABLE MYTABLE add constraint VALID_BRANCH Check (Xmlisvalid (Branch_Xml) = 1);
    ALTER Table MYTABLE add 'BRANCHES_PK' CONSTRAINT PRIMARY KEY (ID);

    2 save the diagram below:

    Start
    DBMS_XMLSCHEMA. REGISTERSCHEMA)
    schemaurl = > "branch.xsd"
    schemadoc = > BFILENAME ('XML_SCHEMAS ','branch.xsd ')
    );
    end;

    3. then, when we try to re register the xsd above, this doesn't MYTABLE corrupted.
    SQL error: ORA-04063: a table "MYTABLE" error

    Thanks for the help in advance.

    Kind regards
    Sandeep

    Published by: user10359771 on March 25, 2010 02:17

    But in a practical scenario, there should be a way to register the schema in XSD format could change over time.

    COPYEVOLVE

  • File number 0217359221 - transfer of 2 months of ownership still pending so I can't register the product owner change - can someone contact me please?

    Adobe,

    I and the former owner of a product of photoshop adobe CS6, have both been on the phone for your organization, for two hours each and have both received the run around. We presented two different new types of transfer forms, the original sent, by what you sent and now, apparently, to RETURN the initial transfer of forms. two months and STILL no resolution.

    You should be able to locate the original forms of transfer in your correspondence and correct. Otherwise, rather than having me on the phone and be waiting for another two hours of my life, you have my account and are invited to contact me and me, ring, so I can talk to you in person.

    as you can see, we are extremely frustrated by the low level of service...

    Kind regards

    Nikki

    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)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Insert local data in a schema

    Hello

    I use the TestStand schema and a MySQL database to store my test results.

    I made a copy of UUT_Results & called UUT_Results_Test and added a number of columns in the new table.

    I have a number of my test sequence variables that I want to connect to these new columns.

    As I can't access sequence variables in the scheme of TestStand (without changing the model of alternation) I opted for a data operation in my test sequence to save results to the database.

    My problem is when TestStand will then to connect to its results to the table, it creates a new record.

    What if the best way to ensure that all data is written to the same record.

    1. When the schema register data to the database? I can add a sequence which will take place after this cal and update the current record.
    2. Otherwise and I added a number of data points at my table, through the operation of data, how do I know the schema to use this record and not creat a new? Should I use an update based on timestamp?

    Maybe there's an easier way than what I'm saying?

    Any advice greatly appreciated.

    Kind regards

    Don1.


  • Apple Watch previous unknown owner

    Need to register, but former owner is unknown and cannot contact unlock them.

    Then, you will need to return it for a refund. Locking of Activation can be lifted by the disconnection of the Apple Watch since the iPhone it is paired with and find my iPhone turned on:

    On the lock of Activation on Apple Watch - Apple Support

    Sorry

  • VCS - C cluster and Cluster VCS-E with Movi 4.6 register and call interruption

    Hi all

    We have VCS - C cluster and Cluster VCS-E with Movi 4.6 register and call interruptions. The point is, if the appeal or record comes from the Internet. We have the sip proxy model vcse--> vcs - c record. The strange point is, if run us in mode not cluster with only 1 vcs - c, then the call works very well or so over 1 minute. We also have findme. The call internal registered locally (VCSC) works as well) the case appears if the active VCS - c cluster and the movi has been listed in the subzone of the crossing of VCS - c
    VCS versions are x.7.2.2 and tms 14.2.2
    Thx for your comments

    Sent by Cisco Support technique iPhone App

    Hi friend

    The issue you are experiencing is a known limit of Jabber of telepresence. This happens when registration of the device is transmitted by proxy to the VCS control, where VCS are clusters. Probably what is happening:

    -Jabber client records through the fast track to a control in the area of the highway crossing.

    -L' check requires authentication

    -When the customer registers again every minute (registration of SIP (re) process normal), the registration request is sent to one of the other controls in the cluster.

    -The customer then completes the current record and authenticates back to the other control

    -The client (Jabber) will tear down the ongoing call when there is re - authenticate registration

    This problem is resolved in the current version for Jabber for iPad. The current version of Jabber for TelePresence still has this problem. Default: CSCud17952

    Another user has reported the same issue. See the following:

    https://supportforums.Cisco.com/message/3967325#3967325

    Zachary Colton gave the answer. I simply copied his explanation and pasted here.

    Paulo Souza

    Please note the answers and mark it as "answered" as appropriate.

  • Specified Import Tables in conjunction with schema remap

    I have a problem that I had to face for a while now.  I export some tables using DBMS_DATAPUMP of a schema (say, a test environment) and I would like to just a SINGLE import of this dump file table in another schema (say, a dev environment).  At the same time, I'm remapping the source table to a temporary table with the same structure.

    Let me start by saying, I used this script to run the export and import in the SAME pattern and it worked fine.  This problem only when I went to import the data into another schema, using METADATA_REMAP.  Here's the import code.

    BEGIN
          SELECT TO_CHAR (SYSDATE, 'YYYYMMDDHH24MISS') INTO L_JOB_NUM FROM DUAL;
          SELECT TO_CHAR (SYSDATE, 'YYYYMMDD') INTO L_SHORT_DT FROM DUAL;
          V_JOB_NUM :=
             DBMS_DATAPUMP.OPEN (OPERATION   => 'IMPORT',
                                 JOB_MODE    => 'TABLE',
                                 JOB_NAME    => 'BMF_CASE_IMP_' || L_JOB_NUM,
                                 VERSION     => 'COMPATIBLE');
                                 
          DBMS_DATAPUMP.SET_PARALLEL (HANDLE => V_JOB_NUM, DEGREE => 1);
          DBMS_DATAPUMP.ADD_FILE (
             HANDLE      => V_JOB_NUM,
             FILENAME    => 'BMF_CASE_IMP_BATCH_' || L_SHORT_DT || '.LOG',
             DIRECTORY   => G_DUMP_DIRECTORY,
             FILETYPE    => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE); 
          
                                         
          DBMS_DATAPUMP.METADATA_FILTER (HANDLE   => V_JOB_NUM,
                                         NAME     => 'NAME_EXPR',
                                         VALUE    => q'|in ('BATCH')|',
                                         OBJECT_PATH => 'TABLE');
                                         
          DBMS_DATAPUMP.METADATA_REMAP (HANDLE      => V_JOB_NUM,
                                        NAME        => 'REMAP_TABLE',
                                        OLD_VALUE   => 'BATCH',
                                        VALUE       => 'BATCH_TMP');
                                        
                                         
          d('Remapping from schema '|| G_FROM_SCHEMA || ' to ' || G_TO_SCHEMA );
          DBMS_DATAPUMP.METADATA_REMAP (HANDLE      => V_JOB_NUM,
                                        NAME        => 'REMAP_SCHEMA',
                                        OLD_VALUE   => G_FROM_SCHEMA,
                                        VALUE       => G_TO_SCHEMA);
          DBMS_DATAPUMP.ADD_FILE (
             HANDLE      => V_JOB_NUM,
             FILENAME    => 'BMF_CASE_EXP_' || i_case_control_id || '.DMP',
             DIRECTORY   => G_DUMP_DIRECTORY,
             FILETYPE    => DBMS_DATAPUMP.KU$_FILE_TYPE_DUMP_FILE);          
          DBMS_DATAPUMP.SET_PARAMETER (HANDLE   => V_JOB_NUM,
                                       NAME     => 'INCLUDE_METADATA',
                                       VALUE    => 0);
          DBMS_DATAPUMP.START_JOB (HANDLE         => V_JOB_NUM,
                                   SKIP_CURRENT   => 0,
                                   ABORT_STEP     => 0);
    

    If I remove the filter from the BATCH table metadata and run this, it ends and I get the following output in the LOG file:

    ...

    . . imported "CMR2_DEV." "' NTC_ACTION ': 'SYS_P1932' 13.84 KB 0 rows

    . . imported "CMR2_DEV." "' BATCH_TMP ': 'SYS_P343' 16.70 KB 1 lines

    (.. .and documents for all tables in the dump file)

    However, as soon as I activate the filter NAME_EXPR or NAME_LIST, I get nothing imported.  Just the following errors:

    -ORA-31627: API call succeeded, but more information

    -ORA-31655: no data or metadata of objects selected for employment

    It worked when I was not moving between the schemas so is there another way, I need to write my table filter expression, which will identify the BATCH table when a remapping of schema is used?

    Thanks in advance.

    Adam

    I think that my advice was not correct. The name_list filter only takes a table name.  If you do not have a list of schema filter, then the owner of the default table for the schema to run the task.  I think you need to add a filter of schema specifying the table owner.

    If you can't understand it, I can try to see if I can find the right calls, but it may take me a while.

    Dean

  • insufficient privileges to own opinion of schemas

    Hello

    I'm not able to select the view when the connection with the schema that is the owner himself:

    FX@DB > select * from B_UTIL

    Select * from B_UTIL

    *

    ERROR on line 1:

    ORA-01031: insufficient privileges

    ORA-02063: preceding the line of FXDB2TST

    Describe the work but select does not work. Even I connected with SYSDBA and played SELECT * FROM FX. B_UTL, but it gives again the above errors.

    Please suggest where things are false.

    11.2.0.2 on BSG.

    Thank you very much.

    Best regards

    The remote database is defined in the database link that contains the sqlnet connection information needed or more commonly refers to an alias file tnsnames.ora to the remote database.  Watch the dba_db_links then display tnsnames.ora.

    HTH - Mark D Powell.

  • retrieve XMLTYPE based on very slow saved schema

    Hello

    When I retrieve a record with an a registered XML schema based XMLType column, it is very slow in SQL Developer (version 3.2.20.09), both in a spreadsheet and of the data table tab. The content of the XMLType is also not displayed, showing only "(XMLTYPE)" in the column field.

    Do the same on an XMLType column not based on an XML schema registered, that it works as you suspect, fast and showing the contents of the XML file.

    When I select in SQL as well as the two are fast.

    Any idea what is the cause?

    Kind regards
    Mark

    Hi Mark,

    Looks like the SQL Developer only calls these instructions indirectly, probably through one of the points of view all THE_XML_SCHEMAS. So, in terms of performance, it's more a question of...
    1. can you tune also DBA?
    2 is sufficiently low to justify recording a bug against XDB of performance?

    Concerning contents of XMLTYPE column display, the only thing that could make a difference is the use of pilot OIC/thickness. Have checked the box for tools > Preferences > Database > advanced > pilot OIC/use of thickness? And, of course, you must have an installed Oracle client. It may also depend on the specific version of your driver of customer's beak.

    Hope this helps,
    Gary

  • Performance - Local vs. hiding replicated

    Hello

    We recently spent some of our Local level plans replicated caches. See config below. I expect no change in 'get' performance, because data will be local to the Member. However, we have seen a slight degradation in performance from this change. The change is small (microseconds), but to be a low latency application, we feel the affects.

    Is there a reason why this would be the case?

    A follow-up question: I've specified a POF serializer for caches. However, I really prefer not to have the entries stored in a serialized form. On the contrary, we would see better performance if they were in a State that is deserialized in memory. Is this possible? I understand that the removal of the element < serializer > will cause the default cache using the Java serialization.

    Before:
    <local-scheme>
         <scheme-name>local-cache-default</scheme-name>
         <autostart>true</autostart>
         <serializer>
              <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
              <init-params>
                   <init-param>
                        <param-type>string</param-type>
                        <param-value>pof-config.xml</param-value>
                   </init-param>
              </init-params>
         </serializer>
         <pre-load>true</pre-load>
    </local-scheme>
    After:
    <replicated-scheme>
         <scheme-name>replicated-default</scheme-name>
         <thread-count>20</thread-count>
         <backing-map-scheme>
              <local-scheme />
         </backing-map-scheme>
         <autostart>true</autostart>
         <serializer>
              <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
              <init-params>
                   <init-param>
                        <param-type>string</param-type>
                        <param-value>pof-config.xml</param-value>
                   </init-param>
              </init-params>
         </serializer>
    </replicated-scheme>
    Thank you.

    899446 wrote:
    Hello

    We recently spent some of our Local level plans replicated caches. See config below. I expect no change in 'get' performance, because data will be local to the Member. However, we have seen a slight degradation in performance from this change. The change is small (microseconds), but to be a low latency application, we feel the affects.

    Is there a reason why this would be the case?

    I guess the effect you see is due to the cache keys is serialized as the support card keys would be in binary format.

    A follow-up question: I've specified a POF serializer for caches. However, I really prefer not to have the entries stored in a serialized form. On the contrary, we would see better performance if they were in a State that is deserialized in memory. Is this possible? I understand that the removal of the element will cause the default cache using the Java serialization.

    Replicate the caches of the Dungeon entry values which local code already seen as an object. Updates incoming are stored in binary form until they are accessible on the spot how they are being replaced by the Java object shape. In this way, you only pay for deserialization of the cache values that are never truly accessible versions. However, be aware that multiple threads accessing the value cached even get the same Java object reference so you must not mutate the object, you must clone it before changing it.

    Serialization writes is required but if you have other nodes in the replicated cache service, as the data must be sent to them. If you have a single node in the replicated cache service, serialization of values does not place before the second node in the service joins. You see it's also optimized, you can reasonably get...

    Best regards

    Robert

  • Schema with annotation element to TIMESTAMP WITH TIMEZONE dateTime

    Hiya,

    I have a big enough scheme, official registered in my database (version 11.1.0.7.0).
    As it is a bit complex (of BOA - XML schema for billing to the Denmark Government), I registered all the schema without any editing/annotation manual, but just accepted the default values.
    Which worked very well for many years.

    An element is a dateTime, which, of course, with no annotation, were lacking in TIMESTAMP.
    All data happened which looks like this: "2011-12 - 20 T 00: 00:00", and everything worked fine. (Indeed the right diagram should have used a date - nobody needs part time :-)))

    Now one of our suppliers have changed to a new format of BOA-Osama bin LADEN, but who is converted from the old PEO - XML before it happens in our society.
    The conversion program has decided to do this dateTime element to include time zone: "2011-12 - 20 T 00: 00:00 + 01:00".
    And if Oracle fails with an ORA-01830 because the item has not been annotated to TIMESTAMP WITH TIMEZONE.

    Question 1:

    Is it possible to tell Oracle 'after the fact' that this element in this scheme registered you must change TIMESTAMP TIMESTAMP WITH TIMEZONE?
    Or is the only possible way to manual annotation of the file schema and re - register everything from scratch?

    Question 2:

    After changing the TIMESTAMP WITH TIMEZONE element, this element will be then argue that data sometimes arrive with time zone in the xml file, and sometimes they come without time zone?
    Most of our suppliers (for now) continue sending "2011-12 - 20 T 00: 00:00" and will send "2011-12 - 20 T 00: 00:00 + 01:00". "."
    I just need to make sure that after changing to TIMESTAMP WITH TIMEZONE, then both formats will be supported?


    Thanks for any advice you can give me ;-)

    Well, in that case, delete and re-record the version annotated, which is the easiest way.

Maybe you are looking for

  • I can't get on internet or my in my Vista Security Center

    ID down to Los Angeles for the holidays and found an unsecured network to use while here. When I got home I couldn't get on the internet or my Security Center.I have a Dell Inspiron 1521 laptop and use Vista. I can find a LAN but can't get online I c

  • no noise from the window and not able to hear movies net movie

    No sound from the computer, not able to hear flck net movies

  • Cisco agent desktop compatibility

    Hi all, there I want to ask is there a date when 10 windows will be supported in the matrix of cisco agent desktop For now, when I'm right cisco compatible windows 8.1 as the higher windows operating system, correct me if I'm wrong. Thanks in advance

  • Button rounded with gradient field

    Hi, I'm creating a button field that is a rounded rectangle with a gradient.  I need to have the gradient have the following format: DARK COLOR COLOR OF LIGHT DARK COLOR Need some advice, I used http://www.deepgraysea.com/bbroundedrect.htm to get the

  • POS cannot set start on the work of backup time

    Is there a restriction at a time, you can set a backup job to start, even within the backup window? I got two jobs on a POS. Daily work, I put to 17:00 (maint. window is 06:00 - 17:00) and I am trying to assign to the other (a weekly work) 18:00, but