Problems with the database, on delete cascade

Hello

I am in a project with the Flahs CS4 with air and as3. I create a database by code, everything is ok. I have 2 tables,
a main table with a code field as primary key and other details of the table, named e.g. DetailTable, with 3 fields as the primary key. What I want to do, this is a deletion of a row in MainTable, all lines of DetailTable, where the field code is the same as the field in MainTable code should be deleted also.

Here's the SQL code to create the tables.

var sql2:String = "CREATE TABLE If NOT EXISTS MainTable ('+ '.
"code INTEGER PRIMARY KEY AUTOINCREMENT, ' +.
"quote," +
'date ' +.
"  " +
")";

var sql3:String = "CREATE TABLE If NOT EXISTS DetailTable ('+ '.
"code INTEGER, INTEGER position, type INTEGER, ' +.
"path of TEXT, TEXT document, ' +.
'PRIMARY KEY (code, position, type) +.
'FOREIGN KEY (code) REFERENCES Detallesecuencia (code) ON DELETE CASCADE ' +.
")";


Thus, when the tables are created, insert data. I connect without a problem, remove a line in MainTable (see code), to remove the line with the example code = 4, but in the DetailTable, all with code = 4 lines are NOT deleted, why?

[CODE]
Inside of a class

private var conn: SQLConnection;

public void constructorClass() {}
Conn = new SqlConnection ();
ConexionBD();
}

function ConexionBD() {}

conn.addEventListener (SQLEvent.OPEN, openHandler);
conn.addEventListener (SQLErrorEvent.ERROR, errorHandler);
var dbFile:File = File.applicationDirectory.resolvePath ("mydatabase.db");
conn.openAsync (dbFile, SQLMode.UPDATE);
}

function deleteRow() {}
selectData:SQLStatement = new SQLStatement();
selectData.sqlConnection = conn;
selectData.text = "" DELETE FROM MainTable WHERE code =: param1 ";"
selectData.addEventListener (SQLEvent.RESULT, resultHandler);
selectData.addEventListener (SQLErrorEvent.ERROR, errorHandler);

Delete line in MainTable code = 4, but not to delete all the rows in DetailTable with code = 4
selectData.parameters [": param1"] = 4;

selectData.execute ();
}
[/ CODE]

Thanks in advance

Hmmm, well then maybe it's you must go down the road of the old school and delete individual tables as needed, rather than rely on the cascade delete.

Tags: Adobe Animate

Similar Questions

  • Strange problems with the database

    Hello

    I just got my Fuze and am very happy with it; However, I am having a very strange problem with the database. I have a 16 GB sdhc card that I use with the "rocket" and there are about 4 songs on the card that will not play and have no information charge tag. Their tags appear in the tag browser (not the in the track information screen) as just an empty rectangle. Under the track information screen, sizes are listed as ~ 4000 mb. The songs will not play and I can not jump in front of one of these songs once they were loaded.

    At first, I suspected some kind of corruption of tag, so I set out that night to track down the problem. I removed the 16 GB card and reset the player. Then, I loaded one of the corrupt in the internal memory of the player. The track has been scanned and played correctly. Then, I removed the track of the internal memory and it loaded on another SDHC card. Yet once, everything worked correctly, so I knew that the card I was using was a kind of system files or physical problem. I returned the original 16 GB sdhc card in the reader and checked that the file was still unplayable, and then I plugged the "rocket" to my computer. I transferred the unplayable file on my computer and compared (with md5sum) to the original file, thinking that if there was the file system or physical corruption the copy of the map would be damaged. However, the files were equivalent.

    To make things even more interesting, I also have problems with the registration of the kind. I have some files tagged Genres such as 'Classic' and 'Rock '. In the list of the genre, I see this:

    C

    CL

    CLA

    CLAS

    Class

    Classic

    Classic

    Classica

    Classic

    Rock

    So, there is corruption on the kind of 'Classic' but not the kind of "Rock". Each of the substrings of 'Classic' contains only a few titles, with most of the other titles listed where they should be. I checked that the tracks are labeled correctly and in exactly the same way as the other tracks that do not have this problem.

    I am at a total loss about what to do, and I'd really appreciate any advice or suggestions. I use the current firmware, 2.03.31a and the songs in question are in Ogg Vorbis format.

    MM

    Thanks for your replies.

    I managed to find what may be the problem. Tracks that received corrupt tags had the names of total path with more than 256 characters. It seems that the driver internal fat32 the rocket uses vomits all over the place when the path name is too long. Before the "rocket", I got an iPod running rockbox tags with the same directory structure that I have on the "rocket", so I don't think that this restriction on the length of the path name is a limitation or requirement of the fat32 file system. Reduce the path corrected the problem with the files being unreadable.

    However, the problem with foires genres the rest. Looking at the files show that corruption, they all have a little information in tags. Most of the information is contained in the hashes I have files that identify them via musicbrainz. The limit on the total number of characters in the tags of the track includes the "rocket" label is not read or use?

    MM

  • strange problem with the database link

    Hello world

    I have a strange problem with the link of database in Oracle 11 g Express Edition;
    There are two computers: computer-server and the client computer. Tnsnames.ora are the same on both computers IE.

    CT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = krzysztof) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = XE)
    )
    )

    I created the database link:

    Create database link zdalny
    Connect to < user_id > identified by < password >
    using "CT".

    Customer cannot connect with server when I do not use above the command. But when I change 'use' for using "krzysztof:1521" or by using "krzysztof" or "server IP:1521" - everything is ok.

    Why I ask. Because in all the materials that I read about Oracle command with the help of "CT" should work correct. But there is no. Do you know why?

    Thanks in advance and apologize me for my English.

    Rgds
    Krzysztof

    Here's the tnsnames of your server, but to connect to the oracle server db (any client or to another instance of db oracle), you must install oracle client.
    However, in your condition, you want to connect the DB1 Oracle OracleDB2 using a link db, I'm right? In this case you should always set the entry in the tnsnames.ora
    To verify that you can connect to Oracle DB2 from DB1 Oracle, you can use tnsping in the command line.
    In your case

    c:\tnsping CT
    

    Krzysztof Szymaniak wrote: CT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = krzysztof) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )

    Check your tnsnames entry in the machine, you are trying to connect to. And check if the tnsping is successful.
    Sometimes the error message says not everything, which means that you need to troubleshoot yourself and learn from the experience.
    Always in the opposite case, refer to the documentation.

    See you soon.

    Published by: Spongebob December 14, 2011 09:30

  • Connection problem with the database, the closure of Flex Builder

    Hello

    I developed a web page that connects to a database, reads data and it shows on the screen. I use HTTPService to connect to a php server that supports MySQL data. Everything is OK when I run the Flex Builder web page, but when I run the page doing double click on the file released .html the connection fails and the program generates this error:

    [RPC Fault faultString = "" error #2028: file:///Q:/2009-08-05-1330FinalFrontEnd/bin-release/FrontEnd.swf SWF file with Local file system cannot access Internet URL http://localhost/Test2/Test2.php. "faultCode ="InvokeFailed"faultDetail ="null""]
    to mx.rpc::AbstractInvoker / http://www.adobe.com/2006/flex/mx/internal: call ()
    at mx.rpc.http.mxml::HTTPService/ http://www.adobe.com/2006/flex/mx/internal: call ()
    at mx.rpc.http::HTTPService/send()
    at mx.rpc.http.mxml::HTTPService/send()
    in FrontEnd / submitLabelsQuery)
    in FrontEnd / updateLabels)
    in FrontEnd / ___FrontEnd_SetEventHandler5_handler)

    Does anyone know how can I use the web page without using Flex Builder?

    More information:

    I use Flex Builder 3 to the development of the web page and WampServer 2.0 for the connection with the database.

    Thank you

    Onditz

    Hi Onditz,

    Previously, I also faced the same problem when working with Php as the Backend, the problem is that Flex does not call your PHP page

    It is the way I solved it to export your Flex Project at Flex Release Build.

    Right click on the export of project---> Flex project---> Release Build---> copy all the files on your server where all of your PHP files are and then call the application from the browser

    http://localhost/test2/sample.html. »

  • Possible problems with the database in double training?

    Hi all!

    First of all, please forgive my ignorance! I only worked with databases slightly over the past two years and so far only with MySQL and MS SQL.

    Recently, the company I work for bought a new Oracle requiring package. We bought a copy of Oracle 10.2 in the case and the company who resell it to us and set up for us, we have been denied access to the database on our server, dev because it would expose their underlying data schema. I wasn't in the change when the decision was made and we have spent money on a paralyzed copy of Oracle, but it's in the past.

    Because we have not dev access to Oracle, we are unable to create a database of training for this new software in the home. We pay this company to create a test environment for us. I was told that it would cost $500, until technology has said it will install Oracle on the server of our training.

    At this point, I stopped him and said $ 500, they'll be violating their license agreement, or by giving us a free copy! The other possibility is that they were going to install this and then just this law we for Oracle, despite citing the work at $500.

    Technology that was about to proceed with the installation went to check with someone of higher rank and then returned to inform me that install the second copy of Oracle would require license more fresh indeed.

    This verified what I already told him, and I said, we want a database on our existing Oracle server and copies of the new training software can just point to this training base.

    He must now take time with senior technicians while they "analyze the existing database server or the environment. He was trying to tell me to install a database on the existing server and rather buy another copy of Oracle, which seems to me to be a total drain cash. He had no solid reason why it could not do, but refused anyway and said he needs to talk to a senior technician (the same one who said that Yes, we you will need to purchase a second copy of Oracle instead of using a second database on the existing server).

    Thus, these two bases of data, data from phase one and the other a direct duplicate of these data used in a training environment where change will not be being reported should, however, be able to exist peacefully should they not? The same version of the same software to access the same data from the server, just an another database, should not be a problem with my limited knowledge of the Oracle! There are still connections in the environment of training may 5 at the time, and the server must be able to manage currently twice more than the logged in users as is the maximum current (edit: expected) load.

    I know that this would not be a problem with MySQL or MS SQL and Oracle is a superior database package, then someone can think any legitimate reason that can back up the assertion that having this duplicate database will be a problem?

    Thanks in advance for any guidance here!

    It is certainly possible to create a second instance of the database on the same server as your production system. We have several servers with multiple instances. If you follow this path, there are a few things that you should keep in mind.

    Every Oracle instance must have little memory assigned from the RAM server to host the CMS, PGA and other process oracle. Each instance must have sufficient disk space to accommodate files data temporary tablespace, rollback segments etc. Depending on how you plan to implement your training environment, this could potentially be equal to your production environment memory requirements and the disc. If you plan to have a smaller subset of data for purposes of training, then you could probably get with much less than your environment of production.

    Another possibility would be to create another schema in the database of existing production to use for training purposes. While this would need less additional memory and space drive that uttering a completely separate database, it could have an impact on your production system, since the training environment would be sharing resources with the production.

    None of these scenarios would need additional licenses to Oracle (assuming that you have either licensed CPU, or that production and training combined have fewer users you have named user licenses).

    John

  • having problems with the trash icon - documents are not deleted when deleting

    original title: problems with the trash icon

    I DELETED THE ICON TO THE TRASH BY ACCESS WHEN I PUT NOW THE TRASH DOESN'T DESSAPEAR WHEN ITS EMPTY

    Hello

    How to restore the Recycle Bin on the desktop under Vista
    http://www.Vistax64.com/tutorials/168608-Recycle-Bin-restore.html

    Hope this helps

  • Problems with VC90 runtimes after deleting the winsxs folder. Installers now may not have write access to the winsxs folder?

    I very much regret to remove winsxs folder. I read that it might be recreated after being deleted and it was, but now VC90 doesn't quite

    A bunch of programs does not start, saying: there is a problem with the 'side by side configuration. Sxstrace using and try to run one of these programs, the analyzed log file shows that it was looking for VC90 manifest files in the folder "winsxs/manifest", which he could not find.

    It was weird because I feel that these manifest files should be created by the setup of the program (this program has been installed after I deleted the winsxs folder).

    Programs that are looking for VC90 during installation will say I did not install and will try to install it, and then fail and leave. I tried to install the runtime myself, but get the following error:

    Product: Microsoft Visual C++ 2008 Redistributable - x 86 9.0.30729.17 - Error 1935.An error occurred during the installation of assembly ' Microsoft.VC90.ATL, version = "9.0.30729.1", publicKeyToken = "1fc8b3b9a1e18e3b", processorArchitecture = "x 86", type ="win32" '. " See Help and Support for more information. HRESULT: 0 X 80070003. Assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF}

    I tried to get windows updates, but that did not fix it. I also tried to install SP2 (currently SP1) but it wouldn't install.

    Could someone help me please?

    Hello CheapSteaks,

    Thanks for posting on the Microsoft answers Forum.

    Click on the following article to see if it helps with your question.
    KB Article ID: 970652 -Error 1935.An error occurred during the installation of assembly ' Microsoft.VC90.ATL, version

    If please reply back and let us know if it helped to solve your problem.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Removal of security icon to remove a mounted cd/dvd drive that can not be delete. also the problem with the apple driver.

    Vista Home premium

    64 bit

    HP pavilion dv4-1220us

    It happens when I went to open I tunes and he indicated a problem with the cd/dvd and then I noticed security remove the icon at the bottom of the screen, attended safe remove and it delete my CD-ROM drive mounted cd/dvd look no further and I notice this driver is part of apple who was a pilot of speed indicating this driver will remove your drive of cd/dvd rom IS NOT WORKING WITH some programs installed.  I contacted apple, we have deleted the driver and complete the process with the driver of the machine. Now, this does not take care of the security delete icon then tech apple tried to help and communicate with Microsoft or hp.

    RESTORE MY COMPUTER SEVERAL TIMES, THIS ICON IS STILL THERE.

    DOWN MY BIOS AND THE ICON IS STILL THERE.

    THIS SCANNER DRIVER AND THE ICON IS STILL THERE.

    Security delete icon States: remove TSST CORP CD/DVD TS-L633L ATA DEVICE READERS of CD-ROM/DVD-ROM if I hit remove it will remove my CD/DVD-ROM DRIVE.

    I went on my computer and click on my cd/dvd rom drive and went to properties and that's what I found below.

    1. FUJITSU MHZ2250BH G2 ATA HARD DRIVE: WENT INTO PROPERTIES TO DISPLAY DRIVERS, IT HAS A HPDSKLFT. SYS DID NOT SIGN THE OTHER TWO DRIVERS ARE THE SIGN. ENTERED DRIVERS FILE AND INSTALLED THE SIGN AND IT IS SHOWING NO SIGN, ALSO WITH HP ASSIST THIS HARD DRIVE IS DISPLAYED AS 0 FAILURE AND DISK.

    2 TSST CORP CD/DVD TS - L633L ATA DEVICE DVD/CD-ROM: ENTERED VIEW PROPERTIES PILOTS AND THIS ONE HAS THE DRIVER OF THE VEHICLE AND A DRIVER.

    At the moment I'd hide so I does not uninstall my cd/dvd drive.

    Do I need another hard drive?

    Is this something with the Bios?

    Apple has tried to help with this driver of train that I'm not sure that this problem is still with this gear or what?  This is the site about the problem to apple and the site of heavy plant driver.

    http://www.GearSoftware.com/support/drivers.php

    http://www.GearSoftware.com/wiki/index.php?title=CD/DVD_drives_disappear_after_installing_iTunes

    http://support.Apple.com/kb/TS2308

    http://www.GearSoftware.com/wiki/index.php?title=drivers:_Windows_ - _Updating, _etc, _64_bit_versions, _removing

    Hi Mamalasting,

    I'd say Hewlett-Packard to visit support website and check if they have the latest drivers for the DVD player.

    Reference:

    http://www.HP.com/#support

    Thank you, and in what concerns:
    I. Suuresh Kumar - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I have recently installed Windows 10 free update.  Now I am unable to delete .pdf files and get the invalid error message "Function MS-DOS."  It has never been a problem with the previous Windows 8.1.  I contacted Microsoft technical support and I was tol

    I have recently installed Windows 10 free update.  Now I am unable to delete .pdf files and get the invalid error message "Function MS-DOS."  It has never been a problem with the previous Windows 8.1.  I contacted Microsoft technical support and they told me there is a problem with the .pdf application and I need to contact Adobe Acrobat. This can be corrected?

    uninstall any version of acrobat is installed.

    clean by Download Adobe Reader and Acrobat tool - Adobe Labs

    Restart your computer.

    delete all to delete pdf files.

    If this fails, it is a problem of ms.  If this attempt is successful, then reinstall your acrobat.

  • Problem with the help of oraext: query-database in the transformation (XSLT 2.0)

    Hello!
    I m facing a problem with the help of oraext: query-database.

    In my transformation im try the following (Simplified):
    <xsl:template match="*">
      <xsl:variable sqlQuery="select ....."/>
      <xsl:variable name="storeSec" select="oraext:query-database($sqlQuery,true(),true(),'jdbc/xref')/>               
        <xsl:choose>
         <xsl:when test="string-length($storeSec/ROWSET/ROW[1]/STORE_PART_SECTION) > 0">
              <xsl:value-of select="$storeSec/ROWSET/ROW[1]/STORE_PART_SECTION"/>
         </xsl:when>
           <xsl:otherwise>
                <xsl:value-of select"some other val"/>
           </xsl:otherwise>
        </xsl:choose>
    </xsl:template>
    {code}
    
    This always results in +some+ +other+ +val+ !!
    I´v checked the output from oraext:query-database by using getcontentAsString and if I instead test putting the expected output from oraext:queryDatabase in my variable it gives me A100 which is what i expected.
    
    {code}
    <xsl:template match="*">
      <xsl:variable sqlQuery=select ....."/>
      <xsl:variable name="storeSec">
        <ROWSET>
         <ROW num="1">
           <STORE_PART_SECTION>A100</STORE_PART_SECTION>
         </ROW>
         <ROW num="2">
           <STORE_PART_SECTION>XXm</STORE_PART_SECTION>
         </ROW>
        </ROWSET>
      </xsl:variable>               
        <xsl:choose>
         <xsl:when test="string-length($storeSec/ROWSET/ROW[1]/STORE_PART_SECTION) > 0">
              <xsl:value-of select="$storeSec/ROWSET/ROW[1]/STORE_PART_SECTION"/>
         </xsl:when>
           <xsl:otherwise>
                <xsl:value-of select"some other val"/>
           </xsl:otherwise>
        </xsl:choose>
    </xsl:template>
    How to get the correct value when you use oraext:query - database?

    How should you exit? Several item ID with each having a value of the result set?
    If Yes, then you can try following:

     
                        
                            
                        
                             
                                  
                             
                        
                            
    
  • Problem with the persistent store &amp; object

    Hello

    I store 2 types of persistentObject in PersistentStore. I find the problem when retrieving the Typeobjet2. The code is:

        private void GetPersonFromPhone() {
            synchronized(store) {
                data = (Vector) store.getContents();
            }
            System.out.println("\\\\\\\\\\\\\\\\\\  Into GetPersonFromPhone Data = " + data.size());
            PersonInfo pi = null;
            Person p = null;
            for ( int i = 0; i < data.size(); i++) {
                System.out.println("Object Got i = " + i + " - " + data.elementAt(i).getClass().getName());
                if (data.elementAt(i).getClass().getName().endsWith("PersonInfo")) {
    
                      .....
                      data.removeElementAt(i);
                }
            }
             p = null;
            pi = null;
            return;
        }
    
        private void SavePersonsToPhone() {
            PersonInfo info;
            System.out.println(" To SAVE Persons = " + personVec.size() + " To Store Data Size = " + data.size());
            for (int i=0; i < personVec.size(); i++) {
                info = new PersonInfo();
                data.addElement(info);
                p = null;
                info = null;
            }
            System.out.println("Now DATA size = " + data.size());
            synchronized(store) {
                store.setContents(data);
                store.commit();
            }
           // Dialog.inform("Success Stored");
    
            info = null;
            return;
        }
    
     Results
    

    Nobody GOT = name = Mr John Micheal, Email =, URL = store/samples/pictures/Quiver_Tree.png, Send = true
    Size PersonVector = 1
    Object obtained I = 3 - src.se.PersonInfo
    Nobody GOT = name = Peter Simon, email = [email protected], URL = store/home/user/iBeloved/photo1, Send = true
    Size PersonVector = 2
    GOT people = 2 size = 3 data store

    Add new record

    Person - McMillan Desilva, [email protected] , SentEmail = false

    To SAVE the people = 3 to the data store size = 3
    Save I have 0 - name = Mr. Micheal John = Email, URL = store/samples/pictures/Quiver_Tree.png, Send = true
    Added Mr. John Micheal, Email = true to vector to the store
    I save 1 - name = Peter Simon, email = [email protected], URL = store/home/user/iBeloved/photo1, Send = true
    Peter [email protected], Email added = true to vector to the store
    Save I have 2 - name = McMillan Desilva, Email = [email protected], URL =, Send = false
    Added McMillan detailed [email protected], email = false to Vector to the store

    The NEXT TIME that I RAN the APPLICATION

    Nobody GOT = name = Peter Simon, email = [email protected], URL = store/samples/pictures/Cascade.png, Send = true
    Size PersonVector = 1
    Object obtained I = 3 - src.se.PersonInfo
    Nobody GOT = name = Peter Simon, email = [email protected], URL = store/home/user/iBeloved/photo1, Send = true
    Size PersonVector = 2
    GOT people = 2 size = 4 data store

    To SAVE the people = 2 to the size of the data store = 4
    Save I 0 - name = Peter Simon, email = [email protected], URL = store/samples/pictures/Cascade.png, Send = true
    Peter [email protected], Email added = true to vector to the store
    I save 1 - name = Peter Simon, email = [email protected], URL = store/home/user/iBeloved/photo1, Send = true
    Peter [email protected], Email added = true to vector to the store
    DATA size now = 6

    You CAN SEE FROM THE results, how the data changes and incompatibilities. Sometimes he gives good resutls sometimes incompatibilities. Someone can say, where I'm going wrong or what makes the results of the get code.

    Thank you

    Not looked at seriously, but there seems to be a coding bug in this piece of code:

    for (int i = 0; i)< data.size();="" i++)="">
    System.out.println ("object got I I =" + i + "-" + data.elementAt (i) .getClass () .getName ());
    If (data.elementAt (i) .getClass () .getName () .endsWith ("PersonInfo")) {}
    ....
    data.removeElementAt (i);
    }
    }

    Say that the vector has 3 elements inside.  You spend the first at the beginning of the second loop, I = 1, and the for loop see data.size () 3.  Then you deal with the second and delete.  Then when you go back to the loop for I = 2, and data.size () = 2, so you never treat a third.

    Of course, logic could just as easily result in code by jumping the elements of the vector.

    Maybe that's your problem?

  • Problem with the Archive log in Oracle 11 g

    Hi gurus,

    I'm new in the DBA role and I have real problems with the archive logs - they are written to the wrong place.
    This is my environment:
    Windows Server 2003 Enterprise x 64 Edition; Oracle 11g EE + ASM;
    I did everything according to the instructions.
    I did the following:
    1. install Oracle 11 g software
    2 instance created using DBCA for ASM in the same House and added a no formatted disk as a DATA disk group
    3 database instance created using DBCA mode archive using ASM for data files. I've mirrored controlfiles and redo online records on the C: drive. I created flash_recovery_area and a reference to it when the instance was created.
    4. start to import the data.

    And here's the problem - for an unknown to me reason archive logs are written on 2 places: 1. in the flash_recovery_area, 2; IN MY ORACLE_HOME!

    I opened with EM dbconsole init settings and found that there is a single parameter, that points to this place (standby_archive_dest =' docs in the % ORACLE_HOME%\RDBMS, it is written that it is an obsolete parameter). Is another parameter that I found (LOG_ARCHIVE_LOCAL_FIRST = TRUE - I put it to FALSE), but nothing to help continue to write in ORACLE_HOME.

    How can I stop it? If I can't stop, so what happens in production? Should I manually delete all newspapers of this Archive - it will be madness!

    Try to set log_archive_dest_1 specifically. Example: -.

    ALTER system set db_recovery_file_dest_size = 400G;
    ALTER system set db_recovery_file_dest = '+ ASM_ORADATA42;
    ALTER system set log_archive_dest_state_1 = reporter;
    ALTER system set LOG_ARCHIVE_DEST_1 is 'LOCATION = USE_DB_RECOVERY_FILE_DEST VALID_FOR =(ONLINE_LOGFILE,ALL_ROLES)';.
    ALTER system set log_archive_dest_state_1 = enable;

  • I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious.

    Hello.
    I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious. I can't find the settings as it eliminated. Now, I don't have any plug-ins and Add-ons strange that were not initially in the Fox, but the problem is there.
    I use the Fox years. The problem, he had 1.5 months after Fox cleaning. If the problem can't win, I'll be forced to give up the browser, and I wouldn't.

    Could test you mode without failure of Firefox? It is a standard diagnostic tool to disable some advanced features of Firefox and extensions. More info: questions to troubleshoot Firefox in Safe Mode.

    Does not work if Firefox: Hold down the SHIFT key when you start Firefox.

    If Firefox is running: You can restart Firefox in Mode safe mode using either:

    • button "3-bar" menu > "?" button > restart with disabled modules
    • Help menu > restart with disabled modules

    and OK reboot.

    Two scenarios: A small dialog box should appear. Click on 'Start mode safe' (not update).

    Any improvement?

    If the problem persists in Mode without failure, could reinstall you Firefox in this way:

    Clean reinstall it

    We use this name, but it isn't about deleting your settings, this is to ensure that the program, files are clean (not incompatible, corrupt or exotic code files). As described below, this process does not disrupt your existing settings. Don't uninstall NOT Firefox, that does not need.

    (1) download a fresh Installer for Firefox 38.0.5 of https://www.mozilla.org/firefox/all/ in an ideal location. (Scroll down your preferred language).

    (2) close Firefox (if applicable).

    (3) to rename the program folder, either:

    (Windows 64-bit folder names)

    C:\Program Files (x86)\Mozilla Firefox
    

    TO

    C:\Program Files (x86)\OldFirefox
    

    (Windows 32-bit folder names)

    C:\Program Files\Mozilla Firefox
    

    TO

    C:\Program Files\OldFirefox
    

    (4) run the installer you downloaded in the #1. It should automatically connect to your existing settings.

    Any improvement?

    Note: Some plugins can only exist in this OldFirefox file. If it is missing something essential, present in these files:

    • \OldFirefox\Plugins
    • \OldFirefox\browser\plugins
  • Hello! The new version of Firefox, I have a problem with the opening of the site VKontakte. The browser displays the following error message: "Firefox has determined that s.

    Hello!
    The new version of Firefox, I have a problem with the opening of the site VKontakte. The browser displays the following error message: "Firefox has determined that the server redirects the request for this address in a way that it will never end." How to solve this problem? Please excuse me for my English.
    Sincerely, Vsevolod.

    This can be caused by corrupted cookies or cookies that are not sent or otherwise blocked.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    See also:

  • problems with the firefox search engine

    When using my hotmail email today when I I closed it got stuck with the msn home page, I have managed to recover the firefox home page, but the search is made by BING, I don't want that I want as before google. It seems if be produced since firefox 18 was delivered

    Can any body help to get this back as before

    Try to reset default preferences with the SearchReset extension:

    Note that the SearchReset extension runs only once and then uninstalls automatically, so it will not appear on the page "> Firefox Add-ons" (topic: addons).

    You can check the pref browser.search.defaultenginename (s) on the topic: config page to see if it has the value of Google by default.

    If there is a problem with the search through the default value: home page and then try to reset the search engine used on the subject: homepage.

    Reset the pref browser.startup.homepage_override.mstone through the context menu by default on the topic: config page and close and restart Firefox to restore the on: default home page.

    1. Open the topic: config page through the address bar
    2. Type in the filter bar: mstone
    3. Right-click on the browser.startup.homepage_override.mstone line, and then select: Reset
    4. Close and restart Firefox

    If this did not help, then remove the button Delete the chromeappsstore.sqlite file in the Firefox profile folder and repeat the foregoing.

Maybe you are looking for

  • Delivered? Received...

    My son is camping and out of the cell. When I send a text message he said delivered. That means when he gets back in service, it will receive the message?

  • Reset my iPhone to unlink my phone with the apple ID factory settings?

    I can't activate my iPhone because it is bound to one apple that I no longer have access ID to will reset the iPhone back to factory unlink my phone with the iTunes account?

  • Instantiate MFC ActiveX

    Hello everyone, I can't understand a very annoying problem. I'm building a new ActiveX under MS VC ++ 2008 with MFC. Then in LabVIEW, I use "Open Automation" (OK), then call the "About box" method (generated automatically by VC ++): I get messag erro

  • 7510 photo tray rejects photo paper

    Hello I only printed a photo of my ipad 3 no problem from the photo tray. However, when I tried it again constantly spits out a blank photo paper. Any ideas? Thank you.

  • Need help, need product key for XP sp2 reinstall XP can be done without key to sting

    Let me know... Katyana_89 Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to s