Storage of GeoRaster data

Hi all,
I'm loading some TIF data into GeoRaster tables for use in MapViewer. (i.e for rendering purposes only, no raster analysis of any kind) but am experiencing some potential storage issues.
My TIF files are expanding roughly 30-50 times from their original size when loaded into the database (i.e 900mb of TIF data took over 32GB of storage). As I have 10,500 TIF files (total of 13gb) to load my rough calculations mean I may need as much as 600-700gb of storage, which I simply don't have right now.
Is there anyway I can change this? I've looked at compressed tablespaces and tables but this comment :
"Data compression works for all data types except all variants of LOBs and data types derived from LOBs, such as VARRAYs stored out of line or the XML data type stored in a CLOB"
leads me to believe it will not work for GeoRaster?
Can anyone help me at all? Are there any other options available?
Thanks,
Steve

Hi Steve,
I should hasten to add: I have never seen the kind of expansion you are experiencing, so it may be worthwhile to do a little research to find out why this data is using so much storage space.
We might want to look at your metadata:
set long 5000
select a.georaster_col_name.metadata
from your_georaster_table
where we_only_see_the_row_we_are_interested_in;
And we might want to see how your tablespace is configured.
Things like blocksize, extent size, etc will be useful for us to have.

Similar Messages

  • Using a partitionned cache with off-heap storage for backup data

    Hi,
    Is it possible to define a partitionned cache (with data into the heap) with off-heap storage for backup data ?
    I think it could be worthwhile to do so, as backup data are associated with a different access pattern.
    If so, what are the impacts of such off-heap storage for backup data ?
    Particularly, what are the impacts on performance ?
    Thanks.
    Regards,
    Dominique

    Hi,
    It seems what using scheme for backup-store is broken in latest version of Coherence, I've got an exception using your setup.
    2010-07-24 12:21:16.562/7.969 Oracle Coherence GE 3.6.0.0 <Error> (thread=DistributedCache, member=1): java.lang.NullPointerException
         at com.tangosol.net.DefaultConfigurableCacheFactory.findSchemeMapping(DefaultConfigurableCacheFactory.java:466)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage$BackingManager.isPartitioned(PartitionedCache.java:10)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.instantiateBackupMap(PartitionedCache.java:24)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.setCacheName(PartitionedCache.java:29)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ServiceConfig$ConfigListener.entryInserted(PartitionedCache.java:17)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:226)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.java:229)
         at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.java:270)
         at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
         at com.tangosol.coherence.component.util.ServiceConfig$Map.put(ServiceConfig.java:43)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$StorageIdRequest.onReceived(PartitionedCache.java:45)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.java:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.java:33)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.java:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.java:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.java:42)
         at java.lang.Thread.run(Thread.java:619)Tracing in debuger has shown what problem is in PartitionedCache$Storage#setCacheName(String) method, it calls instantiateBackingMap(String) before setting __m_CacheName field.
    It is broken in 3.6.0b17229
    PS using asynchronous wrapper around disk based backup storage should reduce performance impact

  • Block upon stock removal indicator in Storage type master data

    What is the significance of "Block upon stock removal" in storage type master data. Would it work if the storage type is bulk storage and SUT active?

    The config setting with indicator 1 will stop you from creating  more TOs for a bin in st type 425 if there are already open picking TO for that bin. In other words lets say you have a stock of  material  u201C79010460u201D in st type 425 u2013 B20B bin and you have created a picking TO from this bin unless you confirm this TO no more picking/stock removal TOs will be allowed and the bin will be blocked. You can see that block on bin in LS06 transaction. Once the TO is confirmed the block will be lifted automatically from the bin to create new Picking TOs.

  • Transporting Georaster Data using datapump

    Hi all,
    I'm trying to use datapump to transport my schema from one database to another. However i have problem with my georaster data.
    MAP
    Name Null? Type
    ID NUMBER(38)
    GEOR SDO_GEORASTER
    MAP_RDT
    Name Null? Type
    RASTERID NOT NULL NUMBER
    PYRAMIDLEVEL NOT NULL NUMBER
    BANDBLOCKNUMBER NOT NULL NUMBER
    ROWBLOCKNUMBER NOT NULL NUMBER
    COLUMNBLOCKNUMBER NOT NULL NUMBER
    BLOCKMBR MDSYS.SDO_GEOMETRY
    RASTERBLOCK BLOB
    SCHOOL
    Name Null? Type
    CODE NOT NULL NUMBER(38)
    ENG_NAME VARCHAR2(200)
    ADDRESS VARCHAR2(200)
    POSTAL VARCHAR2(200)
    TELEPHONE VARCHAR2(200)
    FAX VARCHAR2(200)
    EMAIL VARCHAR2(200)
    STATUS VARCHAR2(200)
    ZONE_ID NUMBER(38)
    GEOM SDO_GEOMETRY
    MG_ID NUMBER(38)
    Other table just contain my normal data.
    Export statement:
    - expdp schools/** schemas=schools directory=exp_dir dumpfile=schools.dmp
    Import statement:
    - impdp schools/** schemas=schools directory=imp_dir dumpfile=schools.dmp
    parfile=exclude.par
    exclude.par content:
    exclude=trigger:"like 'GRDMLTR_%'"
    exclude=table:"IN('MAP','MAP_RDT')"
    - impdp schools/** schemas=schools directory=imp_dir dumpfile=schools.dmp
    parfile=include.par content=metadata_only
    include.par content:
    include=table:"IN('MAP','MAP_RDT')"
    - impdp schools/** schemas=schools directory=imp_dir dumpfile=schools.dmp
    parfile=include.par content=data_only
    However, after my import, i did a validation on the georaster object
    select sdo_geor.validategeoraster(geor) from map;
    SDO_GEOR.VALIDATEGEORASTER(GEOR)
    13442: RDT=MAP_RDT, RID=1
    There is problem in the georaster object but i don't quite understand the information that i found online.
    After my import, the type of the georaster change to
    MAP
    Name Null? Type
    ID NUMBER(38)
    GEOR PUBLIC.SDO_GEORASTER
    SCHOOL
    Name Null? Type
    CODE NOT NULL NUMBER(38)
    ENG_NAME VARCHAR2(200)
    ADDRESS VARCHAR2(200)
    POSTAL VARCHAR2(200)
    TELEPHONE VARCHAR2(200)
    FAX VARCHAR2(200)
    EMAIL VARCHAR2(200)
    STATUS VARCHAR2(200)
    ZONE_ID NUMBER(38)
    GEOM PUBLIC.SDO_GEOMETRY
    MG_ID NUMBER(38)
    And i have problem running my application that render the georaster with a theme created on the school. The error message is as below:
    In the mapviewer console
    2008-07-29 16:46:26.773 ERROR cannot find entry in ALL_SDO_GEOM_METADATA table for theme: SCHOOLS_LOCATION
    2008-07-29 16:46:26.773 ERROR using query:select SRID from ALL_SDO_GEOM_METADATA where TABLE_NAME=:1 and (COLUMN_NAME=:2 OR COLUMN_NAME=:3 or COLUMN_NAME=:4) and OWNER=:5
    2008-07-29 16:46:26.774 ERROR Exhausted Resultset
    2008-07-29 16:46:26.783 ERROR cannot find entry in USER_SDO_GEOM_METADATA table for theme: SCHOOLS_LOCATION
    2008-07-29 16:46:26.784 ERROR Exhausted Resultset
    I sincerely hope if anyone could provide me with some guidance. Thanks in advance =)

    This is probably almost a year too late but I had the same problem and was able to resolve it by registering the recently imported geoRaster data
    SQL>select * from the (select sdo_geor_admin.listGeoRasterObjects from dual);
    This will likely show that you have 'unregistered' data and the following will register it after which your validation calls should all return true instead of 13442
    SQL>execute sdo_geor_admin.registerGeoRasterObjects;
    SORRY -- I just saw that you'd already done the registerGeoRasterObjects bit msm
    Edited by: mmillman on May 27, 2009 5:11 PM

  • Storage of  payroll data and time data

    hi friends,
    could u plz tell me what is meant by storage of  payroll data and time data????
    thanks in advance,
    regards,
    priya.s

    storing means..... storing payroll results... and time management infotype records....
    as time management details are very large and memory consuming... generally we give MODE N while declaring time infotypes using INFOTYPES statement...... so that only internal tables are declared but not populated at GET event.....
    payroll results are stored in RX cluster of PCL2....

  • Reg : client level data,plant level data,storage location level data

    hi
    when we enter the data mm01 we select views.these views are based on cleint level,plant level,storage location level .i want the difference between all the three levels.how do we differentiate.

    As per our business process there are one company and in which many plants and storage location are available. In which many materials are available in different plant in different storage location.
    As per SAP Standard structure: -
    Company >> Company code1 & Company code2... >> Plant 1 & Plant 2 & Plant 3 .... >> Storage location 1 & 2 & 3........
    And in all plant and storage location have different data.
    Suppose in one plant we do quality testing for material and it may be possible in other plant we not perform quality testing for material. So in this case for same material quality data is different for different plants.
    Client Level: - Means data is same for all plant level like Basic data
    Plant Level: - Means data is based on plant level like Purchasing, Plant data, Quality data, Accounting view.
    Storage location level: - Means data is based on storage location level, for different storage location data will be different like Storage location stock data ..
    Due to this you can maintain different data on plant level & storage location level.
    Regards,
    Mahesh Wagh

  • How do i check the storage location creation date ......?

    pls guide me to check the storage location creation date ......?

    Hi Srinivas,
    If u have noted the request number that generated for the creation of Storage location, then u can see them in SE10 transaction by selecting your transport request number and go to log details.
    regards
    Anand.C

  • Viewing Georaster data

    Hi guys,
    I am using a oracle 10g,geospatial DB,I loaded an image to the georaster database.
    If I need to view this image,according to the manual I need to use georasterviewer else export it out as an image then view it.
    Is there a way or sql/plsql so I can include it to view on my viewer.
    Thanks and Regards
    Micky

    Hi Micky,
    If you want to view it on your viewer, your viewer will either have to understand the georaster storage format (not complicated) or export the data (sdo_geor.export) and read the exported object.
    Look at the examples for:
    sdo_geor.getRasterBlocks
    sdo_geor.getRasterData
    sdo_geor.getRasterSubset
    sdo_geor.subset
    Hope this helps.

  • Opening and closing Stock report at Storage location level- date wise

    Dear all
    Is there any standard report to view opening and closing stock at storage location level? ( we have MB5B which resets the entry screen if we enter SLOC details).
    Thanks
    Sam

    Do  I have the option of  selecting Storage Location wise opening and closing stock on a particular date or period, that is what I have requested? Is it possible, evenafter selecting storageloc/batch stock and entering all the SLOCs in the selection creen, the report output does not contain any SLOC, and using ctrl+F8 or display variant does not have SLOC as a field also.
    pls gudie
    sam

  • My I Phone is a 4 s, and I came with 5 mb of I cloud storage, my phone won't back up because I needed more storage or delete data. What data am I supposed to deleted? I have dumped everything off my phone, so I'm not sure what it is trying to back up.

    I have an i phone 4s, It comes with 5 mb of free i cloud back up. It has not been able to back up, due to not enough storage, it saying I need to delete data, what data? I have dumped everything so I am confused.. I buckled an bought 10 more mb and it is backing up right now for like another 23 hours...what exactly is it backing up since I dumped all pics,and texts messages? How can I prevent this in the future? oh I only have like 2 mb of music onn there as well..and it was saying I still had 5 mb avaliable to use on the cloud last night..I'm so confused...

    Is it saying that there is not enough free space to backup to your computer?  If so, make sure you have enough available hard drive space to back up your iPhone.  If you do, a backup file on your computer is corrupted.  The best way to resolve this problem is:
    NOTE: This method will erase any and all backups iTunes has made of your iPhone from your computer. It should not erase the data on your iPhone, just the backup files that iTunes creates on your computer.
    Launch iTunes, Go to iTunes>Preferences, then click on the Devices tab, select all of the backups made of your iPhone.  Then click "Delete Backup...".

  • I have an Iphone 3Gs. I need to get contents of messages that were sent and received on the phone in June for evidence in court. I read online that the Iphone internal storage keeps all data done on phone in the storage. How do I get into it?

    I have an Iphone 36s. I need to get contents of messages that were sent on the phone in June of this year. I read online that the phone has an internal storage that keeps all data when phone is used and that this internal storage can be accessed. I need the contents of particular messages for evidence in court. How do I get into the internal storage? I've tried some of the methods that people post online, but none of them have been successful. Help!

    If you still have a backup from that point in time as part ofr your computer backup history, you could restore the backup folder, restore the phone from that backup and have the messages on the phone.
    More details about restoring from old backups can be found here: iPhone and iPod touch: About backups

  • Trying to delete my Contacts Storage using Clear Data button however it's Unavailable

    Just recently upgraded to a Droid Razr (been a long time blackberry user) and really just beginning to understand some of the features.  During the initial setup I didn't handle my contacts the way I would have preferred and would like to start over.  From what I can decipher, I should be able to go to Settings>Applications>Storage Use> and then chose "Contacts Storage" to completely delete my contacts via the "Clear Data" button.
    However, the "Clear Data" button is grayed out and unavailable.  I've tried using "Force Stop" thinking that if this application currently had the data in an open state then that might be why is was unavailable.  However, it doesn't appear that "Force Stop" ever actually stops the application and it certainly doesn't allow me to chose "Clear Data" afterwards.
    Does anyone know how I could either make the "Clear Data" button available or another method to completely remove my contacts?
    Some other info that might be helpful:
    Hardware: Droid Razr
    Android Version: 2.3.6
    Data Size: 31.29MB
    I do not want to "root" my phone at this time.  If I were going to make a wild guess, I think it could be related to Backup Assistant (same idea that if an application has locked the data, it's not read/writable).  However, I don't see any way in the phone to disable Backup Assistant to test this theory.  Furthermore, I have disabled sync with all other contact services (facebook, linkedin, etc.) so if I can ever delete my contacts... the deletion won't propogate to my original sources.
    Any help would be greatly appreciated!!!

    Take a look at these instructions i Found And you might be able to Get Rid of them by Tapping on the Contacts up on Top then hitting your settings and Tap Manage Contacts that might give you the option there to get Rid of them. You could Export them to your SD CARD Then once in there Format the Card. But a word of Caution if you have an Pictures or Songs in there they will be Wiped as Well..
    How do I manage my contacts on my DROID RAZR?
    How do I manage my contacts?
    Quick links 
    Create a new contact
    Add recent calls to contacts
    Edit a contact
    View contact
    Unable to view contacts within the Navigation app     
    My contacts on Corp Sync account Stopped Syncing after I updated the phone software to 6.12.173  
    Delete a contact
    Add picture to contact     
    Create a new contact group
    Delete a group
    Sort contacts
    Set an individual ringtone for a contact
    Contact transfer assistant
    Choose which contacts to display
    Create a new contact
    Touch ,tap contacts.
    Press the Menu key and tap Add contact.
    Choose an account to store new contacts
    Add all the information you want to store for this contact in the appropriate fields.
    Tap Save.
    Add recent calls to contacts
    From the Home screen, tap 
    Tap the recent (second from the left icon).
    Scroll to the number you want to add to contacts.
    Touch and hold the number.
    Tap Add to contacts.
    Select Existing to add number to existing contact or New to create a new contact.
    Add all the information you want to store for this contact in the appropriate fields.
    Scroll down and tap Save.
    Edit a contact
    From the Home screen, tap .   
    Tap Contacts.
    Locate and tap the contact you would like to edit.
    Tap the options key. (four squares located beneath the display screen)
    Tap Edit contact.
    Make your changes.
    Tap Save.
    View contact
    Tap   
    Tap Contacts.
    Press and hold the contact that you would like to view and tap View Contact.
    Delete a contact
    Tap  
    Tap Contacts.
    Tap and hold on the contact.
    Scroll down and tap Delete contact.
    Tap OK to confirm.
    Note: At this time multiple contact selection is not supported.Add picture to a Contact
    From the Home screen, tap .   
    Tap Contacts.
    Locate and tap the contact you would like to edit.
    Tap the options key. (four lines located beneath the display screen)
    Tap Edit contact.
    Tap on the image icon located on the top left corner
    Make your selection
    Tap Save.
    Create a new contact group
    Tap   
    Tap Contacts.
    Tap on the group icon  located next to the magnifying icon.
    Press the menu button
    Tap New Group.
    Enter the name of your group.
    Tap OK.
    Tap the check box of the names you would like to add to the group..
    Tap Done.
    Repeat steps 7-9 until you are done adding items into the groups.
    Delete a group
    Tap   
    Tap Contacts.
    Tap on the group icon located next to the magnifying icon.
    Tap and hold on the group name you wish to delete. 
    Tap delete group.
    Tap Yes to confirm.
    Sort contactsTo sort contacts or set display options, press Menu > Display options and touch:
    Only contacts with phones: hide email-only contacts.
    Sort list by: sort by first or last name.
    View contact names as: view contacts as first name or last name first.
    Choose contacts to display: select which source to use contacts from.
    Set an individual ringtone for a contactYou can assign a custom ringtone for each of your contacts.
    Touch and touch the name of the person.
    Touch > Options.
    Touch Ringtone and select the ringtone to use.
    To switch back to the default ringtone for a contact, select Options > Ringtone > Default ringtone. CLICK HERE to visit our web based contact transfer assistant.
    Contacts Menu OptionsWithin your contacts Menu you will have other options to help manage and share your contacts such as, Add contact, Display options, Accounts, Import/Export, Share name cards and More.Notes:
    Exporting contacts to the SIM card does not currently save the contacts. You can export and save contacts to the SD card.
    If you have multiple SIM cards, you will need to power cycle the device for all the SIM contacts to be visible.
    Under More, you can see My info - Which contains all of your contact information.  And Settings - Access toDisplay suggestions and Contact storage, which allows you to choose which account new contacts will be saved to.
       You can also remove the Display suggestions under you Contacts settings as well by removing the check from this location as well.
    Unable to view contacts within the Navigation appIf you're unable to view your contacts within the Nagivation application, try updating your Google maps application. Touch Market > Menu > My apps and select maps to update to the latest version.
    Choose which contacts to display.
    Q: I have several accounts set up in my phone. How do I choose which contacts to display for the account i have set up such as Facebook, Corporate/Enterprise, Gmail/Google etc..? A: From the home screen, touch Apps > Contacts, touch the Menu key> Display options. Under Choose contacts to display, select the account which contacts the contact you wish to display or not display and check to display or uncheck to hide the contacts.
    My contacts on Corp Sync account Stopped Syncing after I updated the phone software to 6.12.173If you experience the issue with the contact sync after the update, please follow the steps below:
    Under Accounts, select the corp sync account, General Settings, and UNCHECK the Contacts check mark.
    Tap on - OK, OK.  Go to your Corp Sync email account and tap on the Manual Refresh (two arrows) to perform the Sync.
    Power Cycle the device and repeat the steps above by CHECKING the Contacts check.
    Details 
    Answers others found helpful
    MotoCast User Manual
    Troubleshooter
    Download MOTOCAST Desktop Software
    Locks Up/ Freezes (DROID RAZR)
    How can I speed up receiving the GPS signal for my outdoor workout faster?

  • Using Python SDK to delete storage container: The Date header in the request is incorrect.

    Hi,
    I'm trying to delete a container from my storage by using the python sdk and I always get the error 
    Unknown error (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.)
    <?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
    RequestId:41d93fac-03bf-4b32-9781-eedc693266fc
    Time:2014-05-29T11:22:57.1981961Z</Message><AuthenticationErrorDetail>The Date header in the request is incorrect.</AuthenticationErrorDetail></Error>
    I think the time should be right, cause when I try to execute the code by myself which generates the time, it seems to prooduce the right date:
    current_time = datetime.utcnow().strftime('%a, %d %b %Y %H:%M:%S GMT')
    request.headers.append(('x-ms-date', current_time))
    And the time from my macbook is nearly correct (matches not really exactly the second from an atom clock). Any hints or at least any idea on how to debug that any further?
    Thanks

    hi,
    For this error, I suggest you could try to use this method to get the current_time date value:
    request.headers.append('x-ms-date': strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime()))
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Long Term Storage ideas for Data in an Oracle Database

    We have data that we no longer need access to and want to archive it on tapes for long term storage.
    We want to save the data using datapump or rman from time to time and and store the exports/backups on tapes. The issue we don't want to face in the future is , if Oracle deprecates the methodology we used to save the data in 2012, we no longer have a way to retrieve the data into a database 10 years from now.
    This may sound crazy, but hear me out. Before datapump existed everyone was using vanilla exp to export the data. Now we have datapump as exp's upgrade and we have rman too. What if in 2012 we took an export using datapump or a backup using rman and save it off on a tape. 10 years go by and in 2022 management wants to look at the 2012 data. Lets say by this time Oracle's mothodology changes and they have a much more efficient/robust export/backup method. One way for us to keep the old backups up to date is to import the data back before the method we used in 2012 is deprecated and then export/backup the data using the new method to keep the exports/tapes in sync with then current technology.
    My question is, what methods of saving large amounts of data do you recommend/use to save data to a tape so that you don't have to worry about changing times.
    An idea I heard is to save the data as insert statements. This would work for most of the data except for blobs.
    Any help would be appreciated.
    Thanks in advance.

    >
    Won't an intelligent compression algorithm take care of a lot of the overhead for that?
    >
    That's certainly a valid point to make and one that the OP can test. And because the duplicated metadata is identical and in the same physical row location there may be compression algorithms that can reduce it to just one set.
    There were two points I was trying to make.
    1. Don't just save the data - save the metadata also.
    2. The metadata for each row will be the same so if you use an INSERT format that duplicates it for every row you are potentially wasting a lot of space.
    Your other point was probably more important than these or anything previously mentioned.
    >
    perform restores of the entire database every couple of years or so to make sure that your
    database isn't degrading
    >
    Regardless of the format and media used to backup the data it is important to verify the integrity of the backup periodically.
    There are a lot of ways to do this. One way is a simple MD5 (or other) checksum of data at some level of granularity and then periodically read the data and confirm you still get the same checksum.
    In my opinion the more generic the format that the data is saved in the better the odds that you can recover the data later no matter how technology may have changed.

  • Table for storage location stock data

    Hi All,
    I have a report in which i have to pull the data for all storage locations.
    I need to display the Quantity of each material in storage location , Total price of individual materials(amount), and the plant information.
    Thanks:
    Siddharth

    Hi
    Always stock (Quantity and Valu) is always maintained at Plant level as we define Valuation Area as Plant, Now if u want to generate a ABAP report, u can use MSEG and build ur logic with Debit credit indicator, material, sloc etc.
    Best regards
    Vineet Baweja

Maybe you are looking for

  • How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines

    How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines or be a diffrent title but i can't figure out how to make any changes to the text.

  • Mile stone billing plan - issue

    Hi sap experts i have a probleme in creating mile stone billing plan. in MS Bill plant if my billplan exceeds my order quantity system is accepting without showing any error message or bloking the billing. i.e if my plan exceeds more than 100 % syste

  • IDVD Slideshow Question

    I exported an iPhoto slideshow to iDVD. I used the Ken Burns effect. I've got around 200 photos and it plays great, no problems but.... heads have been cut off on three slides. Can I edit the individual slides right in iDVD or do I have to go back to

  • Using Proxy on e71

    hello ive managed to connect my e71 to my linksys router @ home. i use the internet on my laptop wirelessly. the internet connects from my laptop and NOT on the router ! so ive tried using a proxy software (spoon) on my laptop and have tested with an

  • Solaris 3i install - did work, now broken - unable to contact OAD

    I did have an install on Solaris (single machine) of Discoverer 3i working, but it has stopped working. in the locator.log I find: Tue Feb 13 11:14:41 CST 2001 Number of server machine = 1 Tue Feb 13 11:14:41 CST 2001 Locator: Server machine 0 = usic