Substitution pop-ups while trying to copy database

I'm trying to use the "copy database" tool but some of my data contains ampersands (&) which is causing Sql Developer to open the substitution variable pop-up box. If I was in a worksheet I could do "set define off". How can I shut off substitution while doing a "copy database"?

That depends on how you run your application.
on the console call "java -X" to get information about the supported parameters of your JVM.
If you are running tomcat you can use the environment variable "JAVA_OPTS" to increase the heap size.
for example on unix like systems it would be:
export JAVA_OPTS=-Xmx512M
catalina.sh runor on windows systems
set JAVA_OPTS=-Xmx512M
catalina.bat runIf you use a different application server the way to increase the heap size
may be different.

Similar Messages

  • Avoiding POP-Ups  while  availability  check carried out

    Hi All,
    how  to  avoid POP-Ups  while  availability  check carried out and  there  is  a  shortage?
    When  u  have  1000  items  and  u  have  to  say  ok  for  all  messages  like :
    The sum of the requested quantity exceeds the sum
    +of stock items
       or
    Delivery group 001: Item 000101 contains no confirmed schedule lines
    its  a  lot  of  extra  work  for  users-Where  to  desactivate  those  messages?
    Thanks and  best  regards
    L

    Hi JP,
    this  was  the  1 st  option  I  have  tried  but  still the  POP  ups  are  present.....
    Maybe  the  message  control  is  in  the  another  place?

  • Error while trying to copy template from another application

    Hi,
    I am getting this error while trying to copy template from another application:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    This report is located here:
    Home-Application Builder-Application 150-Shared Components-Templates-Replace Templates
    best regards,

    It is usually a permissions issue.. you have read but not write permission. Why it would suddenly change is one of those Apple Mysteries... but it happens.
    Open the directory (folder) where your media files are.. and check the permissions.. see if you can fix them.
    The problem is the folder on the TC might have lost your ownership and you might not be able to change it.. Apple do not provide anyway to regain permissions because you would need low level access to the TC firmware.
    I would just as a matter of course reset the TC to factory and redo its setup.
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Do the setup via airport utility using different names.. short, no spaces and pure alphanumerics. Make sure passwords are also pure alphanumeric mixed case and numbers.. 8-20 characters is usually plenty.
    Mount the disk in finder and see if you have the same issue.. I am not expecting a change.. but it is worth a try.
    No luck you can copy your files off the TC.. wipe it .. and then copy them back.. no bad thing unless you already have a backup of your files at the moment. In which case you can just wipe the TC and copy the files now.

  • An error occured while trying to copy the needed DB driver jar files

    When I try to run my web app, I see this error in the Output window.
    Creator will also put up a window essentially saying that I don't have a particular
    data source. But I do have that very data source there.
    The error seems to be pointing to this line in my build-impl.xml file
    <nbdeploy debugmode="false" clientUrlPart="${client.urlPart}" forceRedeploy="${forceRedeploy}"/>

    I'm using postgresql-8.1-404.jdbc3.jar
    I started this project with Creator2, so I don't know if the nbproject files
    are out of date or anything.
    Here's the output text:
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    Copying 1 file to /home/tc/dev/oms/src
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    Copying 1 file to /home/tc/dev/oms/build/web/WEB-INF/classes
    load-project-properties:
    installGraphics:
    installLayouts:
    compile:
    compile-jsps:
    pluto-hack-web-xml-run:
    portlet-container-deploy:
    jsCreatorDist:
    run-deploy:
    An error occured while trying to copy the needed DB driver jar files.
    Deployment error: An error occured while trying to copy the needed DB driver jar files.. See the server log file for details.
    Exception=Deployment error: An error occured while trying to copy the needed DB driver jar files.. See the server log file for details.
    Deployment error: An error occured while trying to copy the needed DB driver jar files.. See the server log file for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: An error occured while trying to copy the needed DB driver jar files.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:139)
    ... 10 more
    /home/tc/dev/oms/nbproject/build-impl.xml:799: Deployment error: An error occured while trying to copy the needed DB driver jar files.. See the server log file for details.
    BUILD FAILED (total time: 7 minutes 21 seconds)

  • -8008: Error while trying to initialize database

    I'm trying to write an ASP .Net web application to connect to SBO 2004 database using DI API 6.7. Below is the code segment to connect to database:
    Private Function SBO_connect()
      dim oCompany as New SAPbobsCOM.Company
      oCompany.CompanyDB = "SBODemo_SG"
      oCompany.Server = "win2k1"
      oCompany.UserName = "manager"
      oCompany.Password = "manager"
      oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
      return oCompany.connect()
    End Function
    But I get this message when I tried to run it:
    -8008: Error while trying to initialize database
    I have also tried to use DbUserName and DbPassword, it gave me the same output. I have assign administrator right to ASPNET user. What else can I do? Thanks for any advice.

    Now I encounter another problem. When I use the same code and tried to access, I have this message:
    -103 Connection to the company database has failed.
    I have also tried to set the UseTrusted to true
    The SDK ersion is 6.7 and the Business One version is 2004B.
    The strange thing is I have tried the same code on another machine with the same setup, the other machine works fine. The only difference is this other machine is a development machine.

  • Transport request pop up when trying to copy an existing query

    Dear All,
      When I am trying to copy  a query which has been already transported to QA , it is raising a  pop message to enter transport details like Package name & request. We have already defined a Bex bucket(and assigned in Transport copnnection ) for this particular package in the system to collect all Bex changes.
      So my question is that why it is poping up for request when we have already defined a bucket for Bex changes? any suggestion appreciated.
    Cheers,
    Ramz

    Hi,
      Thank you so much for your valuable inputs.My ransport connection is modifiable and all the query elements has been assigned to a single package.
      When I checked the other transport settings, standard transport functionality has been switched on...thats why it is asking for new request every time I create a query or modifying a query..after switchin off that functionality it has stopped raising any pop-ups..
    Once again thanks for your response.
    Regards,
    Ramesh

  • Receiving pop ups while using mozilla firefox

    I primarily use Mozilla Firefox on my MacBook Air. I have been receiving many pop ups when searching the internet. In addition to that I noticed something called, "Mackeeper" installed on my computer, which I don't remember being their previously.

    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide and AdwareMedic.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.
    I would guess the above should apply to Mozilla-based browsers as well.

  • How do I stop explorer from opening pop ups while browsing with firefox as default.

    I just bought a new hp laptop with windows 7. The first thing I did was install firefox 3.6.12 set as default, then thunderbird. When I visit a website I get pop ups that open in windows explorer.
    I installed pop-up stopper free edition, but it didn't help.
    I had firefox on my old PC running windows vista and pop-up stopper, and never had this problem.
    I tried disabling IE by setting up a false proxy server, which I think helped, but then I couldn't use windows media center for internet tv, etc.
    This is pretty frustrating, since my old setup really worked great.

    I tried to remedy it by changing the default settings, but there are three settings that are ticked and that you can't disassociate with IE - two MHTML and one .url for internet shortcuts. Presuming the last is the reason the popups open in IE?

  • Multiple Pop-ups while saving composite data form with rules attached

    When we open Hyperion Planning from Workspace, and click “Save” on the composite Web Form , the business rules attached to the Web Forms execute as they are set to “Run on Save”. As the rules execute, in Workspace a blank “pop-up” window comes up. The issue we have is that if we have 3 rules attached we get 3 pop-ups and if we have a composite Web Form created using tabs functionality, and if we click Save on one tab, we get a large number of pop-ups as if the rules of ALL tabs ran even though we clicked save on one tab. For example on a composite Web Form with 4 tabs we may get 12 pop-ups. This issue only occurs when opening planning from Workspace.

    hi!
    Maybe your should try to join 4 BR in 1 sequence
    Alexander

  • Column Not found error while trying to access database through JSP+Java Bea

    I am trying to access MS Access 2003 db through JSP using Tomcat 5.0.28.The code for accessing the database is incorporated in the bean.The JSP only calls the particular method of the bean .
    Code for Java Bean:
    package ActiveViewer;
    import java.sql.*;
    import java.util.*;
    public class CompanyBean
    Connection con;
    ResultSet rs=null;
    Statement st;
    public CompanyBean(){}
    public void connect()
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    System.out.println("Here4");
    con=DriverManager.getConnection("jdbc:odbc:activeviewer","","");
    System.out.println("Here1");
    catch (ClassNotFoundException e)
    System.out.println("Could not locate driver.");
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    catch (Exception e)
    System.out.println("An unknown Exception has occured :: "+e);
    e.printStackTrace();
    public void disconnect()
    try
    if (con!=null)
    con.close();
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    public ResultSet select(String username)
    if(con!=null)
    try
    st=con.createStatement();
    rs=st.executeQuery("select * from company where username='" + username + "'");
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    catch (Exception e)
    System.out.println("An Exception has occured while retrieving :: "+e);
    e.printStackTrace();
    else
    System.out.println("Connection to database was lost.");
    return rs;
    The code for JSP that uses the above bean is:
    <%@ page language="java" import="java.sql.*,ActiveViewer.* " contentType="text/html"%>
    <jsp:useBean id="conn" scope="session" class="ActiveViewer.CompanyBean" />
    <html>
    <body>
    <% String username=request.getParameter("username");
    String password=request.getParameter("password");
    System.out.println("username:"+username);
    System.out.println("password:"+password);
    conn.connect();
    ResultSet rs=conn.select(username);
    System.out.println("Below select ");
    while (rs.next())
    String dbusername=rs.getString("username");
    String dbpassword=rs.getString("password");
    if(dbusername.equals(username) && dbpassword.equals (password))
    { %> out.println("OK");
    <% }
    else { %>Invalid Username and / or Password.
    <br>Clickhere to go back to Login Page.
    <% }
    } %>
    </body>
    </html>
    I get the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Column not found
    though the database is not int he same folder as the jsp, the DSN is set correctly to pint to the db location.The jsp does print in stdout file:
    Here4 (from connect method above)
    Here 1 (from connect method above)
    Below Select (from jsp)
    This means that the jsp does connect to db but it gives the above error.Also the field name also matches that in the database and data is present in the db too.
    All other things like creating package for bean in WEB-INF/classes,incorporating the packakage are done.
    Can someone please help me with their precious advice?

    Hi, I too have a problem with an SQL exception, the message is Column not found.
    I'm using the sun jdbc odbc driver with access.
    the first few lines of the stack trace are
    sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(JdbcOdbcResultSet.java:1852)
    sun.jdbc.odbc.JdbcOdbcResultSet.getInt(JdbcOdbcResultSet.java:603)
    net.homeip.sdaniels.MemberBean.ejbFindByUnamePwd(MemberBean.java:127)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    I am of course sure that the column does infact exist. I can insert into the column no problems. the sql looks like this:
    SELECT * FROM Members WHERE uName ='Stewart' AND encPwd='�F2C�3����h�1Y�'
    Can any one tell me if there is a common cause to this problem?
    Thanks

  • Adobe PDF Document error pop ups while web surfing

    I have a strange issue with either Adobe Reader or Adobe Acrobat. Randomly while looking at websites or loading a website an Adobe error pops up that says, "The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Please exit Adobe Acrobat/Reader and try agian."  Then after hitting OK a couple times a blank PDF pops up. After closing it another PDF file pops up. Finally after closing the second PDF window does it go away.
    Adobe isn't even open when it happens. Also it happens when just clicking MSN on the favorites. Not even trying to open a PDF in Adobe, and yet this error shows up.
    Please help me because I am very confused by this issue.

    Chrome uses its own PDF viewer, not the Adobe Reader plugin.
    Either use a browser that uses the Adobe plugin, or configure Chrome to use the Adobe PDF plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • "File in use" pop up while trying to open excel files

    Hi,
    We are regularly experiencing difficulties accessing excel documents residing in our Sharepoint site collection that are shared by numerous members of the department for updating.
    We are aware of the 10 minute rule for excel documents, where if you try to open a document that has been saved by another member previously, you must give 10 mins before the system releases the lock.
    Recently several occurrences have stopped members from being able to open excel documents, where the document has been updated and saved by member A and closed. Then member B tries to open document well past 10 mins after member A had closed the document,
    only to receive the 'File in use' pop up and not able to open the document in edit mode.
    Any suggestions please?
    Thank you.

    Try below:
    http://support.microsoft.com/kb/899709
    Check below:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/7966c35d-b815-4951-8374-d64840ccf16c/documents-becoming-locked-for-editing-by-self-when-no-other-edits-are-happening?forum=sharepointadminlegacy
    If this helped you resolve your issue, please mark it Answered

  • While trying to copy files using home sharing, get the error you do not have enough access privileges

    I'm trying to use "Home Sharing" feature in iTunes to import files from another user on the same iMac.  We have 5 users and one user is unable to import files from other users.  We get the error "You do not have enough access privileges to perform this operation."  All users are logged in using the same Apple ID and everyone else can import files.  What gives?

    Had the same thing happen to me a few weeks back when I switched computers and migrated.  Here's what worked on my iMac, so maybe it'll work on your iPad, too.  Go to User(your home folder)/Music.  Select/highlight your "Music" folder.  Then do Command-I ("Get Info" from the File menu), click on the padlock icon in the lower right of the new window.  Enter your user password.  Click on your username just above the now-open padlock.  Select "Read & Write" if it's on "Read Only," "Write Only," or "No Access."  Now having your user account with "Read & Write" privileges (it may have been this way already; still do this next step), click on the gear on the bottom-center of that window.  Click on "Apply to all enclosed items."  When the pop-up says "Are you sure?" (or the equivalent), say "yes."  This will grant access privileges to your user account for all the music files inside your music folder--all your iTunes stuff included).  Then you should be good to go.

  • ITunes 7 broken again? Pop ups while syching iPod

    This is an issue that I thought I'd seen the last of. After I transfer a song or delete a song, I get a window pop with an "ipod_control" folder, which is obviously the contents of the iPod. It then gets stuck in a loop, and keeps closing and reopening the window. This went away a couple of updates ago, but now it's back. Perhaps after the quicktime update??

    tried that already it just removes the track out of the compilation and moves that artist off on its own.

  • Today I started getting pop ups while surfing the web. Never had this before. Also I noticed several words on craigslist ads are different colored.

    When I open firefox i am getting a new small browser window opening with some kind of ad (different ad each time). McAfee blocks the ad after about 10 - 15 seconds. I also noticed that while looking at ads on craigslist, a few of the words are different colors and they take you to another website when clicked on. How do I get rid of this problem?
    This just started today

    Have you got Firefox set to block popups? Look in Options > Content and see if anything is whitelisted in the exceptions.
    You can block most of the advertising stuff if you use Adblock Plus with an Easylist subscription. There is also an auxiliary addon for Adblock Plus to block more popups.
    There is a site textsrv.com that adds links to sites to redirect to other sites that you can block with Adblock Plus (if it is not already blocked) by adding that to the custom block list.

Maybe you are looking for

  • Flash 9.0.31.0 Crashes Mozilla 1.7.8 in SuSE Linux 9.0

    Any time there is a Flash file on a page, Mozilla will crash fairly quickly. Just disappears without warning. I had the same problem with v8.something of Adobe Flash. I switched back to Flash 7 for a while and decided to try 9.. thinking that issue m

  • My iphone 4 is not working on my laptop

    wen i plug my iphone 4 in to the laptop it makes a noise but it doesnt charge and comes up in the unspecified devices area. any help? i cant get it to come up on itunes. i even tried trouble shooting it but no luck (n)

  • Error opening business rule from AAS

    Hi, I'm unable to open business rules from AAS console associated with one of the Planning/ Essbase application. This particular planning application is also not showing up when I try to "select outline" for the business rule. The business rules for

  • Administrator console not opening

    Guys, I have just installed OBIEE in windows xp. My OC4J and other apps are running. But when i open the Administrator console (Admin tool) , it does not open. It acts as if i didnt click it. Can some one point to what i should do to solve htis issue

  • Moving iphone sync from one computer to another

    Hi everyone, I am about to switch from one laptop to another & would like to start syncing my iphone 4 on the new laptop. How do I do the transfer? I tried once and the iphone will sync any apps from the laptop to the iphone (none at the moment so it