Quiescing database leaves it hanging

environment: Oracle 10g R2 running on a Windows Xp box.
issuing alter system quiesce restricted leaves the system hanging until i have to eventually restart the database.
in the meanwhile i cannot connect to the database not even as SYS until i eventually have to restart it.

It sounds you either did something wrong or you have problem with your system,
you should be able to login as sysdba even quiesce, that's how you get it out of that state.
%sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Tue Feb 19 15:38:33 2008
Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SYS@az > alter system quiesce restricted ;
System altered.
SYS@az > exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
%sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Tue Feb 19 15:38:42 2008
Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SYS@az >  alter system unquiesce;
System altered.
SYS@az > exit

Similar Messages

  • HT204053 iCloud says my Apple ID is valid but it is not an iCloud account. I find how to link on Apple services but it seems to leave me hanging. How do I actually link the 2 accounts? On a Windows 8 PC?

    iClound Control Panel says my Apple ID is valid but it is not an iCloud account. How do I link the 2 accounts on a Windows 8 PC with iTunes 11. I go to Apple services and it gives some instructions; but they leave me hanging. They tell me to put in the same user name and then just stop. Doesn't say what to do next. I did what it said and the 2 accounts are still not linked. Anyone know how to assist? Thank you.

    Apple isn't trying to be anti-PC with this; they support PCs going all the way back to Vista SP2, a 3-generation old version of Windows.  To sync iCloud with a Mac you have to be running one of the last 2 versions of the OS X operating system (i.e., a newer version than you do on Windows).  I assume it's set up this way because it's a service provided customers purchasing Apple devices that utilize iCloud syncing services, and if you happen to also you own a PC, it will sync with that as well.  It wouldn't make sense for them to provide this service, including a free 5GB iCloud account, hosting for backups, syncing services, free photo stream, etc. for non-Apple customers (who, for example, may only own a PC).
    If you have a friend with one of these devices who is willing to let you create the account on their device, you could then use it on your PC.  They would have to delete the existing account from their device in Settings>iCloud, then let you sign in with your ID to create a new account, then delete this account from their device and sign back into their own account.  You could then use this ID to sign into the newly created account on your PC.  Note: each device can only create 3 iCloud accounts, so you would be using one of their 3 alotted accounts, but they may be willing to do this for you.
    iCloud is really designed to keep your data in sync across multiple devices that you may own, and with your computer.  It will also automatically back up your device, stream photos taken on one device to all your other devices, and allow you to locate a misplaced device using Find My iPhone.  It doesn't, however, sync music if that's what you're looking for.
    If you want to be able to access your music from iCloud you don't need an iCloud account for this.  As mentioned earlier, music purchased from the iTunes store is already available in iCloud.  Music from other sources, such as in your case, can only be accessed from iCloud if you subscribe to iTunes Match (see http://www.apple.com/itunes/itunes-match/).  If you do, you can then upload your iTunes library (up to 25,000 songs) to iCloud an access them from an iOS device via iCloud, even without an iCloud account.  Music purchased from other sources that is copy protected (contains DRM) is not eligible and will not be uploaded to iCloud so be sure your music purchased from Amazon doesn't contain DRM before subscribing.

  • Database creation process hangs

    I am manually creating a database on Windows 2k3 server using Oracle 11 r2. Using the Database Configuration Assistant to create a database, the process hangs for hours.
    I figured out and triedthe following:
    1. I have attempted using the GUI tool more than once to create the database and each time it hangs.
    2. Using the scripts have been created using the with configuration tool, I manually attemped to create database. -- I have attempted more than once.
    3. The database creation process hangs while running the EXECRM.SQL file that is called by the CATPCNFG.SQL which is called by CATPROC.SQL which is called by CreateDBCatalog.sql
    3. The EXECRM.SQL file hangs on the following statement EXECUTE DMBS_RMIN.INSTALL;
    I'm not sure why the PL/SQL packag is hanging at this point. Any help is appreciated.
    Thanks,
    Sheila

    I was able to create the databases prior to installing Enterprise Manager Grid control. I deleted the databases to re-create so they would be registered with Enterprise manager. Once I install Enterprise manager the creation process hung. I have also installed Essbase and Oracle/Hyperion Enterprise Performance Management Suite on the server. I'm trying to do some research on these BI tools.
    I'm tempted to uninstall Essbase and the Hyperion producst along with Enteprise Manager and start from scratch to test to see if I can create a database without these other products.

  • Database gets into hanging position

    Hi All,
    I am using Oracle 10G R2 on windows.Size of all the dbf file gets increase suddenly due to insertion of huge data. But size on disk gets full and my database gets into hang position. So someone please suggest me the solution for this ? Or how can i compress the datafiles?

    This problem seems to be a fuzzy assumption. Oracle must have returned an error for any problem. What is your db's role for you and how much is it important. If you are using this for development purpose the I would suggest you to recreate db with more manageable design/options. eg keep autoextend off and purge unusable data regularly.

  • 10G Oracle Database Configuration Assistant hangs at 39%

    I'm trying to install the 10G Infrastructure, but when the OUI launches the OPCA, the OPCA just hangs at 39% and never makes it. Any suggestions?
    Thanks,
    Frances

    hi,
    I am also having the same problem with DBCA. Usually it hangs at 40% and then dies. When running the scripts, it also crashes and i am not sure where to go from here. To follow is the last bit of the display for the scripts at they run. There are two errors present. I have done my best to research this issue on my own, however, I have not had any success. If anyone can point me in the right direction, it would be much appreciated.
    Errors found in script readout below
    1. *
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    2. ERROR:
    ORA-03114: not connected to ORACLE
    SQL> Rem NOTES
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem wechin 02/12/03 - remove 'set' commands
    SQL> Rem yuyang 08/29/01 - make load ultrasearch_db.jar
    SQL> Rem dczhang 11/17/00 - remove unnecessary exit at the end
    SQL> Rem dczhang 10/27/00 - put -resolver arg in separate string passed via 2
    SQL> Rem syang 10/17/00 - Created
    SQL> Rem
    SQL>
    SQL> define isearch_lib = "&1"
    SQL>
    SQL> -- $(SRCHOME)/bin/loadjava -u WKSYS/$(WKSYSPW) -f -r -R "((* wksys) (* public))" -synonym -g public -v -s $(ISEARCHLIB)/ultrasearch_db.$(JAR_EXT)
    SQL>
    SQL> PROMPT ... loading ultrasearch_db.jar
    ... loading ultrasearch_db.jar
    SQL> call sys.dbms_java.loadjava('-v -f -r -s -g PUBLIC &isearch_lib/ultrasearch_db.jar', '((* wksys) (* public))');
    call sys.dbms_java.loadjava('-v -f -r -s -g PUBLIC /u01/app/oracle/product/10.1.0/db_1/ultrasearch/lib/ultrasearch_db.jar', '((* wksys) (* public))')
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    SQL>
    SQL> undefine isearch_lib
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL> -- populate the wksys schema
    SQL> PROMPT ... load wksys
    ... load wksys
    SQL> @&LSH/wk0inst.sql &OH/ultrasearch/data/ &CTXHX &JAVA_EXE_PATH &JSTR &OH/ultrasearch/lib/agent/ &LAUNCH_ANYWHERE &OH/ultrasearch/log/ &OH/ultrasearch/cache/
    SQL> Rem
    SQL> Rem $Header: wk0inst.sql 12-sep-2003.17:15:00 wechin Exp $
    SQL> Rem
    SQL> Rem wk0inst.sql
    SQL> Rem
    SQL> Rem Copyright (c) 1999, 2003, Oracle Corporation. All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem wk0inst.sql - WK Install
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem This moudle installs all packages needed by intermedia search
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem wechin 09/12/03 - bug 3141009: set default log directories
    SQL> Rem vnimani 05/06/03 -
    Rem vnimani 05/02/03 - remove install_type param as it is no longer usedSQL> Rem echee 11/22/02 - Adding call to wk0postpkg.sql
    SQL> Rem syang 10/30/02 - change prompt message for wk0init
    SQL> Rem wechin 03/11/02 - fix bug 2259949
    SQL> Rem wechin 02/20/02 - use dbms_registry.release_version
    SQL> Rem wechin 02/15/02 - update version number in component registry
    SQL> Rem syang 02/18/02 - accept LAUNCH_ANYWHERE parameter
    SQL> Rem dczhang 01/30/02 - DO NOT SPOOL
    SQL> Rem wechin 01/09/02 - component registry
    SQL> Rem dczhang 07/09/01 - remove word "isearch"
    SQL> Rem syang 07/13/01 - add agent_location
    SQL> Rem syang 03/14/01 - no default language for wk0pref.sql
    SQL> Rem dczhang 11/17/00 - remove unnecessary exit at the end
    SQL> Rem chsin 09/15/00 - add wk0obj.sql
    SQL> Rem syang 09/14/00 - use define variables to avoid sqlplus bug
    SQL> Rem jshang 08/23/00 - Add data type creation for Query API wrapper
    SQL> Rem jechow 08/01/00 - cut the class path
    SQL> Rem ymatsuda 03/28/00 - training data dir, config file path
    SQL> Rem ymatsuda 03/20/00 -
    Rem syang 03/01/00 - create default scheduleSQL> Rem ymatsuda 02/16/00 - multi instance
    SQL> Rem echee 02/07/00 - adding seed data population to flow
    SQL> Rem syang 02/02/00 - create default web source
    SQL> Rem dyu 01/13/00 - Fix classpath too long for sqlplus argument
    SQL> Rem syang 01/05/00 - report error gracefully
    SQL> Rem swkuo 11/22/99 - create wk0init.sql to initizlize the crawler table
    SQL> Rem syang 11/22/99 - add explanation for parameters needed
    SQL> Rem swkuo 11/18/99 - pass crawler config parameters
    SQL> Rem ymatsuda 11/17/99 - add wk0util
    SQL> Rem swkuo 11/11/99 - initialize the WK$CRAWLER table
    SQL> Rem swkuo 11/09/99 - use a utility program to load java classes
    SQL> Rem syang 11/05/99 - add wk0ddl package
    SQL> Rem syang 11/04/99 - crawler seed coulmn type change
    SQL> Rem swkuo 11/02/99 - Add the language column
    SQL> Rem swkuo 11/01/99 - Created
    SQL> Rem
    SQL>
    SQL> set feedback off verify off
    SQL>
    SQL> -- if user is not WKSYS then exit
    SQL> whenever sqlerror exit;
    SQL> set heading off
    SQL> select '=== User is ' || USER from dual
    2 where 1 = decode(USER,'WKSYS',1,'NOT');
    ERROR:
    ORA-03114: not connected to ORACLE
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@cpsidb scripts]$

  • Create procedure statement Hangs in 11g database, doesn't hang in 10.2

    I have installed 11g on a windows workstation and created a new database. I then attempted to import a schema from a tried and tested 10.2 database, this hung.
    I pinpointed the cause of the hang to a create procedure sstatement within the import file.
    I removed the procedure from the 10.2 database, re-exported and imported sucessfully in to the 11g database minus the rogue prrocedure.
    I now have a create statement for the procedure thats causing the hangs, and this hangs when I try and run it - it runs fine against my 10.2 database?
    I can comment large chunks of the create procedure statment out so I get an anonymous block that runs, and pinpoint the hang down to the inclusion of the the line marked below
    (starting FOR UPDATE OF...........).
    I cant work out whats going on, I'm no programmer by the way!
    Any pointers would be greatly appreciated.
    Nick
    declare
    job_rec job_table%ROWTYPE;
    err_msg varchar2(2000);
    abort_msg varchar2(2000);
    l_ok boolean := TRUE;
    l_bat_job varchar2(14) := 's2_novate_RIC';
    LINES DELETED FOR PURPOSE OF POSTING CURSOR c_sah IS
         SELECT
              sah_next,
              sah_table_key,
              sah_old_status,
              sah_new_status,
              sah_processed_ind,
              sah_processed_date,
              sah_processed_time
         FROM senatordba.sah_status_audit_history
         JOIN (SELECT distinct to_char(spd_next) spd_next
              FROM senatordba.spd_std_risk_dets
              JOIN senatordba.rso_risk_system_options
              ON rso_spd_next = spd_next
              AND spd_ric_code = l_ric_code
              AND coalesce(l_uw_year, spd_yr) = spd_yr
              AND coalesce(l_risk_ref, spd_ref) = spd_ref
         ON spd_next = sah_table_key
         AND sah_table_code = 'SPD'
         AND sah_status_table_code = 'NOV'
         AND sah_processed_ind = 'N';
    FOR UPDATE OF sah_processed_ind, sah_processed_date, sah_processed_time;               <---------if this line is commented out runs OK, if left in, it hangs??
    r_sah c_sah%ROWTYPE;
    begin
    open c_sah;
    close c_sah;
    end;

    Hi Nick, no one else has answered so I thought I'd answer my own question, it appears that I was hitting Oracle bug 9294110. had to uninstall 11.2 and install 11.0.7 instead. very annoyed that I wasted ages diagnosing this known problem. The following test should replicate the hang
    connect / as sysdba
    create user test identified by test default tablespace users temporary tablespace temp;
    grant connect, resource to test;
    connect test/test
    create table a_tab
    ( col001 number, col002 number, col003 number, col004 number);
    create table b_tab( col001 number);
    -- the next statement hangs forever
    select
    a.col002,
    a.col003,
    a.col004
    from
    a_tab a
    left outer join b_tab
    on a.col001 = b_tab.col001
    for update of a.col002,
    a.col003,
    a.col004;

  • Iphoto library database wont repair. hangs up at 99%

    I opened my iphoto '11 database to notice some older photos appearing black with an exclamation point. so I restarted my imac, then held cmd+option then started iphoto. I chose the "repair database" option and it always hangs up at "99% complete" no matter how many times I try it.
    It does the same thing with my backups of my iphoto library.
    does anyone have any experience with this problem?

    1. If iPhoto Library Manager won't rebuild the Library and your back up is corrupted then you will have to create a new Library, recover your Photos from the damaged one and start over from scratch.
    2. There's nothing unusual in your Library. In new iPhoto 11 Libraries there are no Originals / Modified folders, they are called Masters and Previews instead.
    3. The fact that the xml file claims to be a Final Cut file simply means that your Mac thinks that FCE is the default app for opening xml. Again, it matters not a whit.
    Regards
    TD

  • 11G P2 / refreshing database offline object hang when multi select

    JDev hang ...just seem to do nothing ... when multi selecting offline database objects, right clicking, selecting Refresh[instance], jdev display an advice that changes will be lost and after still blocked with no visible operation (1% usage of the processors) in the computer.

    I completely reinstall JDev and set it to use subversion ... that resolve the problem and i'm no more in a position to reproduce it.

  • Oracle 11g Database Configuration Assistant Hangs At 45% During 1st Install

    Platform: Windows Vista 64 Bit Version
    Downloaded: Oracle 11g Database 64 Bit
    Service Pack 1
    Greetings to all my Oracle Seniors. I have been attempting in vain to install the Oracle 11g database software package fully. I was able to complete the initial installation and made it to the second recommended action which was the Database Configuration Assistant operation. After 3 attempts, the progress bar stalled at 45%. I tried to look at the log file cfgtoologs (cloneDBCreation, and CloneRmanRestore), but it said that I didn't have permission. My pre-check cleared OK on everything. So, please direct me as to how to correct this issue.
    Thanks
    Preston
    System Integrator

    Well, that is not much of an option right now. I discovered that I have to reinstall the XP Pro OS after attempting the 11g installation 4 times and the install always stalled at 69% during the initial installation. I did have Windows Service Pack 3 installed on the system. I down graded and added 1 G of additional memory and checked the pre-check with no problem. But, the install continued to stall at 69%. So, and, yet, here we are.
    Now in regards to the metalink notes, I am new to the forum, so I don't know my way around quite yet. Isn't the metalink the paid suppport option? If so, I don't have that access.

  • Archive citadel database in MAX hangs

    I am trying to Archive a 4.13 GB uncompressed DSC database on LabVIEW 2013 SP1 (although the database was started with LabVIEW 2013).  I have tried twice and it gets stuck (new location folder size is at 151 MB both times).  The progress bar says "Archiving database=20.5%" and "Copying Data=83.0%".  I have chosen the option "Destroy source data after it has been archived (local computer only)".  The status says "copying data" and I no timestamps of files in the new folder have changed after about 9 hours of waiting.  If I cancel, MAX cannot display any Citadel databases.  This is fixed if i reboot.
    Any ideas?

    Hello barkeram,
    Where are you storing the archive (locally or remote)?
    Are you following the steps in one of the following documents?
    http://digital.ni.com/public.nsf/allkb/E076A0661E03F1EB862571A800079E7B
    http://digital.ni.com/public.nsf/allkb/2B0C74744BB37391862571F500067C64
    Can you try to navigate to the file path of the database and duplicate the file? Afterward, manually add the new database to MAX and try to Archive the new file.
    Regards,
    Thomas C.
    Applications Engineer
    National Instruments

  • Dreamweaver is leaving me hanging!

    hi. for the first time in 2 years dreamweaver is hanging on
    me
    frequently while i'm working on a site with a great deal of
    flash text
    and tables:
    http://www.hatsandfascinators.com.au/
    Everytime i go to format a table cell, row or column
    dreamweaver hangs
    and i have to ctrl+alt+del to end dreamweaver.
    this is only occurring when working on this site. all my
    other sites are
    fine. dreamweaver usually functions perfectly.
    it's not my choice to use all this flash text. i have a fussy
    client
    that insists on that font, and she keeps changing her mind on
    the colors
    and size of the font so i used the flash text in dreamweaver
    for the
    first time.
    i'm not enough of an expert to work without tables. can
    someone help me
    with this please.

    I suggest correcting your page so that it will validate to
    wc3. it is possible that is what is causing the hanging. Here is
    the report on your site
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.hatsandfascinators.com.au%2F

  • Database very slow/hangs.

    Hello,
    My company server has a database of size 400GB. It has has been distributed on 2 HDD of 300GB each. Previously i had faced the problem of database performing very slow . That time the size of the database was much shorter & i just moved the REDOLOG FILE to other HDD using rename command. That worked & again the database was working great. But now the scenario is quite different than previous... as given below ...
    Tablespace Name - LHSERP
    No. Of. Datafiles in LHSERP Tablespace - 55  ( Which are distributed on 2 HDD )
    Hard Disk Drive (HDD) in server - 2
    Capacity of HDD - 300GB each.now both HDD has datafiles from LHSERP tablespace. I tried to move the redo log files to other HDD but no use. No improvement in the performance. Still the database is slow.
    One more thing i need to make a point of , when i see the task manager on the server it shows some RED and GREEN color graph of CPU usage. Does it mean anything serious ???? Even the whole OS works quite slow on the server. Right from opening MY COMPUTER , to loging into the user ....to fire the query in the user ...everything is very slow. Should i try to short out this problem in some different direction ???
    Can you suggest me what to do next ... to improve database performance. If you have anymore ideas please let me know.
    ORACLE DATABASE 10g
    Windows Server 2008 64-Bit
    Thanks in advance ....

    Hi,
    What is your AWR snapshot keep time? I normally set it to 30 days so that in case of some problem, i can compare my AWR with my history AWRs. Now, can you take out an AWR when your database was doing good and then the latest AWR and then compare it and see what is the difference? Is redo log generation has increased? What are the top 5 wait events in the good AWR report and now in current bad AWR report. What are the top SQLs (elapsed time, CPU time) in good and bad AWR. What were the top segments in bad and good AWRs.
    Doing this will give you insight of the problematic area.
    Can you check ADDM report, is oracle recommending you anything t o look into?
    what is the CPU usage. Even Oracle is the top consumer, can you check the CPU usage for past 24 hours, is it touching 100 %?
    You should have OEM configured with the database. Form OEM, can you check host hard disks performance and check the busy percentage of your hard disks for past one month and check if there was any increase in the hard disk busy rate.
    Doing all above will certainly help you identify the problematic area.
    Salman

  • Database: Leave it connected or connect/di​sconnect every time?

    Hi,
    The CVI database examples are great, everything needed was right there.
    Now that my program works, I have a dilema:
    I'm writing a small amount of data to a database on a network drive once every 10 minutes.
    Is it better to connect once and write periodically, or to connect and disconnent each time?
    Works either way and the coding is simple, but there must be some IT reason one way is better right?
    Thanks,
    Kevin
    Solved!
    Go to Solution.

    Hi Kevin,
    Since the database is located on a network drive, and since there is so much time in between each access instance, I would connect and disconnect to it each time you need to write.  If you choose to remain connected while the program is running, you run a higher risk of losing that network connection and therefore either losing your data or prematurely terminating the program.
    Hope this helps!
    Regards,
    Stephanie R.
    National Instruments
    Stephanie R.
    National Instruments

  • Fax leaves me hanging

    I've got Tiger installed on my 400 MHz B&W G3. I recently tried sending a fax from it, and ran into a problem. Namely, the modem doesn't seem to want to hang up/reset/whatever after it's done, so it won't let me send another fax until after a shutdown/restart.
    Thing is, I'm pretty sure it worked well enough under Jaguar, when I had installed some shareware fax app whose name escapes me. Granted, I don't think I sent a second one out that time, so can't be certain if this is a new problem or jsut the first time I realized it was there.
    So, any thoughts on what might cause it, what might fix it?
    Thanks

    You shouldn’t need to re-install CS2, just have the serial-number handy when you install CS3, so you can type both in—I assume this is how things worked back then, anyway. 
    If uninstalling and re-installing doesn’t fix licensing, perhaps you’d need to run the CSCleaner script before re-installing:
    http://www.adobe.com/support/contact/cscleanertool.html

  • Crs_stat resorces offline when database instance was hang

    version 10.2.0.4
    two node rac
    hi friends when was server reboot due to updation 0f network adapters resources were offline.
    and also when fra was 100 percent full then also resources coming to offline stage
    why its happening
    can anyone tell me reason?
    my observaion --------------is as follows
    IN REGISTERY EDITOR
    HKEY_LOCAL_MACHINE-...............................SOFTWARE....................ORACLE....................KEY_ORA10GDB_HOME
    THERE IS NO PARAMETER TRUE OR FALSE
    DO I NEED TO ADD THAT?
    PLEASE LET ME KNOW

    version 10.2.0.4
    two node rac
    hi friends when was server reboot due to updation 0f network adapters resources were offline.
    and also when fra was 100 percent full then also resources coming to offline stage
    why its happening
    can anyone tell me reason?
    my observaion --------------is as follows
    IN REGISTERY EDITOR
    HKEY_LOCAL_MACHINE-...............................SOFTWARE....................ORACLE....................KEY_ORA10GDB_HOME
    THERE IS NO PARAMETER TRUE OR FALSE
    DO I NEED TO ADD THAT?
    PLEASE LET ME KNOW

Maybe you are looking for

  • Compress to SD DVD from FCP 7.0

    I have a project in FCP 7.0 that is made up of ProRes 422 (LT) footage that I just finished. I'm trying to get this to DVD. The footage is 1440x1080 30fps. Everything looks great in the time line. I've exported it to Quicktime twice using these setti

  • Date/number error insertin XML doc

    Hi, While using the Oraclexml classes to write an XML document to an 8.1.5 DB I get an error oracle.xml.sql.OracleXMLSQLException: Exception 'java.lang.IllegalArgumentException:Timestamp format must be yyyy-mm-dd hh:mm:ss.fffffffff' encountered durin

  • Tagging loops,how to figure out the key they're in ?

    I have a few loops that are not tagged and I want to use them but must figure out what key they are in,is there an app or program that will tell you the key and or bpm ?

  • User access only to a specific page

    I have create a page group with others pages. I create a user who want to have management rights only to a specific page of the portal, and anywhere else How can i give access only to a specific page? thanks

  • Screen recording becomes blurry after exporting to iMovie

    After creating a screen recording using Quicktime (and the video is perfectly clear), I am trying to export to iMovie to edit the video more easily and to add an audio track. However, once the video is turned into an iMovie project, it is blurry. Sti