To check the space.need quick help

i have to export a whole schema.how should i check if i have the enough space for tht.waht are the commads for it.
and i need to know how big is the schema.
OS is Unix
thnxs in advance
Navneet

Hi,
Not sure whether you are looking out for free space or used space.
If you want to know how big is the schema, then execute the following query:
select sum(bytes/1024/1024) SIZE_MB from dba_segments
where owner = <Schema_name>;
If you want to know how much free space is available in your database then execute the following query :
select tablespace_name, sum(bytes/1024/1024) FREE_MB from dba_free_space group by tablespace_name;
Regards,
-Praveen.

Similar Messages

  • How will check the space taken by a single table in a tablespace ?

    How will check the space taken by a single table in a tablespace ?
    dba_segments is giving the same values even if I truncate the table?
    Pls reply

    I need to know how can we find out the size of the table in the tablespace.use user_segments (bytes) column.
    How much bytes it has taken ?value from user_segments, bytes column
    If u delete records will the space be used for another table in same tablespace?No, it keep the space in the same table for future usage.
    How can we free that space ?truncate or drop the table and reduce the size from tablespace, if you want to reclaim the space from the tablespace, OS level.
    Jaffar

  • How  can i check the space in the field.

    hi:
    how  can i check the space in the field.!
    for example:
    data: string(30) type c value 'sent ence'.
    search  string for space.
    if sy-subrc = 0.
    write: 'i am right'.
    endif.
    but the result is that it cann't check the space.
    so how can check the space in the field!!
    thank you very much!

    Hi,
    data: v_string(30) type c value 'sent ence'.
    DATA : v_cnt TYPE I,
                v_num TYPE I  VALUE 1,
                v_num1 TYPE I.
    v_cnt =  strlrn( v_string ).
    DO v_cnt TIMES.
      IF v_string+v_num1(v_num)  EQ SPACE.
        write: 'i am right'.    
    ELSE.
       write: 'i am WRONG'.
      ENDIF.
      v_num1  =  v_num1 + 1. 
    ENDDO.

  • Checking the space for /archlog mount point script

    I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working as expected.
    #!/usr/bin/ksh
    export MAIL_LIST="[email protected]"
    export ARCH_STATUS=`df -k /archlog | awk '{ print $5 }' | grep -v Use%`
    echo $ARCH_STATUS
    if [[ $ARCH_STATUS > 80% ]]
    then echo "archive destination is $ARCH_STATUS full please contact DBA"
    echo "archive destination /archlog is $ARCH_STATUS full on Cappire." | mailx -s "archive destination on cappire is $ARCH_STATUS full" $MAIL_LIST
    else
    exit 1
    fi
    exit
    When i scheduled a cron job it is giving different result. Right now /archlog is 6%, it should exit without e-mailing anything. But, i am getting the below e-mail from cappire server which is strange.
    subject:archive destination on cappire is capacity
    below is the e-mail content.
    6% full
    Content-Length: 62
    archive destination /archlog is capacity 6% full on Cappire.
    Please help me in resolving this issue - why i am getting the above e-mail, i should not get any e-mail with the logic.
    Is there any issue with the cron. Please let me know.

    user01 wrote:
    I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working as expected.
    #!/usr/bin/ksh
    export MAIL_LIST="[email protected]"
    export ARCH_STATUS=`df -k /archlog | awk '{ print $5 }' | grep -v Use%`
    echo $ARCH_STATUS
    if [[ $ARCH_STATUS > 80% ]]
    then echo "archive destination is $ARCH_STATUS full please contact DBA"
    echo "archive destination /archlog is $ARCH_STATUS full on Cappire." | mailx -s "archive destination on cappire is $ARCH_STATUS full" $MAIL_LIST
    else
    exit 1
    fi
    exit
    When i scheduled a cron job it is giving different result. Right now /archlog is 6%, it should exit without e-mailing anything. But, i am getting the below e-mail from cappire server which is strange.
    subject:archive destination on cappire is capacity
    below is the e-mail content.
    6% full
    Content-Length: 62
    archive destination /archlog is capacity 6% full on Cappire.
    Please help me in resolving this issue - why i am getting the above e-mail, i should not get any e-mail with the logic.
    Is there any issue with the cron. Please let me know.Not a problem with cron, but possibly an issue with the fact that you are doing a string comparison on something that you are thinking of as a number.
    Also, when I'm piping a bunch of stuff together and get unexpected results, I find it useful to break it down at a command line to confirm that each step is returning what I expect.
    df -k /archlog
    df -k /archlog | awk '{ print $5 }'
    df -k /archlog | awk '{ print $5 }' | grep -v Use%
    A common mistake is to forget that jobs submitted from cron don't source the owning user's .profile. You need to make sure the script takes care of setting its environment, but that doesn't look to be the issue for this particular problem.

  • Display Aggregated  numbers for all the weeks – Need immediate help

    Requirement is , Get the case count (#of Cases), and Case Worked (“ #of worked Case”) and Number of Solution (“# of Solutioin”) for the next 5 weeks base on selected week
    Case detail has in “Case Fact”, Worked details has in “ Activity fact”, Solution details has in “Solution Fact” all the three are join base “Case Dimension” and “Date Dimemsion”
    User will select Monday of the week, Case count should display for the selected week but Case worked and # of deliveries should display for next 5 weeks for the 1 weeks Cases.
    just notes..# Of Case count should stay same (sleeted week) but remaining thing need to calculate base on Cases selected on 1 week..
    Currently I am calculating selected week + 4 week to get data but # Cases also getting incremented but it need to stay 1 week total any help??
    Expected report output..
         Week1     Week2     Week3     Week4     Week5
    # Cases      10     10     10     10     10
    # Cases Worked 2     3     5     5     8
    # of Solution     0     1     2     3     6
    Thanks in Advance.

    I had the same problem the other day--my totals were listed, but all the other categories under "History" (Last Workout, Recent Workouts and Personal Best) were empty.
    I figured everything was lost, but decided to plug my nano back into my MacBook and let it mount in iTunes, then unmount it. I checked the History again. The first time, nothing changed. So I plugged and mounted again. The second time after unmounting, I navigated to the History menu, and suddenly the nano screen displayed a "Loading History" and it slowly loaded all my workouts. A few minutes later, all the History data was available again.
    Try that--plug and unplug several times, being sure to allow the nano to properly mount in iTunes before unmounting--to see if you can get the history to load.
    (One more thing to note--my nano is set to NOT automatically sync with iTunes, as I prefer to manually manage my music. I don't know if this will make a difference in the handling of workout data, but figured I should mention it here just in case.)

  • Error while executing the Report( Need your help gurus) !!!

    Hi,
    Today morning when i was checking the report for monthly data i,e from 1sept to 28th sept.
    I got this below error msg. Can you pls guide me why its throwing an error.
    <b>Error      SQL Error: 1555
    Error      Error when generating the SQL statement
    Error      Error reading the data of InfoProvider POS_IS1
    Cancel      System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-</b>
    Points Assured.
    Urs,
    RK.

    hi,
    There is some time limit set for the request to run when you run a program in the foreground or in the background. If the time limit exceeds this will occur, run the program again then this might not happen.
    This might be related to table space issue, or roll area or memory. Show the short dump (ST22) to your Basis person and tell me to adjust/increase the respective tablespace .
    Regards
    Pankaj

  • Need Quick Help if Possible

    I have two big questions that I need urgent help with.
    1. Can you reference a background image in flash that will
    change montly?
    2. Can you reference Microsoft Reporting Services to publish
    reports through a flash interface in SharePoint?
    I know these are crazy questions, but I am working with a
    client and need to know whether this is possible ASAP as I have to
    get it completed by COB tomorrow if it is possible.
    Thanks so much!

    Remove all the videos that won't play from your iPod. Go to the Store menu in iTunes, Deauthorize your computer, play one of the videos in question and when prompted enter your Apple ID and password. Resync the videos.

  • Problem in output file generation in AL11 tcode - need quick help

    Hi experts,
    Scenario:- Proxy to File ( file is generated in AL11 directory folder.
    Probelm:
    Last field value is generated with correct values in SXMB_MONI output payload, But when I open a file in AL11 the last field fiew value are getting trimmed. Also when I get the dump of file - file also has the same trimmed value.
    For example: Expected value in MONI is 12345 where as in AL11 i m getting 1234
    I have reduce the length of previous fields and run the scenario again - for this scenario all the values are coming in AL11 as well as in MONI.
    Is somthing to do with screen width length.
    Deepak Jaiswal.
    Edited by: deepak jaiswal on Aug 6, 2009 11:45 AM

    HI ,
          Its a problem with File Transfer tcode sxda_tools and AL11 sometimes. Ask your Basis team to give you file contents from PI Server directly.  This file should have right contents as you expected.
    I also faced the same problem and wasted lot of time to solve it.
    Hence, check the folder where you dump this file on application server and give this path to basis to provide you this file from server.
    Regards,
    Anurag Garg

  • Need quick help...

    pruchased a hard drive for my hp EliteBook 8540w. Drive died on it..put new drive in booted several times but any OS i try to install says it cant find disk...is there a way to tell FOR SURE if the drive is being seen in the BIOS. I see under boot options that notebook harddrive is there. But I don't see anytihng that tells me for sure that the drive is being recognized....in the ole days you could see the drives that were connected...its been a while for me though. I'm an oldtimer i guess...

    Hi:
    You may have to install the sata achi drivers. 
    You definitely have to do that for XP.
    For Vista, W7 & W8 try this...XP is different.
    Download the drivers from this link below (first or second file listed -- 32 or 64 bit as applicable).
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2101&DwnldID=23060&keyword=Intel+Rapi...
    Extract the files onto a usb flash drive.
    With the flash drive and Windows installation media plugged into the machine, boot from the Windows installation media.
    After you select the install now option, select the Drive Options - Advanced menu, then select the Load Driver option.
    You should now see the storage driver files listed.
    If you check the box, it will only include the compatible driver.
    Follow the prompts and hopefully Windows will install.

  • Need quick help please!! Fast!

    Here is my code... I know it's long, but it's simple. The only part I'm having trouble with is the very end. You don't really have to know what point of this to help me figure out the problem. Near the very bottom, you'll see the line "double refund = (startcancount/startendcount)*premium;". For some reason, this keeps coming out as zero, even though I run it through the debugger and every single one of the variables has a non-zero value. I cannot figure it out. I tried changing the data type to float to no avail. What is the problem!?
    package isys202p1;
    import javax.swing.JOptionPane;
    public class ISys202P1 {
         public static void main(String[] args) {
              //Initialized variables for storing the string values of the entered names, premium
              String firstname;
              String middlename;
              String lastname;
              String response = null;
              double premium = 0;
              int startyear = 0;
              int startmonth = 0;
              int startday = 0;
              int endyear = 0;
              int endmonth = 0;
              int endday = 0;
              int canyear = 0;
              int canmonth = 0;
              int canday = 0;
              int startendcount = 0;
              int startcancount = 0;
              String ssmonth = null;
              String esmonth = null;
              String csmonth = null;
              //Prompts user for first name and stores it in the string variable firstname
              firstname = JOptionPane.showInputDialog("Please enter your first name:");
              //Prompts user for middle name and stores it in the string variable middlename
              middlename = JOptionPane.showInputDialog("Please enter your middle name");
              //Prompts user for last name and stores it in the string variable lastname
              lastname = JOptionPane.showInputDialog("Please enter your last name:");
              //Prompts the user for a premium amount, without the dollar sign, and assigns to the premium variable
              response = JOptionPane.showInputDialog("Please enter your premium amount: $");
                   premium = Double.parseDouble(response);
              //Prompts the user for the starting date of the policy term (year)
              response = JOptionPane.showInputDialog("Please enter the starting date for the policy term (year)");
                   startyear = Integer.parseInt(response);
              //Prompts the user for the starting date of the policy term (month)
              response = JOptionPane.showInputDialog("Please enter the starting date for the policy term (month)");
                   startmonth = Integer.parseInt(response);
              //Prompts the user for the starting date of the policy term (day)
              response = JOptionPane.showInputDialog("Please enter the starting date for the policy term (day)");
                   startday = Integer.parseInt(response);
              //Prompts the user for the ending date of the policy term (year)     
              response = JOptionPane.showInputDialog("Please enter the ending date for the policy term (year)");
                   endyear = Integer.parseInt(response);
              //Prompts the user for the ending date of the policy term (month)
              response = JOptionPane.showInputDialog("Please enter the ending date for the policy term (month)");
                   endmonth = Integer.parseInt(response);
              //Prompts the user for the ending date of the policy term (day)          
              response = JOptionPane.showInputDialog("Please enter the ending date for the policy term (day)");
                   endday = Integer.parseInt(response);
              //Prompts the user for the effective date of the policy cancellation (year)
              response = JOptionPane.showInputDialog("Please enter the effective date for the policy cancellation (year)");
                   canyear = Integer.parseInt(response);
              //Prompts the user for the effective date of the policy cancellation (month)
              response = JOptionPane.showInputDialog("Please enter the effective date for the policy cancellation (month)");
                   canmonth = Integer.parseInt(response);
              //Prompts the user for the effective date of the policy cancellation (day)
              response = JOptionPane.showInputDialog("Please enter the effective date for the policy cancellation (day)");
                   canday = Integer.parseInt(response);
                   //if statements that account for mid-year starting dates
              if (startmonth==1)
                   startcancount=0+startday;
              if (startmonth==2)
                   startcancount=31+startday;
              if (startmonth==3)
                   startcancount=59+startday;
              if (startmonth==4)
                   startcancount=90+startday;
              if (startmonth==5)
                   startcancount=120+startday;
              if (startmonth==6)
                   startcancount=151+startday;
              if (startmonth==7)
                   startcancount=181+startday;
              if (startmonth==8)
                   startcancount=212+startday;
              if (startmonth==9)
                   startcancount=243+startday;
              if (startmonth==10)
                   startcancount=274+startday;
              if (startmonth==11)
                   startcancount=304+startday;
              if (startmonth==12)
                   startcancount=335+startday;
                   //if statements that account for mid-year ending dates
              if (canmonth==1)
                   startcancount=startcancount+canday;
              if (canmonth==2)
                   startcancount=startcancount+31+canday;
              if (canmonth==3)
                   startcancount=startcancount+59+canday;
              if (canmonth==4)
                   startcancount=startcancount+90+canday;
              if (canmonth==5)
                   startcancount=startcancount+120+canday;
              if (canmonth==6)
                   startcancount=startcancount+151+canday;
              if (canmonth==7)
                   startcancount=startcancount+181+canday;
              if (canmonth==8)
                   startcancount=startcancount+212+canday;
              if (canmonth==9)
                   startcancount=startcancount+243+canday;
              if (canmonth==10)
                   startcancount=startcancount+274+canday;
              if (canmonth==11)
                   startcancount=startcancount+304+canday;
              if (canmonth==12)
                   startcancount=startcancount+335+canday;
                   //if statements that account for mid-year starting dates
              if (startmonth==1)
                   startendcount=0+startday;
              if (startmonth==2)
                   startendcount=31+startday;
              if (startmonth==3)
                   startendcount=59+startday;
              if (startmonth==4)
                   startendcount=90+startday;
              if (startmonth==5)
                   startendcount=120+startday;
              if (startmonth==6)
                   startendcount=151+startday;
              if (startmonth==7)
                   startendcount=181+startday;
              if (startmonth==8)
                   startendcount=212+startday;
              if (startmonth==9)
                   startendcount=243+startday;
              if (startmonth==10)
                   startendcount=274+startday;
              if (startmonth==11)
                   startendcount=304+startday;
              if (startmonth==12)
                   startendcount=335+startday;
              //if statements that account for mid-year ending dates
              if (endmonth==1)
                   startendcount=startendcount+endday;
              if (endmonth==2)
                   startendcount=startendcount+31+endday;
              if (endmonth==3)
                   startendcount=startendcount+59+endday;
              if (endmonth==4)
                   startendcount=startendcount+90+endday;
              if (endmonth==5)
                   startendcount=startendcount+120+endday;
              if (endmonth==6)
                   startendcount=startendcount+151+endday;
              if (endmonth==7)
                   startendcount=startendcount+181+endday;
              if (endmonth==8)
                   startendcount=startendcount+212+endday;
              if (endmonth==9)
                   startendcount=startendcount+243+endday;
              if (endmonth==10)
                   startendcount=startendcount+274+endday;
              if (endmonth==11)
                   startendcount=startendcount+304+endday;
              if (endmonth==12)
                   startendcount=startendcount+335+endday;
              //for loop that counts the days between the beginning and end of the policy
              for (int startcount = startyear; startcount < canyear; startcount++){
                   startcancount = startcancount + 365;
                   if (((startcount%4==0) & (startcount%100!=0)) | ((startcount%400==1) & (startcount%100==0))){
                        startcancount = startcancount + 1;
              for (int startcount = startyear; startcount < endyear; startcount++){
                   startendcount = startendcount + 365;
                   if (((startcount%4==0) & (startcount%100!=0)) | ((startcount%400==1) & (startcount%100==0))){
                        startendcount = startendcount + 1;
              //[Start String Month] Assigns the number for starting month entered to its corresponding month (starting date)
              if (startmonth == 1)
                   ssmonth = "January";
              if (startmonth == 2)
                   ssmonth = "February";
              if (startmonth == 3)
                   ssmonth = "March";
              if (startmonth == 4)
                   ssmonth = "April";
              if (startmonth == 5)
                   ssmonth = "May";
              if (startmonth == 6)
                   ssmonth = "June";
              if (startmonth == 7)
                   ssmonth = "July";
              if (startmonth == 8)
                   ssmonth = "August";
              if (startmonth == 9)
                   ssmonth = "September";
              if (startmonth == 10)
                   ssmonth = "October";
              if (startmonth == 11)
                   ssmonth = "November";
              if (startmonth == 12)
                   ssmonth = "December";
              //[cancellation string month]Assigns the number for ending month entered to its corresponding
              //month (cancellation effective date)
              if (canmonth == 1)
                   csmonth = "January";
              if (canmonth == 2)
                   csmonth = "February";
              if (canmonth == 3)
                   csmonth = "March";
              if (canmonth == 4)
                   csmonth = "April";
              if (canmonth == 5)
                   csmonth = "May";
              if (canmonth == 6)
                   csmonth = "June";
              if (canmonth == 7)
                   csmonth = "July";
              if (canmonth == 8)
                   csmonth = "August";
              if (canmonth == 9)
                   csmonth = "September";
              if (canmonth == 10)
                   csmonth = "October";
              if (canmonth == 11)
                   csmonth = "November";
              if (canmonth == 12)
                   csmonth = "December";
    //Assigns the number for ending month entered to its corresponding month (ending date)
              if (endmonth == 1)
                   esmonth = "January";
              if (endmonth == 2)
                   esmonth = "February";
              if (endmonth == 3)
                   esmonth = "March";
              if (endmonth == 4)
                   esmonth = "April";
              if (endmonth == 5)
                   esmonth = "May";
              if (startmonth == 6)
                   ssmonth = "June";
              if (endmonth == 7)
                   esmonth = "July";
              if (endmonth == 8)
                   esmonth = "August";
              if (endmonth == 9)
                   esmonth = "September";
              if (endmonth == 10)
                   esmonth = "October";
              if (endmonth == 11)
                   esmonth = "November";
              if (endmonth == 12)
                   esmonth = "December";
              double refund = (startcancount/startendcount)*premium;
              //The final output consisting of the users first name, middle name, and last name.
              JOptionPane.showMessageDialog(null, "Name: " + firstname + " " + middlename + " " + lastname + "\n" +
                        "Premium: $" + premium + "\n" + "Date: " + ssmonth + " " + startday + ", " + startyear + "\n" +
                        "End Date: " + esmonth + " " + endday + ", " + endyear + "\n" + "Effective Date: " + csmonth +
                        " " + canday + ", " + canyear + "\n" + "Refund: " + refund);
    }

    DeLorean wrote:
    If I want the program to repeat itself (except for entering the names), how would I do it using a for loop? Could someone edit my code to show me?Why don't you try it yourself?
    If you have tried, but failed to get it working, then you can post back here. Be sure that when asking a question here, the chances in getting helpful answers increase dramatically when you:
    - show what you have already tried;
    - post code using code tags;
    - use a meaningful title for your question;
    - DONT try to hurry those who are able to help you with words like "fast", "asap", "urgent", etc.

  • Need quick help, please!!! How do I scan the counter and analog channel in parallel, synchronized?

    Hi,
    I'm using LabView6.1 and a PCI6014 DAQ card.
    I have to scan simultaneously an analog channel and the counter on the card. My project requires me to measure in parallel a force (a voltage on an analog channel) in correspondence to a distance (measured with a counter) and I have to display a force-distance graph.
    So, can someone please tell me how can I program the counter and an analog channel to take 1000 measurements in parallel, and then, by reading the buffers to have two sets of corresponding measurements?
    I've tried some things and I've got only an error message, that says that there is no free DMA channel available (the error comes from configuring
    the analog channel). I attached one of these programs that gives this error, maybe somebody can tell me what I do wrong.
    If somebody could send me an example (in LabView6, I have no 7 :-( ), I would be grateful.
    Thank you,
    pixooxiq
    Attachments:
    Scan_Test_4.vi ‏177 KB

    Hi pixooxiq,
    unfortunately, your Card has only one DMA-Channel.
    If you want to use two Channels simutaneously, you have to tell one of them to use an Interrupt instead.
    This option can be set with the "Set DAQ Device Information.VI"
    Just see the Bitmap, I've attached.
    Perhaps, you now get Performance-problems, cause the IRQ does not directly write the Data but involves the CPU. In this case the only possibillity is to use an other card with more than 1 DMA-Channel...
    Regards
    Peter Weber
    NI Germany
    Attachments:
    Interrupt2.bmp ‏159 KB

  • Really need quick help!!

    I am trying to renew my membership but it is not working. It should not be a problem of the card because I have funds in it. I did try to renew it already but not it says my order is being processes, however the order has been in the process for 15 days now. I am in need of certain programs to continue my work so if you would please help me quickly it would be very helpful.

    Hi There,
    Kindly contact our support team via: http://helpx.adobe.com/in/contact.html?step=CCSN_adobe-id-signing-in_stillNeedHelp
    If you are unable to use chat option kindly try below mentioned steps.
    Try different browser.
    Delete cookies and cache
    If you are still not able to chat, Kindly reply with the below mentioned information.
    OS version:
    Browser Version:
    You can also try: http://helpx.adobe.com/x-productkb/global/phone-support-orders.html 
    Thanks,
    Atul Saini

  • Need Quick Help: LR and PS issue

    In my work flow, I do all of my adjustments in LR but I do send certain  photos into PS to get fine tuned and then the file is usually re-imported back  into LR so that I can organize my files and upload them to various sites  and services.
    The issue that I am having now, is that when I choose to save the photo as a full sized JPEG it no longer automatically imports in back into LR even if I manually do it. It only re-imports the photos automatically if I save it as a Tiff.
    Someone recommended on another forum that I might need to change the file names which worked, but no longer linked the photo to the original cr2 file.
    Could anyone help me resolve this issue?
    Thanks

    kellyzallison wrote:
    Ever consider converting to DNG format? Not only is it a great alternative
    to RAW + XMP files, it offers a lossless compression which can be great if
    you're concerned about hard drive space. Adobe presents some very helpful
    info about the DNG format here:
    http://www.adobe.com/products/dng/?promoid=DTEHA
    You might want to read the thread. The OP is rendering the file to PS. Irrespective of whether the RAW file is converted to DNG or not this requires the creation of a TIFF or PSD.
    Converting a TIFF to DNG would be pointless ,DNG is a TIFF itself, and create larger files as TIFF's zip compression, which is lossless, is not only the same as used by DNG but can also support layers which DNG cannot.
    Personally the only time I open a file from LR into PS is when I have a issue that requires the use of layers as anything else editing wise can be done in LR. I always save with the layers intact so I can reopen if I need. This does create pretty large files, from even smallish originals, let alone 21 MP cameras. However I have loads of hard drive space. If you are short of hard drive space then just enable TIFF's zip compression, this will be at the expense of longer save and open times, but otherwise have no effect on the files itself other than reducing its size considerable.

  • Need Quick Help with Unordered List in Table (text too small)

    Hi,
    I have a table with 2 unordered lists and the font size is smaller than what I need.
    I'm using CSS and have checked all of my font sizes and I have all of what I consider my normal text set to 12.
    When my client views the page on his browser, the unordered lists appears to be about a size 8. I checked on my cell phone and I see what he's talking about.
    I set the <ul> and <li> to font size 12, but the problem still exists.
    It's almost like the table is scaling the text down.
    I worked all night trying to figure out what I've done wrong (newbie ) and I can't fix it and my client is waiting!
    Here's the page: http://www.precisioncleaning.com/expert_witness_services.html
    Please help!
    Thanks,
    Kathy

    I tried adding a new CSS rule to the table font, but it didn't work.
    I also edited the <tr> and <td> but still didn't work.
    I think something higher up is messing the table up. I don't know anything about specificity or how to see who has the power to overwrite the table.
    Do you?

  • Problems with MSN Messenger - need quick help

    I posted yesterday that I was having some trouble with my Ameritrade stock trading account, it was a java issue and they had me delete the cache in java and my Ameritrade worked again.
    Now this morning I'm having problems with MS messenger which I use all day long for my job. When I try to sign in it keeps telling me it can't sign me in and I must not be connected to the internet. Which I am.
    Its got some thing to do with my airport wireless thingy. Is there some way to "open" that up. When I unplug it and then replug it back in I can sign in to MS messenger for about a minute but then it somehow blocks it.
    It keeps me on the internet but I get a message that I an not connected to .NET Messenger service. It is blocking me on my laptop PC now too. And it behaves the same way. After unplugging the airport I get a quick window where I can sign in but after that it blocks that .NET messenger service.
    Is there some way I can open up the airport so I can get on the NET messenger service. Skype and iChat work but I can't use either for my job.
    Does anyone have any suggestions (I'm begging here cuz i start work at 9:30 am and I need it working by then!).
    Thanks, Susan

    Wow this is a mess, I want to add that again i'm sure its the airport extreme somehow. However on my PC laptop I can sign into messenger with an older version of it but when i try the new LIVE messenger it won't let me sign in.
    The iMac version forces you to use the latest version so I can't use an older "non live" version to sign in with. I am praying someone can help me figure out what is wrong.
    Thanks sorry for reposting but i'm frantic!
    Susan

Maybe you are looking for

  • DocumentSplitter and memory

    Regarding the DocumentSplitter class that allows for the SAX parsing of large XML documents. Is there a way to free the memory of each of the "temporary" XMLDocuments that get created? I know there's a XMLNodeCover.freeDocument(int id) method in the

  • Name of music not showing

    I've just put some music on the memory card on my Nokia 6230i using a USB data cable and Nokia PC Suite, but on my phone when I enter Music Player instead of displaying the artist and title of the tracks it comes up with rectangles. Why does this hap

  • Non-additive measure

    Hi, I'm just learning OBIEE and have this logical modelling question. Let's say that I have a fact table. The grain of this fact table is day/product/price. So there is one row per day per product and the price of the product on that day. Price obvio

  • Slideshow export = help!

    Help. I need to have a slideshow completed by Mon. I have it perfect in my iPhoto, but when I export it to quicktime (need to burn it to show on a tv) the music and photos are no longer in sync. They are not off by much, (maybe a second or 2) but eno

  • [CO-CCA] Cost Center Substitution in case of a statistical order

    Dear All, We are trying to implement a substitution wherein for a Cost Element, if a statistical order is used it should substitute a Cost Center. Below are the steps that were used. Prerequisites Co Code= 'x' and COBL HKONT= '123456' and COBL-CO_KAA