View what queries have been run in SQL 2005

I've been asked to have a look at building an MI mart from a transactional DB.  The source Db is in SQL 2005. The transaction logs are showing that there are approx. 35-40 timeouts per day while the quantity of transactions written is  <1000
per day. 
Currently reporting is coming off of the source using nested views which I suspect are causing these timeouts.  Without using any third party tools, I'm thinking the best way to see sys.dm_exec_sql_text but I do not have access to run this.  Any ideas
for work around ?

Hi nick,
According to your description, you can use SQL Server Profiler and use a filter on it to get the most expensive queries. A standard trace with the Lock Timeout event and Deadlock Graph events should can help you
monitor when time-out conditions occur ,when deadlocks occur , which objects are involved and so on. Most timeouts may are caused by not having a good set of indexes for your workload.
For more information about SQL Server Profiler,
Lock: Timeout Event Class. You can review the following articles.
http://msdn.microsoft.com/en-us/library/ms190378.aspx
http://msdn.microsoft.com/en-us/library/ms189107.aspx
In addition, if you want to run the function of “sys.dm_exec_sql_text”, you need to require VIEW SERVER STATE permission on the server. Your DBA can grant the permission via the following T-SQL statement:
USE master;
GRANT VIEW SERVER STATE TO <your account name>;
GO
Thanks,
Sofiya Li
If you have any feedback on our support, please click here.
Sofiya Li
TechNet Community Support

Similar Messages

  • Monitoring user issued queries...and how long queries have been running.

    soalris 9
    oracle 9i and 10gr2
    I am trying to get the user issued query and how long it has bee running.
    I was trying to test on test database running a query under scott schema with
    1.5 million records which is almost taking more than 5 minutes and trying to
    see If I can see the query and how long it has been running.
    I ran script(show.sql---from Ask tom) got it from NET and i see session status as INACTIVE while query was still running. And I do not see the query in output.
    I could see the show.sql query in output.
    Why is it showing session status as INACTIVE when the sql is still running.
    Could you please provide me sql that will show user issued quries and how ong they have been running
    Message was edited by:
    user539835
    Message was edited by:
    user539835

    Go to Morgan's Library at www.psoug.org and look up "DBMS_APPLICATION_INFO." This built in package has a procedure named SET_SESSION_LONGOPS that may help you.

  • HT5114 How do i view what i have been charged for on itunes

    I am getting charged for itunes and i dont know why can u help me to find out what thecarges are for

    Welcome to the Apple Community.
    If you are charged for things you haven't purchased, you can report the problem to the iTunes store.
    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.
    Currently, if your purchase happens to be your most recent purchase you will not be redirected to the report form, in this case use the report a problem option from the invoice that was emailed to you.

  • I have been running Firefox on my PowerPC G5 for years and have just tried to install 4.0. When I attempt to start Firefox, a window opens telling me the application cannot be launched. I have installed it twice with the same result. What gives?

    I have a PowerPC G5 quad core Mac with a pre-intel chip. I have been running Firefox successfully for over five years and have used every version in operation during that time. Tonight, I received notice that the latest version of 3.6 was ready to install and that I needed to restart. I did that and was taken to a page telling me that 4.0 was available for downloading and use. So I downloaded the new 4.0 and tried to install it in the typical Mac fashion. After clicking on the dmg, I dragged the icon into my applications folder and onto the dock. But when I click on the icon on the dock, I get the message: The application cannot be launched. 10661
    When I try to launch by double clicking in the applications folder, I get the message: You cannot open the application Firefox because it is not supported on this system.
    I had to go to your site using Safari of all things! I tried re-installing it with another download, and that one misbehaves in the same way. By the way, in case it matters, I still have 42 GB available on my hard drive and 5 GB of RAM.
    There is one other funny thing. The Firefox icon from the disk image has a white circle with the slash through it on top of the fox and world symbol. That is what appears in my applications folder and in my dock. It appears to be saying NOT FIREFOX, as it would indicate in a NO U-TURN sign. What is this all about?

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • DB -What action have been done by until cancel?

    ORALCE 8174/Hotbackup:
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_SCN, TO_CHAR(LAST_CHANGE#) DATAFILE_LASTSCN FROM V$DATAFILE;
    2 /
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396163609
    9220396163791
    9220396163711
    9220396163711
    9220396163764
    9220396163764
    9220396163789
    9220396163611
    9220396163624
    9220396163791
    9220396163655
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396163655
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_HSCN FROM v$datafile_header
    2 /
    DATAFILE_HSCN
    9220396163609
    9220396163667
    9220396163687
    9220396163711
    9220396163748
    9220396163764
    9220396163789
    9220396163611
    9220396163624
    9220396163791
    9220396163640
    DATAFILE_HSCN
    9220396163655
    12 rows selected.
    SQL> recover database using backup controlfile;
    ORA-00279: change 9220396163609 generated at 07/28/2007 00:01:07 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13876.arc
    ORA-00280: change 9220396163609 for thread 1 is in sequence #13876
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    ORA-00278: log file '/data1/newdb/orcl/arch/arch_1_13876.arc' no longer needed for this recovery
    ORA-00308: cannot open archived log '/data1/newdb/orcl/arch/arch_1_13877.arc'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_HSCN FROM v$datafile_header;
    DATAFILE_HSCN
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    DATAFILE_HSCN
    9220396171447
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_SCN, TO_CHAR(LAST_CHANGE#) DATAFILE_LASTSCN FROM V$DATAFILE;
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396171447
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DB_SCN,TO_CHAR(CONTROLFILE_CHANGE#) CONTROL_SCN FROM v$database;
    DB_SCN CONTROL_SCN
    9220396163608 9220396171447
    SQL>
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/data1/newdb/orcl/datafile/system01.dbf'
    *********why still show above error and can't open db?
    SQL>[color=Red] recover database using backup controlfile until cancel;[color]
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    [color=Red]AUTO[color]
    ORA-00308: cannot open archived log '/data1/newdb/orcl/arch/arch_1_13877.arc'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    [color=Red]SQL> recover database using backup controlfile until cancel;[color]
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    [color=Red]CANCEL[color]
    Media recovery cancelled.
    SQL> alter database open resetlogs;[color=Red][color]
    Database altered.
    *********What action have been done by UNTIL CANCEL?
    Message was edited by:
    [email protected]

    I'll say it again in case you missed it the first time: V$ views are NOT part of the data dictionary. You can't read the data dictionary until the database is opened.
    If you've performed a recovery 'until cancel', your datafiles are all in synch with each other. They may even agree with checkpoint change number in the controlfile. But what about your redo logs? By definition, they will have changes in them from a time after the point in the redo stream you got to when you said 'cancel'.
    Therefore, the redo logs will be ahead of where the rest of the database has now gotten to.
    And that is why you HAVE to open the database with a resetlogs operation (that is, 'alter database open resetlogs;'). That causes the existing redo logs to be wiped clean and thus cleared of any redo from a time after the time the rest of your database has been recovered to.

  • I have been running firefox for about 4 years now and love it. recently I signed into firefox the page keeps running blank, i have it on my allow list.

    I have been running firefox now for about 4 years and love it. Recently I tried signing on and it just runs a blank page. I uninstalled it and re installed it to no avail. I have it on my allow list for my fire wall , and have tried all the fixes that i can. can you please help. I use your program as it runs my different web sites so much better than chrome or internet explorer. attached is a picture of what I encounter when I try to sign on. than You in advance. Colleen

    Hi Colleen, assuming it isn't an external software issue, then the next few things to try are as follows:
    '''Firefox's Safe Mode'''
    This is a standard diagnostic tool to deactivate extensions, hardware acceleration, and some other advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    If the menus are operable, you can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    If the menus are not operable, exit/crash Firefox and hold down the Shift key when starting it up again. A small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Can you load any pages?
    If you have the same issue, it could either be something in your settings or in Firefox's program folder. These approaches test those possibilities.
    '''Create a new Firefox profile'''
    A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should come with completely fresh settings databases and a fresh cache folder.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    ''Don't delete anything here.''
    Any time you want to switch profiles, exit Firefox and return to this dialog.
    Click the Create Profile button, assign a name like Dec17, and ignore the option to change the folder location. Then start Firefox in the new profile you created.
    Can you load any pages in the new profile?
    If so, it sounds like a settings problem. If not, it could be corruption of Firefox's program files. See the "Clean Reinstall" section below.
    When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong.
    To keep the new profile and migrate data, check out this article: [[Recovering important data from an old profile]].
    Or as an intermediate measure, you could go back to your regular profile and try the Reset/Refresh feature. This article describes what is kept and lost in that process: [[Reset Firefox – easily fix most problems]].
    '''Clean Reinstall'''
    (1) Download a fresh installer for Firefox 34 from https://www.mozilla.org/firefox/all/ to a convenient location. (Scroll down to your preferred language.)
    (2) Exit out of Firefox.
    (3) Rename the program folder
    ''(32-bit Windows folder names)''
    C:\Program Files\Mozilla Firefox
    to
    C:\Program Files\OldFirefox
    ''(64-bit Windows folder names)''
    C:\Program Files (x86)\Mozilla Firefox
    to
    C:\Program Files (x86)\OldFirefox
    (4) Run the installer you downloaded in #1. It should automatically connect to your existing settings.
    When starting Firefox, you may need to use the profile manager to switch back to your regular profile.
    Any improvement?
    Note: Some recently installed plugins may exist only in that OldFirefox folder. If something essential is missing, look in these folders:
    * \OldFirefox\Plugins
    * \OldFirefox\browser\plugins

  • How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8)

    How does one continue to use Mail on the early MacBook Pro, Model 1,1, that is not upgradable to Lion?  I have been running iCloud on my iPhone (OS5) and iMac (Lion) along with the MacBook Pro (OS Version 10.6.8) since November until now.  Mail will no longer download on the MacBook Pro and keeps asking for my password.

    Mail should still be usable with your machine - but you'll need to update the settings to conform to the requirements of your system. Check with your ISP (like ATT, etc.) for the settings that will work with your Mail. Once you've updated this, you should be able to email like before.
    For example, my ISP required that I go to Mail Preferences/Accounts and make sure the details conform to your email settings.
    I have no idea of what your ISP is or what the settings might be, but this is likely the source of the problem.

  • Microsoft Office 2004 (Word) unable to save files  I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and cr

    Microsoft Office 2004 (Word) unable to save files
    I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and create a new document but I cannot save it. I reinstalled Word but that didn’t help. Then went to the Internet and found at least one other Mac user having the same problem which it suggests is caused by a recent Mac Security Update:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2004-macword/word-2004-wil l-not-open-or-save-documents/b04eb870-9b0d-4f3b-bb47-b122301e36f6
    So I check for a new Mac Security Update and sure enough there was one. I downloaded it and now Word seems to be working, as it should. I can both open and save files. The only problem remaining is that when I open Word I get the following error message “An unexpected error occurred while trying to load the Microsoft Framework library”. I contacted Apple but they were unable to help.
    How can I get rid of this error message?

    Look, I realize you might have to get your machine working, so this is how you revert back.
    Restore proceedure to pre-Security Update 2012-001 v 1.0 & v 1.1
    #1 Backup your personal data off the machine.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Reinstall OS X 10.6 from disk
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk  of your internal drive  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    #3 Update to 10.6.8 without Security Update 2012-001 v1.0 or v1.1
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #4 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason as they are missing the part they installed into OS X.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    That's it really.

  • TS1717 I have been running Itunes on windows vista and recently loaded Itunes on my Lap top which runs on Windows 7.  When I try to play my music the Lap top only play sample music.  Any suggestions?

    I have a desk top which has Windows Vista.  On this computer I have been running Itunes for a long time.  My new computer is a Lap top and it runs Windows 7.
    I recently loaded Itune on the new computer. I attemted to use Easy Transfer to transfer my Music but was unable to connected the two computers so I transferred my music to a external hard drive and loaded the music on the new computer.  I have the folders and files carefully and they appear to match.  When I try to run Itunes on the new computer I am unable to access the new music.  Itune always goes to the sample music.  The only difference I can come up with is Windows Vista and Windows 7.  Does anyone have any suggestions?

    Hi,
    Are you trying to use the Help -> Updates method?
    Both those patches need to be manually applied to PSE 9.
    Brian

  • My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    The dark bar is caused by the option "Show metadata below image".
    Check the settings for the metadata overlays in Grid view (basic and expanded) by clicking the little "badge" icon below the Browser and selecting "Edit". Is the filename still enabled in the list? And in a high enough position to have precedence for other metadata tags, if the space does not suffice to show all selected tags?
    Regards
    Léonie

  • I have just bought an ipad with retina display wifi and 4g 16gb how can I check that this is what I have been supplied with please

    I have just bought an ipad with retina display wifi and 4g 16 gb - how can I check that this is what I have been supplied with

    Identifying iPad Models:
    http://support.apple.com/kb/HT5452

  • I have been running elements 12 for a few months now....today when I tried to open the editor I get " Visual C  C  runtime error. I can open the organizer but not the editor

    I have been running elements 12 for a few months now....today when I tried to open the editor I get " Visual C  C  runtime error. I can open the organizer but not the editor

    I'm keen to know if you get a response to this.  I've been running Elements 12 for a year now, and suddenly my Editor is not working.  I'm running Windows 8.1 and just get a message that says "The Editor is not working".    Not very helpful.

  • I own Final Cut Pro 6 and have been running it on an older G4 tower. I upgraded to a MacPro tower and the app will not install. I get a message "Not supported on this computer" cannot believe this. Help anyone.

    I own Final Cut Pro 6 and have been running it on an older G4 tower. I upgraded to a MacPro tower and the app will not install. I get a message "Not supported on this computer" cannot believe this. Help anyone.

    Here are the min. system requirements.... it looks like you meet them.... but I may have missed something...
    Final Cut Studio 2 (Including Final Cut Pro 6)
    • A Macintosh computer with a 1.25GHz or faster PowerPC G4, PowerPC G5, Intel Core Duo, or Intel Xeon processor
    • 1GB of RAM
    • An AGP or PCI Express Quartz Extreme graphics card (Final Cut Studio is not compatible with integrated Intel graphics processors)
    • A display with 1024-by-768 resolution or higher
    • Mac OS X v10.4.9 or Mac OS X v10.5.5 or later
    • QuickTime 7.1.6 or later
    Additional Recommendations
    • 2GB of RAM when working with compressed HD and uncompressed SD sources
    • 4GB of RAM when working with uncompressed HD sources
    • A display with 1280 x 1024 resolution or higher
    Additional Requirements for Motion
    • A standard or built-to-order system configuration with a NVIDIA GeForce 5200, FX Go5200, FX 5200 Ultra, 6600, 6600 LE, 6800, 7300, 7300 GT, 7800, 7600 GT, 8600, 8800 or Quadro class graphics card.
    • A standard or built-to-order system configuration with a ATI Radeon 9800, 9700, 9600Pro, 9600XT, 9700Pro, X800, X1600, X1900, or X2600 class graphics card; or a ATI Mobility Radeon 9700 or 9600 graphics card.
    • For 16- and 32-bit rendering: a graphics card with at least 128MB of VRAM.
    Additional Requirements for Color
    • The standard graphics card in any Mac Pro, 17-inch MacBook Pro, 24-inch iMac, or 2.5GHZ or faster Power Mac G5 Quad:
    • ATI Mobility Radeon X1600
    • ATI Radeon X1600
    • NVIDIA GeForce 7800 GT, 7600 GT, 7300 GT, 6800 Ultra DDL, 6800 GT DDL, 660, or Quadro FX 4500.
    • For 32-bit rendering: a graphics card with at least 256MB of VRAM.
    • A display with 1680-by-1050 resolution or higher (excluding 20" iMac); dual displays are highly recommended.
    • A three-button mouse for full functionality
    Apple article on Final Cut Studio 2: http://support.apple.com/kb/SP535

  • TS2755 How can I find out what devises have been used to log into using my Apple ID?

    How can I find out what devises have been used to log into my Apple ID?

    You can't. If you think someone has change your password. If someone complains you will know who it is.

  • What features have been deprecated for Photoshop CS4?

    Hi,
    What features have been deprecated for Photoshop CS4?
    I am taking a class and part of the homework was to use the pattern maker.  I searched every drop down menu looking
    for something that was removed from the standard install.  Eventually I located the plug in and pattern maker is working,
    however I am wondering what else was removed.
    Thanks,
    ak

    I think pattern maker was removed in CS3 from my memory. In CS4 Extract and Contact Sheet were also removed. These are still accessible by installing the plug ins from previous versions
    Exactly WHY they are removing these things from the standard install? because there are certain portions of the development staff that are becoming obsessed with what they are calling "bloat'. There was a brief period (Photoshop 6 to 7) when certain "New Features" like Extract and Pattern maker were introduced, looked like some kind of sideline - they honestly were not put together, or thought through very well. So now they are removing them.

Maybe you are looking for

  • Inter company STO-how to reduce the stock where no physical stock is kept in receiving plant

    Dear All, I am facing one issue. Suppose if there are two plants belongs to two company codes A & B.Plant A is in TN & Plant B is in AP (both belongs to two different states). Plant B is the place where no physical stock is kept, it is a place where

  • Roller Coaster tycoon 3

    Hello. I do not know if it's a bug in the game itself, or whether it's my computer. But I bought rollercoaster tycoon 3 on my Macbook Pro and when I turn on the player and will put any trees that fill the 1x1 is the invisible. It also happens to buil

  • [SOLVED] Does .pkg.tar.gz contain all dependencies ?

    Hey , while doing "makepkg -s" .. the resulting .pkg.tar.gz is formed. Does this file contain all the dependencies as well ? Does this mean, if i store this file, Then in a new installation I wont have to do makepkg or anything. I can just install it

  • Where are the new symbols?

    Yesterday during the live event introduction of Adobe Creative Cloud, one of the team members (can't remember which one) said that there were new symbols included in our membership. He was demonstrating the updated microphone in Photoshop and also fo

  • Rman not reading archivelogs from all locations

    Hello, My physical standby database has two archivelog locations inside ASMFLASH. One of the location is ASMFLASH/DB/ARCHIVELOG/ where the local archivelogs of the standby database get stored. Other one is ASMFLASH/DB/archstd/ where the archivelogs a