Dcumentation for these storage spaces and the use of these storage spaces

Friends,

DB: 9iR2 (9.2.0.4)

I looked in the documentation of concepts (oracle), but I'm not able to find the details for some of the underside of tablespaces. Can someone give me the link to the oracle documentation or other documentation to the underside of tablespaces.
These storage spaces are created by default while I create the database.
We have created our tablespace "NM_Default".

INDX
cwmlite
drsys
ODM
Tools
users
xdb

in the free.sql below the tablespaces above are always the same size. Not at all increasing or decreasing...
This is why I want to know the details on these storage spaces.
FILE_NAME                                        ALLOCATED_MB    USED_MB FREE_SPACE_MB              
------------------------------------------------ ------------ ---------- -------------              
/u01/app/oracle/oradata/NM/NM_DEFAULT.dbf             3072  1896.8125     1175.1875              
/u01/app/oracle/oradata/NM/cwmlite01.dbf                20    14.8125        5.1875              
/u01/app/oracle/oradata/NM/drsys01.dbf                  20     4.8125       15.1875              
/u01/app/oracle/oradata/NM/indx01.dbf                   25      .0625       24.9375              
/u01/app/oracle/oradata/NM/odm01.dbf                    20     9.5625       10.4375              
/u01/app/oracle/oradata/NM/system01.dbf               2048   364.5625     1683.4375              
/u01/app/oracle/oradata/NM/tools01.dbf                  10      .0625        9.9375              
/u01/app/oracle/oradata/NM/undotbs01.dbf              2048      10.75       2037.25              
/u01/app/oracle/oradata/NM/users01.dbf                  25      .0625       24.9375              
/u01/app/oracle/oradata/NM/xdb01.dbf                    45      44.75           .25              

10 rows selected.
Thank you

This is the default tablespaces created by DBCA. Please have a read here for what they are?
http://download.Oracle.com/docs/HTML/A95493_01/startrdb.htm#1006130
Aman...

Tags: Database

Similar Questions

  • If someone UN-install/reinstall the XP operating system for a new beginning and not use any old files more than cure someone of a problem of malware/malicious?

    If someone UN-install/reinstall the XP operating system for a new beginning and not use any old files more than cure someone of a problem of malware/malicious

    Reformat the disk and reinstall Windows XP would heal any problem of malicious program with the exception of an infected MBR (Master Boot Record) on the disk.   The F-Secure rescue CD is a tool that allows to remove a MBR infection.

  • I have a site published under a recent URL, I used for a personal site and the site displayed the URl needs to be removed, but I can't take it down because I do not know the account info that it is under please help! Thank you!

    I have a site published under a recent URL, I used for a personal site and the site displayed the URl needs to be removed, but I can't take it down because I do not know the account info that it is under please help! Thank you!

    If it is hosted with Adobe Business Catalyst Adobe Support can help you.

    If it is hosted elsewhere the only people who can help you with that is where it is hosted.

  • I click on the links in the email and get a box that says: "this file does not have a program associated with it for performing this action" and the link cannot be opened.

    Original title: problem e mail

    I click on the links in the email and get a box that says: "this file does not have a program associated with it for performing this action" and the link cannot be opened.

    Suggestions;

    1. make sure that your e-mail program is your default program.

    2. make sure that your Internet Explorer, or your main browser has all its faults.

    You can do both of the above by following these steps...

    Start button > right column, click default programs > click Set Your Default programs...

    1. click on your e-mail program > it doesn't say "this program has all its defaults"?
    If not, click on choose by default for this program > check all boxes below the list > click on save when finished.

    2 do the same as above for your Internet Explorer, or your main browser.

  • I bought a license for Adobe Stock photos, and the watermark. What should I do?

    I bought a license for Adobe Stock photos, and the watermark. What should I do?

    By pouring, I got a high resolution image but still Astock watermark. I don't know how to get in touch with the company, I don't know how to solve the problem. Can someone help me?

    By pouring, I got a high resolution image but still Astock watermark. I don't know how to get in touch with the company, I don't know how to solve the problem. Can someone help me?Una casa di Lindos - Rodi.jpg

    Krzysztof salvation,

    Are you saying that you have followed the instructions provided by Brad, I downloaded my 10 free images and they all have the Adobe watermark on them, so I can't use them. Why do they have a watermark on them?  and you are unable to download images without the watermark? Please provide the steps that you use to better we can help you with your problem.

    EBQ

  • where can I download center solutions HP for 32-bit vista and the deskjet all in a f 2180

    Hello

    where can I download center solutions HP for 32-bit vista and the deskjet all in a f 2180

    Hi dredgard

    You need to download the driver from the link below and the full features software

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=2093&LC=en&cc=us&DLC=en&sw_lang=&product=3177562

  • We bought a license for adobe Photoshop cs5 and the machine, we have installed this app is having hardware problem then we moved this hard drive on another machine and now there are registration conflicts, and we couldn't save it please, help us to solve

    We bought a license for adobe Photoshop cs5 and the machine, we have installed this app is having hardware problem then we moved this hard drive on another machine and now there are registration conflicts, and we couldn't save it please help us solve this problem.

    Most likely, you will need to contact Adobe to reset your license.

    Contact the customer service

  • Creation of my own CA, self-signed certificates and the use of these

    I'm stupid. Three years ago, I created my own CA and my own wildcard certificate for my OS X Server (always 10.8.5 with Server 2.2.5). I install my public Root CA on clients who make use of my server. At these must not often updated and the work is complex, so I created a CA Vault take care of a few scripts and configuration of openssl. What I forgot is document how to get these used by Server.app. That's why I'm stupid, because I struggle to reproduce what I did and discovered three years ago.

    I use two scripts. (MYNAME, mydomain and tld are generic strings, of course in reality I use my own name and mydomain.tld)

    The first is for the creation of a root certification authority:

    #!/bin/bash
    
    # Only edit these:
    mycaname="MYNAME Certificate Authority"
    myrootname=mydomaincaroot
    
    # Run in current dir:
    mydir=`pwd`
    
    mkdir RootCert >/dev/null 2>&1
    
    if [ ! -e "$mydir"/RootCert/"$myrootname".key -o \
         -e "$mydir"/RootCert/"$myrootname".crt ]
    then
        openssl req -config "$mydir"/openssl.cnf \
      -new -x509 \
      -keyout "$mydir"/RootCert/"$myrootname".key \
      -out "$mydir"/RootCert/"$myrootname".crt \
      -days 3650
        openssl pkcs12 -export -clcerts \
      -inkey "$mydir"/RootCert/"$myrootname".key \
      -in "$mydir"/RootCert/"$myrootname".crt \
      -out "$mydir"/RootCert/"$myrootname".p12 \
      -name "$mycaname"
    
        echo "Now import ""$mydir""/RootCert/""$myrootname"".p12 in KeyChain"
        echo "For this, unlock the System KeyChain first, then import"
        echo "NOTE: this imports your private key in the System Keychain"
        echo "So it can be used for signing activities."
        echo "This is less safe then keeping your private key on media that"
        echo "cannot be accessed from the system, like a safely stored USB stick"
    else
        echo "Your root CA crt and key already exist! I will not overwrite this"
        echo "as this could overwrite a still used private key and lose you access"
        echo "to signed certificates, e.g. for revoking them"
    fi
    

    I think I know what to do (but Advisor is always welcome). I have to add the certificate of generic identity for the Keychain system, after which I can use in.app.

    Now I encounter another problem: when I enter the certificate in the system Keychain, it ends up in/etc/certificates without a. fichier.pem. See: OS X 10.8.5 Server 2.2.5/Keychain Access certificates issue for more details.

    Help is always welcome.

  • Need to access info "header / properties" and the use of a 'peek-a-boo' feature that allows an opening not assigned an e-mail message. BOTH are necessary.

    When the list of "incoming mail is received, a few times an e-mail will have a familiar name, BUT the message is NOT the person I know.» A header would reveal which is the familiar name of MASKING. It is located on the right click of an email entering under "properties.", for those who use the Windows Mail service. Upon activation, two panels are available: "general", line information base; and the jury of "Details". [email protected]

      Here is the "Details" on your recent request:
    

    Return-Path: < 8fd.10.Ragingmt =rochester.rr.com@mxsp4.email-od.com>
    Received: from dnvrco-pub-iedge - vip.email.rr.com ([107.14.70.244])

             by dnvrco-fep24.email.rr.com
             (InterMail vM.8.04.01.13 201-2343-100-167-20131028) with ESMTP
             id <20150527165815.TQBS12014.dnvrco-fep24.email.rr.com@dnvrco-pub-iedge-vip.email.rr.com>
             for <[email protected]>; Wed, 27 May 2015 16:58:15 +0000
    

    Return-Path: < 8fd.10.Ragingmt =rochester.rr.com@mxsp4.email-od.com>
    Received: from [64.151.119.54] (helo [64.151.119.54:45118] =mail24.smtprelayserver.com)
    by dnvrco-iedge04 (envelope-from < 8fd.10.Ragingmt =rochester.rr.com@mxsp4.email-od.com>)
    (ecelerity 3.5.0.35861 r (Momo - dev:tip)) with ESMTP)
    ID 05/42-22770-6A7F5655; Wednesday May 27, 2015 16:58:15 + 0000
    DKIM signature: v = 1; a = rsa-sha1; d =email - od.com; i=@email-od.com; s = dkim;
    c = relaxed/relaxed; q = txt/dns; t = 1432745904; x = 1435337904;
    h = content-type: mime-version: subject: to: to: date: message-id: reply - to;
    BH = BorokUNlliKkKGt/h0t9J5QZRXM =;
    b = ivSHJkJVgtIuuPbdKelm8wrP9MTDBOfWi38tURaeWYyE7irIYrzg8PjdIXA/r9B3Uc8l1gJJ9blRBU2jcN + jKV4C2 + / 5tSrQSrfiqa9l5xBx81Fm8Winq6uvCxyTCUwioUwJ21eUR7FDAXlDmcg7fbRBoG2b4 + f0CvQLBrdPNxU =
    X-wire-Info: OGZkLjEyLjhhMDAwMDA3NmJmNzIzLlJhZ2luZ210PXJvY2hlc3Rlci5yci5jb20 =
    Received: from r2.us - West - 2A .aws .in .socketlabs .com ([54.186.58.227]) by mail30.email - od.com
    with ESMTP; Wednesday, may 27, 2015 12:58:23-0400
    Received: from support3.webapp.phx1.mozilla.com ([63.245.216.223]), of r2.us - West - 2A .aws .in .socketlabs .com
    with ESMTP; Wednesday, may 27, 2015 12:58:14-0400
    Content-Type: multipart/alternative;

      I do NOT have this option on the right-clicked menu.
    
      Yes, I have been fooled, BUT, with a name of an extended family member, who questions such?  However, the message came from an unknown party, pushing some product from Oprah.   I check now.
    
      There are also e-mails I may NOT wish to indicate that I have "read" them via the formal opening process.  I call this the "peek-a-boo" method of opening an e-mail, as it is NOT a formal opening, per my research.  The point is that NOT all you see on the screen IS what you ARE seeing.  Thus the old saying: "Seeing IS believing.", is NOT true.   This is a more current peeking process, an advancement on the old "300 watt bulb behind the envelope" method of finding out contents withOUT opening the letter.  This applies to a sender I am familiar with BUT, the current topic is NOT of interest to me.   Thus, I can use the "Delete" function with complete satisfaction.
    
      Therefore I wish to know HOW I can gain these two features on THUNDER BIRD e-mails?
    

    Thomas J. Baglin
    [email protected]
    27/05/2015

    R.M. said

    Thank you, you, Matt.
    Regarding the "peek-a-boo," about 15 years ago, it was somewhat revealed the Web that some shippers had the ability to detect IF you had opened their missive.

    This is handled by the Web beacons. Thunderbird blocks remote images by default. Web beacons work only if you enable the remote images in specific email.

    From THIS time, it is the GOVERNMENT that has the ability to detect if you open all or part of your receipts "Entrants".

    Interesting point of view, but not quite corr4ect. f they have access to a mail server IMAP "could" determine the status of mail on this server. In the case of POP e-mail that could determine if it has been downloaded. While I do not trust of Government oversight. About the only time where they would do that would be when they are already studying you as an individual. It's a slow late then.

    So, WHY Windows Mail offers this function and the T-bird, NO mail?

    I played with Visual basic using integrated Internet Explorer about 15 years ago and it was a simple toggle to change the display of the HTML displayed in the source. So I would say it is in windows mail, because he was already in Internet explore and it made for a very simple to implement the functionality. Just expose the existing functionality. After all the composition and rendering in Windows mail used Internet explorer.

    Although the header can help tremendously, , what I SEE is NOT NECESSARILY WHAT THAT REALLY is the content of the e-letter.

    This is a feature of Thunderbird. It uses the display names from your address book on incoming mail. You can disable it in the menu (alt + T) tools > options > advanced > reading and posting.

    If the follow-up can be done via the 'Key STROKE' method, and YOU do NOT know of it, then a "peek-a-boo" is useful to have, huh?

    Keyloggers are all also able to capture screens and clicks. If your number more ahead.

    It makes me feel, I have a FEW C-O-N-T-R-O-L that I CHOSE to read, and what I based on the content and subject.

    Seriously. encryption of e-mails with s/mime and free email certificates will do more to protect your mail that any kind of fake check before you read. Most of the people may face apparently not having a certificate of personal mail to encrypt their mail and like most internet technologies, we get the lowest common denominator. This is the plain text that scours the internet to an ordinary human-readable text.

    Please when using these forums not your text indent. This is what makes it become very difficult to read and not wrap. I don't know that that is how you were taught in school. I learned the same thing. But it must comply with the requirements of the opportunity.

  • my computer screen goes off for a few seconds and the lights without turning off the unit. This has happened several times, regardless of the period in which stays on.

    My computer operating system Mac Pro OS X EL Capitan 10.10.3, ink 13"early 2015 screen off for a few seconds and back on without turning off the unit.

    This has happened several times, regardless of the period in which stays on.

    Don't know what is happening with your publication details.  You posted in space of the Macbook Pro forum & even your profile indicates: ' MacBook Pro (retina, 13-inch, early 2015), OS X Yosemite (10.10.3)..

    Your post indicates you are using a Mac Pro, which is a desktop computer and with the help of El Capitan who is 10.11.2 not 10.10.3 which is Yosemite - 'my computer operating system Mac Pro OS X EL Capitan 10.10.3.

  • HP computer laptop 15-afl54sa: network card for computer HP laptop and the wireless adapter drivers

    Hello

    My name is Andrew and I currently installed the operating system windows 7 on my HP laptop. However, I'm unable to connect to internet via cable and wifi network. I have included all of the hardware ID and my computer laptop make and model below.  Is it not possible for a technician to send me the links required for these special as soon as POSSIBLE drivers. Thank you very much.

    15 - afl54sa

    Laptop

    [Personal information]

    N7J75EA #ABU

    PCI\VEN_10EC & DEV_8136 & SUBSYS_80CB103C & REV_07



    PCI\VEN_10EC & DEV_8136 & SUBSYS_80CB103C



    PCI\VEN_10EC & DEV_8136 & CC_020000



    PCI\VEN_10EC & DEV_8136 & CC_0200



    PCI\VEN_14E4 & DEV_4365 & SUBSYS_804A103C & REV_01



    PCI\VEN_14E4 & DEV_4365 & SUBSYS_804A103C

    PCI\VEN_14E4 & DEV_4365 & CC_028000

    PCI\VEN_14E4 & DEV_4365 & CC_0280





    PCI\VEN_1022 & DEV_1537 & SUBSYS_15371022 & REV_00



    PCI\VEN_1022 & DEV_1537 & SUBSYS_15371022

    PCI\VEN_1022 & DEV_1537 & CC_108000

    PCI\VEN_1022 & DEV_1537 & CC_1080



    PCI\VEN_1022 & DEV_780B & SUBSYS_80CB103C & REV_42

    PCI\VEN_1022 & DEV_780B & SUBSYS_80CB103C

    PCI\VEN_1022 & DEV_780B & CC_0C0500

    PCI\VEN_1022 & DEV_780B & CC_0C05



    PCI\VEN_1022 & DEV_7814 & SUBSYS_80CB103C & REV_11

    PCI\VEN_1022 & DEV_7814 & SUBSYS_80CB103C

    PCI\VEN_1022 & DEV_7814 & CC_0C0330

    PCI\VEN_1022 & DEV_7814 & CC_0C03



    ACPI\SMB0001

    * SMB0001



    ACPI\MSFT0101

    * MSFT0101

    Hello:

    It is a model that is difficult to install W7 on.

    See if these drivers work...

    PCI\VEN_1022 & DEV_780B install this driver first and then restart.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=cp_127691_1

    PCI\VEN_1022 & DEV_7814 installation of these drivers and reboot.

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=6943835&swItemId=ob_139250_1&swEnvOid=4058#tab1

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_150879_1

    PCI\VEN_10EC & DEV_8136:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=7609962&swItemId=ob_148639_1&swEnvOid=4063

    PCI\VEN_14E4 & DEV_4365:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=7609962&swItemId=ob_151873_1&swEnvOid=4063

    You will also need driver bluetooth for this card template...

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_155436_1

    PCI\VEN_1022 & DEV_1537: This driver may need to be manually installed.

    Download and run this driver...

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=vc_153451_1

    If it does not automatically install unit above, go to Device Manager and click the controller PCI E/D who need driver.  Click the driver tab.  Click on set to update driver.  Select her browse my computer for driver software option and find the folder of the driver that was created when you ran the file.

    This file will be located in C:\SWSetup\sp72675.   Make sure that the include subfolders is selected and the driver should install.  Then restart.

    ACPI\SMB000:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=7609962&swItemId=ob_154783_1&swEnvOid=4063

    ACPI\MSFT0101: There is no W7 drivers for this device because it is only used for certain security features that can't be find in W8.1 and W10.  W8.1 and W10 were the drivers for this device included with the operating system.

    Some books of class cases may have a BIOS setting to disable this security feature, but I doubt that yours is.

    No no not this installed device will have no negative impact on your PC.

  • Satellite L50 - A - 1 7 hangs for a while - HDD Displays the use of 50%

    Using my laptop for a while, my laptop freezes and when the Task Manager is open my HARD drive is on the use of 50% but nothing is using it.

    After a while my laptop works very well
    https://www.dropbox.com/s/0c7g85btwvbse19/foto%2019-10-14%2014%2024%2028.jpg?DL=0

    I think it would be possible that some of the processes that are running in the background can lock the HARD drive and so the system would be unavailable for a while.

    Since when did you notice this gel?
    Maybe after some 3rd party software installation, updates, etc.. ?

    I think it will be easy to tell what's wrong here without particular control
    I think that you should pay attention to the software that runs while the laptop freezes.

    But let's not forget that a possible HARD drive failure could be the reason why the system hangs.

  • DUN connection Bluetooth for Pocket PC, Vista and the user rights restricted

    Hallo,

    I managed to establish a DUN connection to my smartphone WM5 Pocket QTEK 9100 Bluetooth-based and the Toshiba Stack, latest version. My laptop is an X 200 - 21 d with Vista Home Premium.

    Everything works although I do not change the Vista user to a user with restricted rights, for the user with the Bluetooth utility administrator rights has created a new DUN connection and a new modem with a virtual COM port. The user with restricted rights is not allowed to set up a new connection, but it is necessary to connect to the smartphone with the Bluetooth utility. On the administrative account the option button to allow the connection to call other users is disabled and grayed out, so there is sort now open it up to other users.

    How can I set up a Bluetooth DUN connection for a user with restricted rights?

    Thank you in advance!

    If the user restricted use the same DUN like the Admin Setup?

    If Yes, then you can use "Bluetooth-> custom Mode settings". This allows you to
    Select the "Standard 33600 Modem" from the list that has been set up before
    the admin. So every ONE that has been configured by the administrator can be used by the
    User restricted with this method. Restricted users cannot install hardware, so
    If the administrator has not installed a modem, then also the restricted user cannot use it.

    The Admin can pre-install a modem with Bluetooth stack installation.
    This is useful if the restricted user should be able to configure a DUN connection
    with the advanced modem settings which are not used by the administrator.

    This should be possible if the file "as.ini" has a line "MODEMINST = 1".

  • XControls: Options for change "Unique identifier" and the "localized name Long' properties has disappeared

    Is it only me or is a new bug in LabView? Miss me the options to change the "Unique identifier" and the "Long name" real estate XControl. In the past they where in the red zone, now they're gone!

    I use LV2009SP1.

    Any ideas?

    Ingo Bartsch

    Thanks for your efforts, Duffy2007!

    Problem was a corrupted in some sort of XControl or project file. After re - import the XControl in a new project, all was well again.

    Kind regards

    Ingo

  • I have a copy of Halo 2 for Windows Vista disc and the login screen keeps telling me 'No product valid key'

    I bought a copy of Halo 2 for Windows Vista drive during the Christmas holidays and after that I installed the game, valid and registered the product key with the installation program, I load the game to connect to Games for Windows Live and he informs me that "your product key invalid. It seems that through my research on the Internet, I have to request a new key to use my game. I called Microsoft Technical Support, and told me to come here to get answers on how to get a new product key. Apparently Microsoft Engineers could give me a new key from what the woman for Microsoft said.
    EDIT: I received a reference number for Microsoft colleagues to use to search for my problem:
    121229016843033

    Hello

    Thanks for posting your question in the Microsoft Community!

    We have a dedicated team that leans on issues with Halo 2 for Vista.

    You can post the question here:

    http://forums.haloonwindowsvista.com/forums/

    You can also refer to:

    Solve problems with activation for Microsoft games problems and mapping programs.

    http://support.Microsoft.com/kb/960480

    "Invalid product key" error in Microsoft Games, MapPoint, or Streets & Trips.

    http://support.Microsoft.com/kb/812467

    Support for the Microsoft Product Activation issues.

    http://support.Microsoft.com/GP/cu_sc_prodact_master

    Support for common problems of PC games.

    http://support.Microsoft.com/ph/7745

    I hope this helps. Please let us know if you need help.

  • Computer freezes for a split second every 3 seconds, the cursor disappears for a split second and the clock freezes and restarts.

    Original title: OS time questions continuum (microfeezes)

    It seems that my computer freezes for a split second every 3 seconds approximately. My cursor disappears for a split second, and because the clock freezes and restarts, it displays a worst time of the day. Audio and video have the same gel splitsecond. The problem persists in safe mode. Dell Inspiron 1520, servicepack2 of vista running. I've never had any problems with this machine. Here's a video I took of the number: http://youtu.be/fbUeK8U7wHw

    I would like to know if there is other info/specifications that could be useful.

    Thank you.

    Good,

    1:
    Updated the chipset drivers even though it said I was with the best.

    2:
    Run a SFC scan, which revealed no violations of integrity or files not repaired.

    3:
    five hours and 8 infected files later, my computer is totally cleaned.

    I opened the event viewer, but I don't know what I'm supposed to be looking for. There are many changes to the machine because it began to act up, which were intended to correct the problem. I installed the Service Pack 1, then 2, scan MS Safety and new chipset.

    I also ran a memory diagnostic, but all was well.

    What should I look for in the event viewer? I know that the problem started in a 12 hour window. Should I save and post the logs at the time?

    There is a certain mystery. We need Sherlock Holmes.

    -UPDATE

    I have reset the system to its factory settings. Now, it's as if it were new.

    The problem persists. He still hiccupping. It freezes again for a few milliseconds about once per second. And I'm going crazy.

    UPDATE 2-

    The computer was closed for about 12 hours and when it restarted and Windows initialization complete, the problem disappeared. It works normally for a vintage computer 2007. I'll let you know if I learn more.

Maybe you are looking for

  • HP 7612: I have a 7612 Officejet from HP that worked wireless but now does not work. When I try to

    I have a 7612 Officejet from HP that worked wireless but now does not work.  When I try to open the Network Setup Wizard a message indicating "wireless communication has been disabled. Can someone please? Thank you! hhmenar

  • Shot image by mistake

    My wife put something on the keyboard which caused the image to the monitor rotate 90 degrees to the left how cancel this? Thank you

  • This policy is locked per ticket.

    Hello world I added the device to the CSM. Now under the platform when I click on what anyone say clock, boot image I see the empty entries and a yellow line on the top saying: this post is locked per ticket. Thank you MAhesh

  • Why the dir in a terminal window command displays all files?

    I want to be able to go in a directory and list all the files recursively, putting the results in a file.   But when I go into the directory and do dir, it shows only. and... and none of the files I know are in this directory. What is going on? Is th

  • Cannot read 20.0.0.267

    Hi guys, I wanted to just let you know the recent update flash completely broke all our overlay flash tutorials.  Now, they show a white screen with nothing else.Flash game with C program.