Copy command change type number to integer.

Hi, when i do a copy table from one database to another using 'copy from to...create ...using select * from..', the datatype 'number' had been changed to 'integer' in the target database...
Pls advise.

MultipleInvoicesPayListVOImpl MultipleInv = (MultipleInvoicesPayListVOImpl)paymentAM.findViewObject("MultipleInvoicesPayListVO");
Row row[] = MultipleInv.getAllRowsInRange();
Integer modifiedTotal = new Integer("0");
for (int i = 0;i<row.length;i++)
MultipleInvoicesPayListVORowImpl currentRow = (MultipleInvoicesPayListVORowImpl)row;
//modifiedTotal=modifiedTotal+(int)currentRow.getPaymentAmt();
//modifiedTotal=currentRow.getPaymentAmt();
modifiedTotal = new Integer(currentRow.getPaymentAmt().toString());
Haroon.

Similar Messages

  • Why the data type has changed to number from integer?

    SQL> create table t3(id integer);
    Table created.
    SQL> desc t3;
    Name Null? Type
    ID NUMBER(38)

    Yes you are right, but obviousely Oracle represents INTEGER as NUMBER(38) internally, which meens that you do not have decimal digits.
    see my demo:
    1 create table test_i
    2* (col1 integer)
    SYS @10gR2 SQL > /
    Table created.
    SYS @10gR2 SQL > desc test_i
    Name Null? Type
    ----------------------------------------- -------- ---------------------------- COL1 NUMBER(38)
    SYS @10gR2 SQL > insert into test_i values(10.2);
    1 row created.
    SYS @10gR2 SQL > select * from test_i;
    COL1
    10
    SYS @10gR2 SQL > insert into test_i values(10.6);
    1 row created.
    SYS @10gR2 SQL > select * from test_i;
    COL1
    10
    11
    =;-)
    Lutz

  • Change PO number/document type

    Hi,
    we are using SRM 5.0, extended classic scenario.
    We have defined three document(transaction) types for PO in srm.
    One of them is a Dummy type-when this one is selected i need to change the type (and a number because of number ranges) of this PO depending on some conditions for items. I need to do this change propably when the PO should be stored in the backend. How can i do it? should i use outbound badi and change the number of PO? how can i get the next "free" number of PO with specified type? but i think that i will loose connection between srm PO and backend PO-so how should i update SRM PO?
    thanks
    JJ

    You can probably do the changes already when saving the PO. I think what you can do best is to use BBP_DOC_CHANGE_BADI with filter BUS2201 (for PO). Do a check on sy-ucomm to decide whether the save button has been pressed or not. Here you have most of your item data available. Sometimes however some of your item data is not present in the BADI (quite annoying really), use FM BBP_PO_MEMORY_GET to get the order that is stored in memory (all screen changes are already reflected in the return data. Check the FM in
    The reason I advice to use DOC_CHANGE is because you have all data available you need. In the other BADI that comes to mind BBP_DOC_SAVE_BADI you have to call several FMs to get an updated PO.
    I don't know if the correct number is retrieved then, just see if it does. If so, great, if not, you can probably do something with FM GET_NEXT_NUMBER (or any variation of those words as I don't have access to a system right now).

  • Counter KF with 1 & 0 and difference between data type NUMBER (DEC) and INTEGER (INT4)

    Hi,
    I need to create a counter kf which should populate 1 and 0 to this counter field. Please let me know is there any difference between data type
    NUMBER (DEC) and INTEGER (INT4).
    Please suggest.
    Thanks & Regards,
    Pavan kumar

    Hi Pavan,
    The basic difference between Number(DEC) and INT4 is its internal storage in system.
    For Number (DEC) - Value internally stored as packed number with 3 decimal places whereas INT 4 as 4 byte integer without decimal places.
    For counter KF, you can go for INT 4.
    Hope this helps.
    Thanks

  • Number range based on change type

    Gurus,
    In SAP PLM "Engineering Change Management",
    my requirement is to have couple of INTERNAL change numbers defined and they should be generated based on the change type.
    That mean, for change type "ZAAA", first internal number range(00001 to 49999) should be used, for change type "ZBBB", second internal number range(50000 to 99999) should be used and so on...
    Any thoughts on what is the easiest way to achieve this.
    Thanks
    Vardhan

    Hello Vardhan,
    This is possible through development only.
    We also have similar situation except the number is alphanumeric.
    Regards
    Prasad K

  • Change type field active mode while selecting Change number type

    Dear All,
    Our requirement is to get the list of Change type in the CC01 T-code when we click the change master. When we select ECR then we are getting the change list of change type. But, when we select the change master as type, then change type is coming as grey field. So we want the list of change type in change master
    Please suggest
    Regards
    Honyal

    Any input ?????????
    please
    Regards
    Honyal

  • SQLplus COPY command and datatypes

    I have a view, schema1.myview:
    col1 VARCHAR2(10),
    col2 VARCHAR2(10),
    col3 NUMBER,
    col4 VARCHAR2(10)Then, using SQLplus, connected as schema2:
    COPY FROM schema1/password@mydb REPLACE myview USING SELECT * FROM myviewThe resulting table schema2.myview:
    col1 VARCHAR2(10),
    col2 VARCHAR2(10),
    col3 INTEGER,
    col4 VARCHAR2(10)Col3 has been converted from NUMBER to INTEGER and I'm losing precision. My goal is to copy this data from one schema to the other; SQLplus's COPY command seemed easy but I'm open to other possibilities that can be easily scripted.

    Thank you for your response, Sundar.
    I may try enumerating the columns at a future time, but doing so in a script is awkward, especially if source views and tables and their columns change.
    I'm not sure if a database link is what I'm wanting, as both source and target are in the same database.
    I had considered synonyms, but I don't seem to have the necessary permissions to do so.

  • Anybody ever created multple PO doc type/number ranges in extended classic?

    I have searched this forum, and found plenty of useful threads which would help me determine different document types/number ranges for back-end purchase orders in a classic scenario. (And I have done something similar many years ago on a classic EBP 3.0 implementation)
    However, I have a customer who has an SRM 5 extended classic implementation, and who (Based on certain simple criteria) requires a different PO number range to identify certain types of indirect orders. (They also have direct materials procured using doc type ECDP, but that's not relevant to this requirement)
    This would obviously have to apply to the local PO in SRM, as well as the backend ECC PO.
    It would also need to be derived for orders created automatically via approved shopping carts, as well as those orders that are created via sourcing.
    I've copied ECPO via define transaction types IMG step, as well as assigned a new number range.
    Just to test, I've also added the second doc type in the BSA attribute for a particular test user - just initially see if it was possible to manually choose when creating a PO in sourcing. However, I could only get ECDP and ECPO.
    I have looked at various BADIs to see if I can determine doc type or number range somewhere in the PO creation, but as far as I can see, they either:
    - Seem to apply only to the object type (PO, requisition, reservation etc) rather than the transaction type within that object.
    - Or look like they are too late in the process to influence the doc type and number range (BBP_DOC_CHANGE_BADI?) ... which doesn't seem to have those doc type or PO number fields available anyway
    - Or I doesn't seem to be trigerred at all when turning requirement into Po and ordering via sourcing. (tried break-point & endless loop in implemnetation of BBP_CREATE_BE_PO_NEW, but nothing happened. In any case the PO number was alreadya ssigned)
    If anybody has ever managed this before, or can tell me that I am definitely barking up the wrong tree, it would be gratefully appreciated. The document type is actually lesss important than the different number range... and was really just an attempt to trigger a different number. I'm starting to think that this sort of thing may only be possible in a classic implemntation.
    What I need ideally, would have been some kind of 'local PO' equivelent of the BADI that enables you to determine transaction type for a bid. 
    Regards,
    Vince
    Edited by: Vincent White on Dec 6, 2010 5:13 PM

    Hi. Not sure on this, but I can tell you that with extended classic it is BADI BBP_ECS_PO_OUT_BADI that is called for the backend PO instead of the CREATEPO_BACK BADI.
    You can have a look in BBP_ECS_PO_OUT_BADI and see if that helps?
    Don't think it will influence the PO in SRM at all though.
    Have you tried the number range / grouping BADIs? They definitly work for changing the number range for classic POs.
    Regards,
    Dave.

  • Order type & Number Ranges

    Dear All,
    Am having A, B and C products. A & B produced in plant and C in other plant. I have used standard order type PP01 for all the products. Now clients wants different number ranges for A , B & C. How to go about it. Should i create three different order types. Is it possible. When am creating new order type its popping up order type already exist. is it possible to have two different order types in one plant. Please put some light on this order type.
    Regards,
    Saravana Srinivas M

    Hi Saravana,
    Please try out this,
    1.In <b>OPJH - Define Order type</b>,As u said you are copying from PP01 type,after copying change the name of the order type and save it.(EG let it be TT01),again carryout the same step to create 2 more order types say TT02 and TT03.
    2.In <b>OPL8 - Define Order type dependent parameters</b>,Enter the settings for the newly created order types for TT01,TT02,TT03 and save it.
    3.In <b>CO82,Define the number ranges</b> for individual order types as explained by our friend ,If you want external number assignment then Include a tick mark agianst the check box for an order type save it.
    I hope now the system allows you to assign number ranges as per you need.
    If useful reward your points
    Thanks & Regards
    Karthik.
    Message was edited by:
            Karthikraj

  • Changing page number sizes

    I need to change the font size of the page numbers in my 300+ page document in the CS4 version of Indesign. The page numbers were created automatically, but without the use of a master text frame (it was started in the CS3 version, which I understand doesn't have that feature). Is there a way to automatically change the font size of all the page numbers at once? This would be preferable to going through and editing them manually.

    SadieDanells wrote:
    Even in the original master (titled A)  I can't select the number marker. I can only select the 'A' that sits in place where the number would be on a regular page, and changing that doesn't affect the other numbers in the document even if I try to 'apply master to pages'.
    Sadie, here's the way it works. If you start with one master page Called A-Master, make a text frame and place an automatic page number placeholder in it, it will look like the letter A on the master page, and will be replaced by the page number on the document page. You can't select or change the number on the document page unless you detach the text frame from the master page on the document page by clicking on it while holding shift and command. Once detached from the master, the text frame will act the same as if you had created it on the document page, so things like moving or changing the placeholder on the master page will no longer update on that document page.
    If you make another master page called B-Master and base it on A-Master, the existing page number marker on the B-Master will also read as A since it is a copy of what was on the A-Master. If you made a second marker on the B-Master, it would have a B instead of an A. If you were to detach the copy of the text frame on the B-Master from the A-Master, it will change from an A to a B, and you will be able to edit it, but just like the link from the master page to the detached document page, the link from the A-Master to the B-Master will be broken, so updating the A-Master will no longer update on the B-Master.
    So, to do what you want, you can either change the placeholder on the A-Master and it will change there, on any masters that were based on A, and on all document pages that were based on A or the masters based on A. If you don't want to do that, detach the text frame on the B-Master and it will update on all of the document pages based on B-Master, but all those based on A-Master will remain the same.
    Does that help, or did I give you too much info?

  • Coppy commit while using copy command

    I am seeing the following message when I used Copy command in Oracle 9i.
    Array fetch/bind size is 15 (arraysize is 15)
    Will commit when done (coppycommit is 0)
    Maximum long size is 80 (long is 80)
    Could someone tell what does it mean and is there any harm with coppycommit being ZERO ? If so how we could change it ?
    DBA was telling the following:
    In using the copy command in oracle, not specifying 'arraysize' and 'copycommit' attributes for large records will blow up the rollback segment and return errors.
    thanks,
    Karna

    SQL> show copycommit
    copycommit 0
    SQL>
    SQL> set copycommit 5000
    SQL>
    SQL> show copycommit
    copycommit 5000
    SQL>
    SQL> show arraysize
    arraysize 15
    SQL>
    SQL> set arraysize 100
    SQL>
    SQL> show arraysize
    arraysize 100
    SQL>
    SQL> show long
    long 80
    SQL>
    SQL> set long 40000
    SQL>
    SQL> show long
    long 40000
    SQL>You rollback size must be in suitably sized for the type of work you are doing. A commit in batches may or may not avoid blowing the rollback segments. A commit in batches does not gurantee not to blowup the RBS.

  • COPY command replacement

    Given that the COPY command is now deprecated (and clearly documented in 10gR2 - sqlplus user's guide that it will be obsoleted in future releases of SQL*Plus, will there be any replacement command in sqlplus?
    We were planning to use it to implement for our simulation model - but given it is deprecated and does not support new data types, we are forced to look for alternatives. What are the alternatives for a local area network or copying data between two oracle accounts using different tablespaces on the same db server?
    Pro*C/Direct Path Load,
    expdp/impdp,
    copy over dblink and then recreate the constraints and indexes,
    which one will be faster, should be used based on the following?
    What we want to do is to checkpoint (save) historical game data, and if required/necessary, be able to bring back the data from a saved game checkpoint X, where X can be any number (checkpoint 4 or 20, etc). We also want to hold onto the saved game checkpoint files so that we can take it to another place for after action review purposes.
    Any input is appreciated.
    regards.

    copying data between two oracle accounts using different tablespaces on the same db server?For this I would grant SELECT on the table to be copied to the target Oracle account and use CREATE TABLE ... AS SELECT ... and recreate constraints and indexes.

  • Unable to set a variable with value of type number from SelectOneChoice

    Hi,
    I am getting javax.faces.el.EvaluationException: java.lang.IllegalArgumentException: argument type mismatch error in the below situation
    I have a select list <af:selectOneChoice value="#{bindings.vwCompanyName.inputValue}">
    <f:selectItems value="#{bindings.vwCompanyName.items}"/>
    </af:selectOneChoice>
    and on clicking Search button I pass this value in the actionlistener <af:setActionListener from="#{bindings.Company}"
    to="#{AgrmtSrch.company}"/>
    where AgrmtSrch is my java reference
    In the pageDef file, I have <variableIterator id="variables">
    <variable Name="Company" Type="java.lang.Integer"/>
    </variableIterator>
    <list id="vwCompanyName" IterBinding="variables"
    StaticList="false" ListOperMode="0" ListIter="vwCompanyIterator"
    NullValueFlag="1" NullValueId="vwCompanyName_null">
    <AttrNames>
    <Item Value="Company"/>
    </AttrNames>
    <ListAttrNames>
    <Item Value="Compcd"/>
    </ListAttrNames>
    <ListDisplayAttrNames>
    <Item Value="ShortName"/>
    </ListDisplayAttrNames>
    </list>
    In my Java file I have taken company of type Number(jbo), since the actual company code in DB is in Number. When I select any value and click search, i get the above error.
    I tried changing to <variable Name="Company" Type="java.lang.string"/> in the page def. But then when i select the unselected value in the list I get null pointer exception. How can i handle this.
    PLease help.
    Thanks

    Hi I am serious. This issue is occuring. Please can someone try it out and see if its occuring for you too.
    I have no solution for this. I am using JDeveloper 10.1.3 and my project is ADF BC JSF
    Test case: Have 2 to 3 selectOneChoice in a search page. All three should be populated by view objects. Let Vo_1 and Vo_2 have the key values as 1 and vo_3 can have key value as string. Each selectOneChoice should have "Include labelled Item" in "No Selection Item' in edit binding.
    First select a value on any one of the dropdowns such that the query returns no results. Now the The other dropdowns will still be default labelled item and the one that was selected is still set so. Now when I select an option in any other dropdown and search, it gives the below error
    500 Internal Server Error
    javax.faces.el.EvaluationException: java.lang.NullPointerException     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)     at oracle.adf.view.faces.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:55)     at oracle.adf.view.faces.component.UIXComponentBase.getProperty(UIXComponentBase.java:1021)     at oracle.adf.view.faces.component.UIXValue.getValue(UIXValue.java:56)     at oracle.adf.view.faces.component.UIXEditableValue.validate(UIXEditableValue.java:212)     at oracle.adf.view.faces.component.UIXEditableValue._executeValidate(UIXEditableValue.java:522)     at oracle.adf.view.faces.component.UIXEditableValue.processValidators(UIXEditableValue.java:302)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXForm.processValidators(UIXForm.java:59)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:855)     at oracle.adf.view.faces.component.UIXComponentBase.validateChildren(UIXComponentBase.java:839)     at oracle.adf.view.faces.component.UIXComponentBase.processValidators(UIXComponentBase.java:689)     at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:932)     at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:362)     at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:98)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: java.lang.NullPointerException     at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:85)     at oracle.jbo.uicli.binding.JUCtrlListBinding.matchTargetWithLov(JUCtrlListBinding.java:868)     at oracle.jbo.uicli.binding.JUCtrlListBinding.findListIndex(JUCtrlListBinding.java:1106)     at oracle.jbo.uicli.binding.JUCtrlListBinding.setValueAt(JUCtrlListBinding.java:1725)     at oracle.jbo.uicli.binding.JUCtrlListBinding.updateValuesFromRow(JUCtrlListBinding.java:1338)     at oracle.jbo.uicli.binding.JUCtrlListBinding.getSelectedIndex(JUCtrlListBinding.java:702)     at oracle.jbo.uicli.binding.JUCtrlListBinding.getInputValue(JUCtrlListBinding.java:1799)     at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.getInputValue(FacesCtrlListBinding.java:73)     at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGet(JUCtrlValueBinding.java:1691)     at oracle.jbo.uicli.binding.JUCtrlListBinding.internalGet(JUCtrlListBinding.java:1972)     at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.internalGet(FacesCtrlListBinding.java:89)     at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:649)     at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:79)     at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)     at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)

  • When I attempt to drag doc to trash "Finder wants to make changes" "Type your password to allow this"  When I do this the doc is immediately deleted.  How do I turn this off?

    When I attempt to drag doc to trash "Finder wants to make changes" "Type your password to allow this"  When I do this the doc is immediately deleted.  How do I turn this off?

    Please take these steps if you're prompted for a password when moving items in your home folder to the Trash.
    1. Triple-click anywhere in the line below on this page to select it:
    ~/.Trash  
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • (Error due to database column of type Number)oracle.jbo.PiggybackException: JBO-28300

    Hi,
    I have deployed a BC4J component as an EJB on OC4J using JDeveloper. The database column of the table is of type Number, because of which I am encountering the eroor below. The application works fine if the database type is varchar or something else.
    I even tried changing the attribute of entity object to an integer, but this doesn't work.
    below is the error:
    oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
    void oracle.jbo.JboException.<init>(java.lang.String)
    void oracle.jbo.PiggybackException.<init>(java.lang.String)
    void oracle.jbo.common.PiggybackInput.<init>(oracle.jbo.common.ObjectMarshaller, byte[])
    void oracle.jbo.client.remote.ApplicationModuleImpl.processPiggyback(byte[])
    void oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(int, boolean)
    void oracle.jbo.client.remote.RowSetImpl.executeQuery()
    void oracle.jbo.client.remote.ViewUsageImpl.executeQuery()
    void oracle.jbo.uicli.binding.JUIteratorBinding.executeQueryIfNeeded()
    void oracle.jbo.uicli.binding.JUFormBinding.executeIfNeeded()
    void oracle.jbo.uicli.jui.JUPanelBinding.executeIfNeeded()
    void fast.track.LYPanelUsermasterView.<init>(boolean)
    void fast.track.LYPanelUsermasterView.<init>()
    void fast.track.AppletUsermasterView.init()
    void fast.track.AppletUsermasterView.main(java.lang.String[])
    ## Detail 0 ##
    java.io.InvalidClassException: oracle.jbo.domain.Number; Local class not compatible: stream classdesc serialVersionUID=-7730629917230930297 local class serialVersionUID=-6507359405709672486
    void java.io.ObjectStreamClass.validateLocalClass(java.lang.Class)
    void java.io.ObjectStreamClass.setClass(java.lang.Class)
    java.io.ObjectStreamClass java.io.ObjectInputStream.inputClassDescriptor()
    java.lang.Object java.io.ObjectInputStream.readObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject()
    int java.io.ObjectInputStream.inputObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject()
    void oracle.jbo.common.PiggybackRowEntry.readObject(java.io.ObjectInputStream)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
    boolean java.io.ObjectInputStream.invokeObjectReader(java.lang.Object)
    int java.io.ObjectInputStream.inputObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject()
    void oracle.jbo.common.PiggybackInput.<init>(oracle.jbo.common.ObjectMarshaller, byte[])
    void oracle.jbo.client.remote.ApplicationModuleImpl.processPiggyback(byte[])
    void oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(int, boolean)
    void oracle.jbo.client.remote.RowSetImpl.executeQuery()
    void oracle.jbo.client.remote.ViewUsageImpl.executeQuery()
    void oracle.jbo.uicli.binding.JUIteratorBinding.executeQueryIfNeeded()
    void oracle.jbo.uicli.binding.JUFormBinding.executeIfNeeded()
    void oracle.jbo.uicli.jui.JUPanelBinding.executeIfNeeded()
    void fast.track.LYPanelUsermasterView.<init>(boolean)
    void fast.track.LYPanelUsermasterView.<init>()
    void fast.track.AppletUsermasterView.init()
    void fast.track.AppletUsermasterView.main(java.lang.String[])
    Please help me out
    Thanks in advance
    null

    Hi Raman,
    This error is normally occured when there is a attribute mismatch.When you added new field in OAF page, associate this field to the new view attribute of the extended VO. It is always recommended to add this new attribute at the end
    Thanks
    Sandeep

Maybe you are looking for

  • Can i delete the contact information in icloude?

    Could i have deleted my contact information in icloude?

  • Can iTunes burn DVDs into our idevices?

    Since burn CDs is a piece of cake but can iTunes burn DVDs into our idevices.

  • IMessage Not Working Since Mountain Lion Upgrade

    Since I "upgraded" my iMac and MacBook Air to Mountain Lion, iMessage delivery is hit and miss to the say the least from my iPhone 4S.  I first realised there was an issue receiving text messages whilst in the States and not connected to WiFi. Messag

  • BPEL 11g

    i, Please tell me the link for OracleBAM 11.1.1.1.0 and enterprise manger 11g download.Is it comes with BPEL or it is independent or it supports integration for SOA thanks Edited by: rider on May 16, 2011 5:31 AM

  • Service Request Building Block

    Hello everyone, We are currently evaluating the use of the Service Request for a incident/'alarm" tracking scenario. In this regard, does anyone know if there is a building block configuration guide for this? I was looking in the Best Practices but i