EXTENTS

Hi,
I am using 10g DB.
When I issue:
CREATE TABLE AATEST (A NUMBER) TABLESPACE TEST_TAB STORAGE (INITIAL 20M NEXT 2M PCTINCREASE 0);
and after that:
select segment_name, BYTES/(1024*1024) bytes_Mb from dba_extents where segment_name = 'AATEST';
The result is 20 records of 1Mb each.
I would expect 1 extent of 20Mb.
Anyone?
Thanks
Regards
Stephan

Check the SQL Reference for storage clause parameter use (if any) with storage in locally managed tablespaces.
Many parameters are ignored with the current type of tablespace, but initial value specified hints the number of extents in the initial allocation.
Take a look at the tablespace level, e.g.:
SQL> r
1 select tablespace_name,extent_management em, allocation_type at,
2 initial_Extent/1024 in_kb, next_extent/1024 nxt_kb
3* from dba_tablespaces
TABLESPACE_NAME                EM         AT             IN_KB     NXT_KB
SYSTEM                         LOCAL      SYSTEM            64
UNDOTBS01                      LOCAL      SYSTEM            64
TEMP                           LOCAL      UNIFORM         1024       1024

Similar Messages

  • Can I Select from table skipping extents linked with lost datafiles?

    Hi~,
    I need your help to recover my database.
    I'm using oracle 9.2.0.8 at Fedora 3 with no-archive mode.
    and I don't have any backup.
    Last night, I experenced hard disk failure.
    I tried OS-level recovery, but I lost some datafiles of tablespace.
    anyway, I wanted to recover my database without data of lost datafiles.
    so, I issued "alter database datafile offline drop" and
    start oracle instance.
    But, datafiles were not removed from dba_data_files view and
    extents linked with lost datafiles were not removed from dba_extents view!
    Selecting query of some table containing extents linked with lost data files,
    I got "ORA-00376: file xxx cannot be read at this time" message.
    So, my question is that..
    HOW CAN I SELECT FROM THAT TABLE WITHOUT SCANNING EXTENTS LINKED WITH LOST DATA FILES?
    Thanks.

    Hi,
    Without being in archivelog and without backup, one can't do any sort of recovery. That's why backups and archivelog are so so important.
    The offline data file command never does actually drop the datafile. It merely indicates to the control file that now the said tablespace will also be dropped. This won't update any view that the files are not supposed to be used or shown to you anymore.
    This is what documentation says about the recovery of the database in the NoARch mode,
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osrecov.htm#i1007937
    You do need a backup in order to get those tables being read. Oracle doesn't have any feature which can offline/skip the missing extents for you and let you read the data without them.
    HTH
    Aman....

  • ORA-01658: unable to create INITIAL extent for segment in tablespace

    NEW REPOSITORY INSTALLATION ERROR!!
    I want to install a new Repository using Oracle9iR9.2.0.1 and iDS10g on windowsXP Professional the same machine.
    After running all the SQL scripts ( ckqa,ckvalqa,ckcreate,ckreport) with success to installing a new Repository on my Database using "the Scripts Method",I start the Repository Administration Utility( RAU) to scheck the priveleges and so on.
    After pressing the Install button in the RAU:
    -I take public synonyms
    -I scheck the box for "Support Designer Objects", then
    -The Repository size is Medium
    -I have not change the defauft Tablespace of the Repository_Manager names TEMPORARY_TABLES to store the index and table of System Data....Diagram Data.
    After Starting, the Installation began an stop by installing some Tables like schown :
    Operation: Started : 07/03/04 20:26:32
    Reading File: cktabs.sql
    Object : TABLE CDDL_TMP_TBL
    Executing statement(s)...
    Verifying...
    .and so on till....uns so weiter bis
    Reading File: cktabs.sql
    Object : TABLE RM$INFO
    Executing statement(s)...
    Error Submitting Definition: User intervention required...
    RME-02124: Failed to execute SQL statement: CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    Storage (initial 4K next 4K pctincrease 0) Tablespace TEMPORARY_TABLES
    ORA-01658: unable to create INITIAL extent for segment in tablespace TEMPORARY_TABLES
    Dumping Buffer...
    CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    ...End of Buffer
    User Requested: Stop Process
    When I read the Help of the Error the
    CAUSE was: Failed to find sufficient contiguous Space to allocate INITIAL extend for Segment being created.
    ACTION: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller Value for initial.
    I then try to resolve it by schecking and changing the Values of INITIAL_VALUE and NEXT_VALUE in the ckparams.txt to 500k.I change the Values of TEMPORARY_TABLES(10214 to 51200k) and TEMPORARY_INDEXES from (20000 to 100000k).Then I run the scripts @ckparams.txt, @ckvalqa, @ckcreate but
    -pressing the Scheck Privileges Button on the RAU still give me 106k for the INITIAL_ and NEXT_VALUE.
    -And the installato still stop with the same Error.
    Question: How schould I resolve this Configuration?
    You could respond in ENGLICH, GERMAN or FRENCH
    Thank you for your Help!

    You are running into database errors. You should refer to the database documentation on how to adjust the size your tablespaces. The online Designer installation guide will advise you as to the sizes of tablespaces you require. (http://otn.oracle.com/pls/wocprod/docs/page/ocom/technology/products/designer/supporting_doc/Des10g_9044/cmnhlp72/rep_insgde/igttl_9i.htm)
    Regards
    Sue

  • Caller ID not working on calls with an extention

    Hi,
    If i have a contact (john) with a number 212-555-1212 and he calls, the phone displays John.  cool.  If i have 212-555-1212;1234 where the ; is a wait command and the 1234 is the work phone extention so i can press it and it will auto send.... and John calls. it does not display John. It simply displays 212-555-1212.  How can i change this? 
    M

    OK, I reread your question and I did not answer it precisely above.  You asked if John's extension is in your contacts list and a call comes in, it does not associate John's name with the incoming phone number.
    Sorry I misinterpreted in my last post.  I still do not believe it's possible.
    Maybe a workaround would be to list both telephone numbers (one with the extension and one without) as separate numbers under the contact's name.  One might be labelled "Work" and the second "Other".

  • Edit next extent size of the Cluster table

    Hi Guys
    I need to change the next extent size of the a table.
    I ran se14 but i am not able to get into edit mode, because there is no button for edit mode.
    Reason: Cluster table
    Two questions:
    1. Why there is no Edit button? Is it because this table doesnot exixt at DB level.
    2. How can i change the next extent size for a Cluster table from sql prompt or from brtools if possible.
    Information:
    I am facing this issue only in DEV, QAS boxes, where as in Production its fine.
    Regards
    Ricky
    Edited by: Ricky kayshap on Dec 9, 2008 3:52 PM

    Hi,
    Cluster Tables doesn't exist in DB, Because of that you can't make changes to extents at DB level.
    if you experiencing some space issue. I woud suggest to check the underline Transparent tables and make changes to those.
    hope this helps.
    Kalyan.

  • My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    http://discussions.apple.com/thread/3418045?tstart=60

  • Problem with application id and extents

    Hi, I've run into what may be a bug, so I wanted to run it by your group.
    I have a class that is using application identity and contains a
    collection of strings. When I load each instance of the class, the
    collection is filled in, however, when I load all the instances using
    getExtent(), the collections are not filled in.
    Thanks
    The relevant part of the .jdo file is:
    <class name="KeywordInfo" objectid-class="KeywordInfo$KeywordInfoJDOId">
    <extension vendor-name="kodo" key="detachable" value="true"/>
    <field name="idstr" primary-key="true" default-fetch-group="true"/>
    </field>
    <field name="jdoChoices" default-fetch-group="true">
    <collection element-type="String"/>
    <extension vendor-name="kodo" key="element-dependent" value="true"/>
    </field>
    </class>
    The .mapping file is:
    <class name="KeywordInfo">
    <jdbc-class-map type="base" table="CATADMIN.MPM_KEY_INFO"/>
    <jdbc-version-ind type="version-number" column="JDOLOCKX"/>
    <field name="idstr">
    <jdbc-field-map type="value" column="IDSTR"/>
    </field>
    <field name="jdoChoices">
    <jdbc-field-map type="collection" element-column="ELEMENT"
    order-column="JDOCHOICES_ORDER" ref-column.IDSTR="IDSTR"
    table="CATADMIN.MPM_K_JDOCHOICES"/>
    </field>
    </class>
    When I load a single instance, I get the following sql trace:
    SELECT t0.JDOLOCKX, t0.DBIDX, t0.DESCRIPTIONX, t0.HASUNITSX, t0.IDSTR,
    t0.ISDATAKEYWORDX, t0.ISDISPLAYABLEX, t0.ISEDITABLEX, t0.ISFACTOR,
    t0.ISNULLVALUEALLOWEDX, t0.ISREQVALUEINCHOICESX, t0.JDODEFAULTVALUEX,
    t0.JDOUNITX, t0.JDOVALUETYPEX, t0.KEYWORDX, t0.KEYWORDTYPEX, t0.REGEXP,
    t1.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0,
    CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR = ? AND t0.IDSTR = t1.IDSTR(+)
    ORDER BY t1.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:test111b]
    When I load the extent, I get the following:
    6549 DEBUG [main] jdbc.SQL - <t 6151022, conn 9992755> [0 ms] executing
    prepstmnt 19940306 SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER,
    t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1
    WHERE t0.IDSTR IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR
    ORDER BY t0.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:13303055, (String) BDT:test111b, (String) BDT:5606643, (String)
    BDT:5606644, (String) BDT:5606645, (String) BDT:5606646, (String)
    BDT:5606647, (String) BDT:5606648, (String) BDT:5606649, (String)
    BDT:5606650] [reused=8]

    Just tried it and got the same SQL (below).
    SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM
    CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR IN
    (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR ORDER BY t0.IDSTR
    ASC, t1.JDOCHOICES_ORDER ASC [params=(String) BDT:13303055, (String)
    BDT:test111b, (String) BDT:5606643, (String) BDT:5606644, (String)
    BDT:5606645, (String) BDT:5606646, (String) BDT:5606647, (String)
    BDT:5606648, (String) BDT:5606649, (String) BDT:5606650]
    Stephen Kim wrote:
    Extent iteration is slightly different than other fetching. Does using
    an empty query pm.newQuery (Person.class, "") change the SQL?
    Charles Schmitt wrote:
    Hi, I've run into what may be a bug, so I wanted to run it by your group.
    I have a class that is using application identity and contains a
    collection of strings. When I load each instance of the class, the
    collection is filled in, however, when I load all the instances using
    getExtent(), the collections are not filled in.
    Thanks
    The relevant part of the .jdo file is:
    <class name="KeywordInfo" objectid-class="KeywordInfo$KeywordInfoJDOId">
    <extension vendor-name="kodo" key="detachable" value="true"/>
    <field name="idstr" primary-key="true" default-fetch-group="true"/>
    </field>
    <field name="jdoChoices" default-fetch-group="true">
    <collection element-type="String"/>
    <extension vendor-name="kodo" key="element-dependent" value="true"/>
    </field>
    </class>
    The .mapping file is:
    <class name="KeywordInfo">
    <jdbc-class-map type="base" table="CATADMIN.MPM_KEY_INFO"/>
    <jdbc-version-ind type="version-number" column="JDOLOCKX"/>
    <field name="idstr">
    <jdbc-field-map type="value" column="IDSTR"/>
    </field>
    <field name="jdoChoices">
    <jdbc-field-map type="collection" element-column="ELEMENT"
    order-column="JDOCHOICES_ORDER" ref-column.IDSTR="IDSTR"
    table="CATADMIN.MPM_K_JDOCHOICES"/>
    </field>
    </class>
    When I load a single instance, I get the following sql trace:
    SELECT t0.JDOLOCKX, t0.DBIDX, t0.DESCRIPTIONX, t0.HASUNITSX, t0.IDSTR,
    t0.ISDATAKEYWORDX, t0.ISDISPLAYABLEX, t0.ISEDITABLEX, t0.ISFACTOR,
    t0.ISNULLVALUEALLOWEDX, t0.ISREQVALUEINCHOICESX, t0.JDODEFAULTVALUEX,
    t0.JDOUNITX, t0.JDOVALUETYPEX, t0.KEYWORDX, t0.KEYWORDTYPEX, t0.REGEXP,
    t1.IDSTR, t1.JDOCHOICES_ORDER, t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0,
    CATADMIN.MPM_K_JDOCHOICES t1 WHERE t0.IDSTR = ? AND t0.IDSTR = t1.IDSTR(+)
    ORDER BY t1.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:test111b]
    When I load the extent, I get the following:
    6549 DEBUG [main] jdbc.SQL - <t 6151022, conn 9992755> [0 ms] executing
    prepstmnt 19940306 SELECT DISTINCT t0.IDSTR, t1.JDOCHOICES_ORDER,
    t1.ELEMENT FROM CATADMIN.MPM_KEY_INFO t0, CATADMIN.MPM_K_JDOCHOICES t1
    WHERE t0.IDSTR IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.IDSTR = t1.IDSTR
    ORDER BY t0.IDSTR ASC, t1.JDOCHOICES_ORDER ASC [params=(String)
    BDT:13303055, (String) BDT:test111b, (String) BDT:5606643, (String)
    BDT:5606644, (String) BDT:5606645, (String) BDT:5606646, (String)
    BDT:5606647, (String) BDT:5606648, (String) BDT:5606649, (String)
    BDT:5606650] [reused=8]
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • How can I use JavaScript extention functions with Xalan for transforming XML with XSL

    While transforming standart XML and XSL files to HTML with this servlet:
    package mypackage1;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.net.URL;
    import javax.xml.transform.*;
    import javax.xml.transform.stream.StreamSource;
    import javax.xml.transform.stream.StreamResult;
    import org.mozilla.javascript;
    public class Servlet2 extends HttpServlet
    private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    public void doGet(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException
    try
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Source xmlSource = new StreamSource(new FileReader("c:/aaa.xml"));
    Source xslSource = new StreamSource(new FileReader("c:/bbb.xsl"));
    Transformer transformer = tFactory.newTransformer(xslSource);
    transformer.transform (xmlSource, new StreamResult(out));
    catch (Exception e)
    e.printStackTrace();
    everything is going ok,
    but when try to use javascript function in XSL file, for example like in this:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
    xmlns:lxslt="http://xml.apache.org/xslt" xmlns:my-ext="ext1"
    extension-element-prefixes="my-ext">
    <lxslt:component prefix="my-ext"
    functions="getdate">
    <lxslt:script lang="javascript">
    function getdate() {
    var d = new Date();
    return d.toUTCString();
    </lxslt:script>
    </lxslt:component>
    <xsl:template match="/">
    <p><xsl:copy-of select="my-ext:getdate()"/></p>
    </xsl:template>
    </xsl:stylesheet>
    recieve error-message:
    XSL-1000: (Fatal Error) Error while parsing XSL file (Extension function namespace should start with 'http://www.oracle.com/XSL/Transform/java/'.).
    What kind of namespace I should specify?

    Hello, Paul.
    I'm sure you may not use JavaScript as a language for creating XSLT extention functions with Oracle XDK Parser. This is since parser might have JavaScript interpreter to work with JavaScript, but it has not.
    If you need to build any XSLT extention functions you must build them as Java class' static methods.
    After that, you define the usage of the class by mean of namespace declaration as:
    xmlns:your-ns="http://www.oracle.com/XSL/Transform/java/yourpackage.Yourclass"
    (Prefix "http://www.oracle.com/XSL/Transform/java/" may differs if you use non-Oracle XML parser)
    and use class' static method in XSLT:
    <xsl:value-of select="your-ns.staticMethodName(paramsIfAny)"/>
    In your case you may wish to use standard Date class:
    xmlns:date="http://www.oracle.com/XSL/Transform/java/java.util.Date"
    <xsl:value-of select="date:toString(date:new)"/>

  • I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line.

    I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line. It is not my home page. Help!!!

    See also:
    *https://support.mozilla.com/kb/Removing+the+Search+Helper+Extension+and+Bing+Bar
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Resetting_preferences

  • SMON cleanup process taking longer time (cleaning temporary extents)

    Os info:     Solaris 5.8
    Oracle info:     9.2.0.8
    Message:     
    We are in the process of testing our upgrade from 9.2.0.8 to 11.2.0.3. As a part of this, we have cloned our production database and started cleaning up of unused objects on the new instance.
    Dropped an Audit Table (27g table size & 11g index size) from SYSTEM tablespace as a part of 11g upgrade tasks. As you know SYSTEM tablespace is under Dictionary managed tablespace and drop table ran for about 2 weeks.
    We are unable to bring this database gracefully, as SMON is still cleaning the temporary extents. This cleanup seems to be very slow and will take about 40+ days.
    Created SR regarding this issue, to speed up the SMON clean up process.. but no luck.
    At this moment we are looking for a solution to
    1#Is there a way to speed up the SMON cleanup process (temporary extents)?
    OR
    2# Is there a way to bypass the cleanup of this temporary segment and bring the database gracefully?
    No Luck from Oracle Support...
    Googled it but no luck.
    Just want to check with the folks over here and see if there is any solution for this issue.
    Thanks in advance for your time and efforts on this forum. Appreciate your assistance!
    Thanks,
    Raghu Yella.

    Just passing by.
    >
    If the data is not needed, drop the index, truncate the table and then drop the table (as rp0428 noted above)
    >
    Srini and rp0428, what do you guys know that I don't? A "drop table" (which is what the OP indicated was run) should drop any data (effectively the same thing as a truncate) and all associated indexes. Does the truncate offer some performance benefit in this case?
    And I'm still trying to wrap my head around a 40 day drop. The statement, "started cleaning up of unused objects" scares me if there is more backup tables in this bloated SYSTEM tablespace. If that is the case (and maybe regardless), I wonder if it would just be better to create a fresh "clean" database and then with transportable tablespaces reattach all the DATA tablespaces to this new database. Fresh start.

  • Unable to create INITIAL extent

    Hi,
    While creating a table i am getting the following error
    "unable to create INITIAL extent for segment in tablespace SYSTEM"
    So kindly advice how to fix this.
    Thanks,
    Vineet

    If you have a DBA there, ask them what the name of the tablespace is for tables and modify your table create statement to something like
    CREATE TABLE mytable (column1 NUMBER) TABLESPACE tables_tablespace;
    and chance the tables_tablespace bit to whatever your dba says is the tablespace for tables.
    It's probably a good idea to change the default tablespace for the user you are logged into the database with, unless you are logged in as sys, to something other than SYSTEM.
    THT

  • After renaming a file extention from .jpeg to .jpg I can no longer type ...

    After renaming a file extention from .jpeg to .jpg I can no longer type in any of the finder related editable fields/boxes. I can still type in my open applications fields.
    This problem also happens when I happen to find a file that has been named, for instance, 2008jpg. When I add the period to have the file read correctly as 2008.jpg, a warning box appears asking - {*Are you sure you want to change the extention from ".jpeg" to ".jpg"?* If you make this change, your document may open in a different application.} Two radio buttons are available within this warning box that read - 1 - {Use .jpg}(it is not color coded, which means it must be selected manually. - 2 - {Keep .jpeg}(it is colored w/my Blue highlight color, which means it will be selected if the Enter Key is used.
    The warning box does Not appear if I remove the period from a file and not again when i re-add the period to that same file.
    After trying to make these types of edits to the name of any file, with any of the various extentions available for files in our digital world, I usually get an anomaly where myability to type in the Finder ceases to be a possibility.
    I have found that I can Force Quit the Finder for a quick fix, but, I'm not sure that this Typing problem should have to be dealt with at all by this quick fix. Is this an issue with the Indexing in Spotlight, which seems to be giving many users problems?

    I downloaded and tried EasyFind. It works but it took 30+ seconds to complete finding 3 files that are on One of my Five 25+ Gb partitions of my 130 Gb Seagate Cuda(Really 160 Gb, but my Sawtooth will only recognize 130) I figured that if I ever got a better box, I could reformat it to see the whole 160 Gb. So, as far as I can see, Spotlight's indexing scheme which finds the files instantly is probably preferable. Spot light allows you to rename your files from within it's app window. I've always thought that was pretty powerful. Could my doing so be causing me any issues? As i said it is the inability to Type in the Finder that seemed to be caused from changing file Extentions that were mis-written. Maybe it was a delayed reaction to my renaming files in the Spotlight app? I've done both on occasion.
    As for these .DS_Store files. Apparently you can NOT stop them from being written to any folder that you touch/open/view during a days session. But, as a function of the OS, are the essential to have in their respective folders Forever? I've looked at the .DS_Store terminator app briefly and assume that getting rid of these files won't hurt the regular operation of my OS. They will just be re-written if I ever have to go back to any particular folder again. But, apparently, some have said that if the plan on burning a CD or DVD of their data, they delete the .DS_Store files first and then do the burn.
    I'm thinking from your having suggested this tremination app that you suspect that my having all of these ,DS_Store files could be a situation where any of them could have become corrupted and terminating them regularly should be part of my regular maintenance.
    Does that sound like I'm understanding what I can do?
    TIA

  • I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up to let you know whith a chime. In Firefox the window opens but with no chime. Is there an extention or add on that will do this?

    I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up with a chime that lets you know of new mail in your inbox. In Firefox the window pops up but with no sound. Is there an add on or extention that will do this?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NISSC; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1)

    Is the notifier part of the email program? Is it an independent program like poptray? If it is separate from Firefox, it really shouldn't matter which browser you are using. Unless the notification is within IE.

  • To what extent does auto-syncing work...?

    I have researched this but can not find the answer anywhere.
    I need to know to what extent does auto-syncing work?
    I started my library quite some time ago, and I didn't want to use the auto-sync feature. My library has grown very large and to be honest, I still wouldn't mind doing the manual syncing if my behavior and/or needs hadn't changed. However, I am now going back and adding artwork and making some slight modifications to several songs. Overall, through one type of change or another, this will affect the vast majority of my library. What I need to know is if I were to make info-related changes, will the syncing make the modifications on the ipod, or will they be ignored?
    For instance, here are some of the types of changes that I am beginning to make:
    - Adding Artwork.
    - Changing a track name from "Living in a box" to "Livin' in a box"
    - Adding info to the various fields such as album author, comments.
    - Modifying a track name from "Love is a Battlefield" to "Love Is A Battlefield"
    - Changing an album name from "Miami Vice Soundtrack" to "Miami Vice [Soundtrack]" or "Shrek (Soundtrack)" to "Shrek [Soundtrack]"
    - Updating an artist's name from "Jackson Five" to "Jackson 5"
    Any insights would be most appreciative.
    Bill

    While in Manual sync, any changes you make in iTunes will not get put onto the iPod until you drag the songs over.
    Any changes you make on the iPod thru iTunes will not be on the original in iTunes.
    Any rating,
    Any reason you are using manual sync instead of Auto sync?
    If you don't want (or can't) to put everything in iTunes on the iPod, use selected playlists and manage those playlists.
    When you make changes to the songs in iTunes, they will get updated onto the iPod automatically.

  • How to get the extended field of an Extented Standard BO in Std Byd reports

    Hi ,
    Requirement :
    Reflecting an extented field in of an extented BO in all the reports using this BO, or datasource based of this BO.
    Explanation : 
    Suppose I have extented "customer" BO in my solution. the extention field is named as 'customer-ext1 ' having datatype 'text' (say).
    Now I need to show this extented field 'customer-ext1' in all the Std Byd reports using / based on the customer BO.
    Is this possible thru Byd Studio ( vers 3.0 / 2.6 ) ?
    Can anyone help me out on this ?
    I have found a statement from some where that  -
    " A key user can add an extension field to a data source that is based on the same business context as the extension field. This field can be then added to any reports based on the data source. This needs only key user adaptation."
    I did not get the higlighted text in the above statement , can anyone help me figure this out ?

    See as a test purpose,
    I have extended "CustomerInvoice BO " with element "Extension1 " with datatype as test;
    Now The solution's Key User is enabled.
    I guess the Key user is my technical ID right , with which I enabled the Key user of my solution ? or is the Id which had created the solution ?
    Post this, when I loggin to the system from web browzer, then  go to adapt mode, a yellow bar strip named "Adaption Mode " appears..
    Now what to do ?
    Where shall i go and add the extended fields ?
    can u pls expond the procedure...  )
    Thanks
    Milin

  • TS1559 I recently dropped my Ipod and had to restore it i was successful to an extent in terms of just retrieving my songs and not my apps but my real problem is that I am unable to get wi-fi let alone tap on the wi-fi button HELP?

    I recently dropped my ipod touch 32GB 3rd gen. which i had to restore. I was successful to an extent meaning i got most of my songs back minus my apps. but my real issue is that i can't connect to the internet as my ipod says "no wi-fi", the wi-fi icon is also unclickable as it is greyed out. im really lost on what to do any help would be appreciated.

    I think you're right about the hardware problem, i've restored my ipod and the network countless times and it hasn't worked unfortunately but thanks anyway much appreciated. Just one final question, if I take my ipod into an apple store say one in my town centre, are they likely to be able to help me seeing as im not very technically gifted :L

Maybe you are looking for

  • Commission calculation

    Hi The query is such that the client  pays some commision to his agent on collection of the amount . e.g bill is for Rs 100 commission is @ 10% for collection Amount collected partially is Rs 60 Then 10% on Rs 60 shd be clculated and paid to him afte

  • Scaling 3D Revolve object

    I am working in 5.5 and have a 3D revolved globe object with a map art applied. It is currently in A2 art board size and I need to increase to A0. When I scale the object I get "The combination of artwork size and resolution exceeds the maximum that

  • Debug RMI - Service with Sun One Studio

    Hi, I'm trying to debug an rmi - service with sun one studio 4u1 (win nt 4.0). To do so I start the rmid daemon via rmid -J-Xdebug -J-Xnoagent -J-Djava.compiler=NONE -J-Xrunjdwp:transport=dt_shmem,server=y,address=dime,suspend=n -J-Djava.security.pol

  • DBMS OUTPUT set server output on

    Hello, Im having a plsql procedure which sends the data in DBMS_output.put_line . It is giving buffer overflow error. how to enable set serveroutput on unlimited in PLSQL procedure. Please Help me on this..

  • Could not open password protected site.

    iWeb 09 doesn't allow capital letters in usernames for password protected sites. My site had been built using 08 and it would not open. I republished using iWeb 09 and no caps and it now works.