Db02  shown autoextend unlimited

hi
While import client in QAS server, it has given an error NO SPACE in PSAP <SID > table.So i added 20GB datafile with auto extend.Now its showing 'unlimited' in autoextend
Tablespace                       Size (kb)      Free (kb)      Used (%)   Tab/ind    Extents    AutoExt (kb)
PSAPP3Q                          114,155,520      2,979,456         97     76,339    141,821    Unlimited
When i import the request again system hangs.........
Regards,
Sam

Hi ,
   Before going ahead did you check following points.
1.Support pack level of both PRD & QUA system.These both must be equivalent.This means that repository in both the environment should be on same level.
2.While doing client export this will create three request something like KT,KX, KO .Have you followed the sequence of these while importing into QUA.
3.The most important is have you run update staistics before starting client copy.
   You can check the logs at OS level in folder /usr/sap/trans/tmp if there is some entries written that means your client copy still running & if there is no entry written in tmp folder from very long time then its suggested to stop transport  then run update staistics  & then you carry on with client impot.
Hope this will solve your issue.
Thanks..
Mohit

Similar Messages

  • Related to DB02

    Hi All,
      We are using SAP ECC 6.0 on Oracle 10g. When we check in transaction code DB02 we get that our Tablespace PSAPSR3 is in Autoextend OFF mode. But all the datafiles for this Tablespace are Autoextendable.
    So due to this problem we are getting confused as the space is still present in the datafiles but tablespace is almost 93% full.
    Please suggest what needs to be done to move that Tablespace into Autoextend ON mode.
    Regards,
    Arun Pathak

    Hello Arun,
    the autoextension property belongs to the data files, not the tablespace.
    There is no overall autoextend setting for a tablespace, e.g. in DBA_TABLESPACES
    so DB02 has to make up some setting which it will show in DB02 for the tablespaces.
    If all data files of tablespace PSAPSR3 are set to AUTOEXTEND ON, but have
    already reached their maximum size, then they all still show the AUTOEXTEND ON
    feature, but the tablespace PSAPSR3 cannot be exteneded automatically any more,
    so DB02 shows AUTOEXTEND OFF for the tablespace.
    Check this out:
    select file_name, bytes, maxbytes from dba_data_files where bytes&lt;&gt;maxbytes and tablespace_name='PSAPSR3';
    If this select returns no rows, then you have to add another datafile or raise maxbytes (if possible).
    Regards,
    Mark

  • Is it necessary to set all tablespace autoextend?

    Hello Everyone,
    I am noticing some PeopleSoft tablespace is full after a period. For now, I just set those tablespace autoextend but it is not a solution for future. I am wondering if I can set all tablespace autoextend in one time? Is there a potential risk for this?
    Thanks,
    Bob

    On Oracle db, you cannot set all datafiles in autoextend mode in one shot, it should be done per datafiles.
    The risk to put the datafiles in autoextend unlimited is to fulfill your filesystem. Most of the shop consider better to set alert through OEM when tablespace is 80% full, for instance, and add manually files when needed. You also can spread off the datafiles across different mount points.
    Nicolas.

  • PSAPSR3 autoextend

    HI Gurus
    can any one guide me how to make table AUTOEXTEND ON. For my system  tablespacePSAPSR3 autoextend is showing off at GUI level(db02),   Where from brtools it is showing for PSAPSR3 autoextend is ON, still space left at file system level...but it is giving dump like
    Database error text........: "ORA-01688: unable to extend table
    SAPSR3./BIC/B0000095000 partition /BIC/B00000950000000000002 by 8192 in
    tablespace PSAPSR3"
    Internal call code.........: "[RSQL/INSR//BIC/B0000095000 ]"
    Please check the entries in the system log (Transaction SM21).
    But why it is showing differnet entries at brtools(psapsr3 autoextend :ON and at GUI level:DB02(psapsr3 autoextend  : OFF)
    How can i change autoextend ON for PSAPSR3 at db02 or using tcode
    Thanks in advance.

    Hi Balaji,
    the big misunderstanding (that of course happens to many others as well) is that the AUTOEXTEND functionality is not a tablespace setting but a datafile setting.
    As DB02 shows you the information just tablespace wise it will report AUTOEXTEND ON as soon as at least one of the datafiles has AUTOEXTEND ON.
    Anyhow: it can happen that Oracle chooses one of the datafiles that are not autoextensible and tries to write data into it. If then the freespace is not sufficient, Oracle won't move to another file and try to store the data there. Instead it will stop that transaction and you see the error e.g. your ORA-1688.
    Therefore, make sure that either none of the datafiles is autoextensible or all of them.
    You can easily check this setting via BRTOOLS:
    (2 - Space management -> 7 - Additional space functions -> 1 = Show tablespaces)
    List of database tablespaces
    Pos.  Tablespace     Type  Status    ExtMan.  SegMan.  Backup  Files/AuExt.
          Total<KB>   Used<%>    Free<KB>  ExtSize<KB>  FreeExt.    Largest<KB>
      1 - PSAPBUT        DATA  ONLINE    LOCAL    AUTO      NO         6/5
          18075712     99.92       13696       819200        10      819200+:4096:1984:1024:1024
      2 - PSAPBUT620     DATA  ONLINE    LOCAL    AUTO      NO         4/4
           8704000     93.62      555520       819200        88      819200+:24576:16384:11200:10240
    As you can see PSAPBUT has 6 datafiles but only 5 of them are set to be autoextensible.
    DB02 will anyhow report that PSAPBUT is autoextensible.
    To change this setting BRTOOLS are just fine.
    The following is an example on my testmachine 'BUT'.
    BR0656I Choice menu 5 - please make a selection
    Database space management
    1 = Extend tablespace
    2 - Create tablespace
    3 - Drop tablespace
    4 - Alter tablespace
    5 - Alter data file
    6 - Move data file
    7 + Additional space functions
    8 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    5
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.09
    BR0663I Your choice: '5'
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.09
    BR0657I Input menu 85 - please check/enter input values
    BRSPACE options for alter data file
    1 - BRSPACE profile (profile) ....... <initBUT.sap>
    2 - Database user/password (user) ... </>
    3 ~ Alter data file action (action) . <>
    4 ~ Tablespace names (tablespace) ... <>
    5 ~ Data file names (file) .......... <>
    6 - Confirmation mode (confirm) ..... <yes>
    7 - Scrolling line count (scroll) ... <20>
    8 - Message language (language) ..... <E>
    9 - BRSPACE command line (command) .. <-p initBUT.sap -s 20 -l E -f dfalter>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    4
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.11
    BR0663I Your choice: '4'
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.11
    BR0681I Enter string value for "tablespace" <>:
    PSAPBUT
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.13
    BR0683I New value for "tablespace": 'PSAPBUT'
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.13
    BR0657I Input menu 85 - please check/enter input values
    BRSPACE options for alter data file
    1 - BRSPACE profile (profile) ....... <initBUT.sap>
    2 - Database user/password (user) ... </>
    3 ~ Alter data file action (action) . <>
    4 ~ Tablespace names (tablespace) ... <PSAPBUT>
    5 ~ Data file names (file) .......... <>
    6 - Confirmation mode (confirm) ..... <yes>
    7 - Scrolling line count (scroll) ... <20>
    8 - Message language (language) ..... <E>
    9 - BRSPACE command line (command) .. <-p initBUT.sap -s 20 -l E -f dfalter -t PSAPBUT>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.16
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0291I BRSPACE will be started with options '-p initBUT.sap -s 20 -l E -f dfalter -t PSAPBUT'
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.16
    BR0670I Enter 'c<ont>' to continue, 'b<ack>' to go back, 's<top>' to abort:
    c
    BR0280I BRTOOLS time stamp: 2008-04-16 17.14.17
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR1001I BRSPACE 6.40 (45)
    BR1002I Start of BRSPACE processing: sdxsgncr.dfa 2008-04-16 17.14.17
    BR0484I BRSPACE log file: E:\oracle\BUT\sapreorg\sdxsgncr.dfa
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.19
    BR1009I Name of database instance: BUT
    BR1010I BRSPACE action ID: sdxsgncr
    BR1011I BRSPACE function ID: dfa
    BR1012I BRSPACE function: dfalter
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.19
    BR0656I Choice menu 314 - please make a selection
    Alter data file main menu
    1 - Set data file online
    2 - Set data file offline
    3 - Turn on and maintain autoextend
    4 - Turn off autoextend
    5 - Resize data file
    6 - Show data files
    7 - Show tablespaces
    8 - Show disk volumes
    9 * Exit program
    10 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    3
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.25
    BR0663I Your choice: '3'
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.28
    BR0659I List menu 315 + please select one or more entries
    List of data files for alter
    Pos.  Tablespace     Status  Type     Size<KB> AuExt. File
       1 - PSAPBUT        ONLINE  FILE     3051520   YES   E:\ORACLE\BUT\SAPDATA1\BUT_1\BUT.DATA1
       2 - PSAPBUT        ONLINE  FILE     3051520   YES   E:\ORACLE\BUT\SAPDATA1\BUT_2\BUT.DATA2
       3 - PSAPBUT        ONLINE  FILE     3031040   YES   E:\ORACLE\BUT\SAPDATA1\BUT_3\BUT.DATA3
       4 - PSAPBUT        ONLINE  FILE     2756672   YES   E:\ORACLE\BUT\SAPDATA4\BUT_4\BUT.DATA4
       5 - PSAPBUT        ONLINE  FILE     3092480   YES   E:\ORACLE\BUT\SAPDATA4\BUT_5\BUT.DATA5
       6 - PSAPBUT        ONLINE  FILE     3092480   NO    E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your selection:
    6
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.33
    BR0663I Your selection: '6'
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.33
    BR0657I Input menu 316 - please check/enter input values
    Options for alter of data file E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6
    1 * Current data file status (status) ....... <FIXSIZE>
    2 * Current data file size in MB (currsize) . <3020>
    3 * Alter data file action (action) ......... <autoext>
    4 # Force offline mode (force) .............. <no>
    5 ? Maximum file size in MB (maxsize) ....... <>
    6 ? File increment size in MB (incrsize) .... <>
    7 # New data file size in MB (size) ......... <>
    8 - SQL command (command) ................... <alter database datafile 'E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6' autoextend on next M maxsize M>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    5
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.38
    BR0663I Your choice: '5'
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.38
    BR0682I Enter integer value for "maxsize" (0-32767) <>:
    3500
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.48
    BR0683I New value for "maxsize": '3500'
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.48
    BR0657I Input menu 316 - please check/enter input values
    Options for alter of data file E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6
    1 * Current data file status (status) ....... <FIXSIZE>
    2 * Current data file size in MB (currsize) . <3020>
    3 * Alter data file action (action) ......... <autoext>
    4 # Force offline mode (force) .............. <no>
    5 - Maximum file size in MB (maxsize) ....... <3500>
    6 ? File increment size in MB (incrsize) .... <>
    7 # New data file size in MB (size) ......... <>
    8 - SQL command (command) ................... <alter database datafile 'E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6' autoextend on next M maxsize 3500M>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    6
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.55
    BR0663I Your choice: '6'
    BR0280I BRSPACE time stamp: 2008-04-16 17.14.55
    BR0682I Enter integer value for "incrsize" (1-32767) <>:
    1
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.01
    BR0683I New value for "incrsize": '1'
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.01
    BR0657I Input menu 316 - please check/enter input values
    Options for alter of data file E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6
    1 * Current data file status (status) ....... <FIXSIZE>
    2 * Current data file size in MB (currsize) . <3020>
    3 * Alter data file action (action) ......... <autoext>
    4 # Force offline mode (force) .............. <no>
    5 - Maximum file size in MB (maxsize) ....... <3500>
    6 - File increment size in MB (incrsize) .... <1>
    7 # New data file size in MB (size) ......... <>
    8 - SQL command (command) ................... <alter database datafile 'E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6' autoextend on next 1M maxsize 3500M>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    6
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.04
    BR0663I Your choice: '6'
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.04
    BR0682I Enter integer value for "incrsize" (1-32767) <1>:
    50
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.05
    BR0683I New value for "incrsize": '50'
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.05
    BR0657I Input menu 316 - please check/enter input values
    Options for alter of data file E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6
    1 * Current data file status (status) ....... <FIXSIZE>
    2 * Current data file size in MB (currsize) . <3020>
    3 * Alter data file action (action) ......... <autoext>
    4 # Force offline mode (force) .............. <no>
    5 - Maximum file size in MB (maxsize) ....... <3500>
    6 - File increment size in MB (incrsize) .... <50>
    7 # New data file size in MB (size) ......... <>
    8 - SQL command (command) ................... <alter database datafile 'E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6' autoextend on next 50M maxsize 3500M>
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.07
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.08
    BR0370I Directory E:\oracle\BUT\sapreorg\sdxsgncr created
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.10
    BR0319I Control file copy created: E:\oracle\BUT\sapreorg\sdxsgncr\cntrlBUT.old 6955008
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.10
    BR1016I SQL statement 'alter database datafile 'E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6' autoextend
    n next 50M maxsize 3500M' executed successfully
    BR1078I Data file E:\ORACLE\BUT\SAPDATA4\BUT_6\BUT.DATA6 altered successfully into status 'autoext
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.10
    BR0340I Switching to next online redo log file for database instance BUT ...
    BR0321I Switch to next online redo log file for database instance BUT successful
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.13
    BR0319I Control file copy created: E:\oracle\BUT\sapreorg\sdxsgncr\cntrlBUT.new 6955008
    BR0280I BRSPACE time stamp: 2008-04-16 17.15.13
    BR0256I Enter 'c<ont>' to continue, 's<top>' to cancel BRSPACE:
    As you see, I just chose to alter a datafile from the tablespace PSAPBUT. Then I got a list of the datafiles and could easily manage the autoextend setting via the menu without having to deal with SQL commands.
    Hope that helps,
    Lars

  • CREATING TABLESPACES

    hi,
    while creating tablespaces is it possible to give create tablespace <tablespace_name>.i dont want to add any datafiles while creating tablespaces...
    could anybody tell the syntax.
    Thanks in advance,
    R.Ratheesh

    Use Oracle Managed Files (OMF), OMF simplifies the creation of databases as Oracle does all OS operations and file naming. It has several advantages including:
    Automatic cleanup of the filesystem when database objects are dropped.
    Standardized naming of database files.
    Increased portability since file specifications are not needed.
    Simplified creation of test systems on differing operating systems.
    No unused files wasting disk space.
    The location of database files is defined using the DB_CREATE_FILE_DEST parameter. If it is defined on its own all files are placed in the same location. If the DB_CREATE_ONLINE_LOG_DEST_n parameter is defined alternate locations and levels of multiplexing can be defined for Logfiles. These parameters are dymanic and can be changed using the ALTER SYSTEM statement:
    ALTER SYSTEM SET DB_CREATE_FILE_DEST='C:\Oracle\Oradata\TSH1';
    Files typically have a default size of 100M and are named using the following formats where u% is a unique 8 digit code, g% is the logfile group number, and %t is the tablespace name:
    File Type Format
    Controlfiles ora_%u.ctl
    Redo Log Files ora_%g_%u.log
    Datafiles ora_%t_%u.dbf
    Temporary Datafiles ora_%t_%u.tmp
    Managing Controlfiles Using OMF
    Managing Redo Log Files Using OMF
    Managing Tablespaces Using OMF
    Default Temporary Tablespace
    Managing Controlfiles Using OMF
    During database creation the controlfile names are not specified. Instead, a controlfile is created for each DB_CREATE_ONLINE_LOG_DEST_n specified in the init.ora file. Once the database creation is complete the CONTROL_FILES parameter can be set in the init.ora file using the generated names shown in the V$CONTROLFILE view.
    Managing Redo Log Files Using OMF
    When using OMF for redo logs the DB_CREAT_ONLINE_LOG_DEST_n parameters in the init.ora file decide on the locations and numbers of logfile members. For exmple:
    DB_CREATE_ONLINE_LOG_DEST_1 = c:\Oracle\Oradata\TSH1
    DB_CREATE_ONLINE_LOG_DEST_2 = d:\Oracle\Oradata\TSH1
    The above parameters mean two members will be created for the logfile group in the specified locations when the ALTER DATABASE ADD LOGFILE; statement is issued. Oracle will name the file and increment the group number if they are not specified.
    The ALTER DATABASE DROP LOGFILE GROUP 3; statement will remove the group and it members from the database and delete the files at operating system level.
    Managing Tablespaces Using OMF
    As shown previously the DB_CREATE_FILE_DEST parameter in the init.ora file specifies the location of the datafiles for OMF tablespaces. Since the file location is specified and Oracle will name the file, new tablespaces can be created using the following statement:
    CREATE TABLESPACE tsh_data;
    The resultant datafiles will have a default size of 100M and AUTOEXTEND UNLIMITED. For a specific size file use:
    CREATE TABLESPACE tsh_data DATAFILE SIZE 150M;
    To add a datafile to a tablespace use:
    ALTER TABLESPACE tsh_data ADD DATAFILE;
    If a tablespace is dropped, Oracle will remove the OS files also. For tablespaces not using the OMF feature this cleanup can be performed by issuing the statement:
    DROP TABLESPACE tsh_data INCLUDING CONTENTS AND DATAFILES;

  • Maximum number of filter values in BEx web

    Hi
    Is it possible to change the maximum number of filter values displayed when running a query?
    Example: When the user runs a query and has to put in a material number, he pushes the button which shows him the possible values for input. The number of values displayed per page is 14 and the maximum number of pages is 72. The maximum number of values is 1000. If the user tries to search, he only searches amongst the 1000 possible values. Is it possible to change the number of possible values shown to unlimited?
    We use NW04s BI SP09.
    Kind regards
    Erik

    Hi Experts
    I have the same problem , the maximum number of hits si set to 200 , ant the variable contains over 300 values , it is a variable based on  a time charactersitic , and the values appear in ascending order , i mean the first 01.1900 , and the last value 03.2012 . i wonder if there is a way to change the order of sort  to descending order . I mean the  first value 03.2012 and the last one 01.1900 . I attach the image .
    Thanks for your help.

  • Materialized View big and empty after full refresh

    Background:
    Database 10.2.0.4 running on Windows 2003 Server R2 SP2.
    Materialized view MV_A, selects from 3 base tables, 2 of which are partitioned, fast refresh on demand, approx 33 million rows. Initially populated with a complete refresh of 31 million rows about 2 months ago, and fast refreshed every 10 seconds since then.
    Problem: Performed a partition split on one of the base tables and received this error on the next fast refresh:
    ORA-32313: REFRESH FAST of "CUR"."MV_A" unsupported after PMOPs
    Docs say a complete refresh is required.
    So, created a new copy of the materialized view "MV_B", same storage params, same mview SELECT, same schema.
    Did a complete refresh, the extents grew to the expected 10GB combined size. The DBMS_MVIEW.REFRESH reported 'PL/SQL procedure successfully completed' but the MVIEW is empty.
    23:01:26 SQL> exec DBMS_MVIEW.REFRESH('MV_B','C','',FALSE,FALSE,0,0,0,TRUE) /* Complete */;
    PL/SQL procedure successfully completed.
    07:56:46 SQL> commit;
    Commit complete.
    08:17:51 SQL> select count(*) from mv_b;
    COUNT(*)
    0
    08:19:39 SQL>
    Since the MVIEW table MV_B added 10 GB worth of extents during the refresh, it appears that the rows were inserted but then for some reason were rolled back. Nothing unusual in the alert.log. If I execute the MVIEW select statement by itself in SQLPlus, yes, I do get rows back.
    The tablespaces housing the MVIEW table as well as the temporary and undo tablespaces are set to autoextend/unlimited to make sure they are not an issue.
    Next I dropped and recreated the materialized view MV_B, identical except an added condition to the WHERE clause so that the number of rows returned is only 7 million instead of 33 million and that works fine - a complete refresh populates it and subsequent fast refreshes work correctly.
    I'm stumped. Any ideas? Could we be running out of some memory resource that when exhausted, is not trapped properly by Oracle as an error?
    - Tom

    Is the MV and the source tables on the same database? If this is a remote MV, then check the source site if there are any issues (TEMP, UNDO space issues).

  • 8K Database Block Size in 11.5.2

    The Release Notes for 11.5.2 state the minimum database block size is 8K. However, this was not a requirement for 11.5.1 and instead patch 1301168 was created for customers with a database block size less than 8K.
    In 11.5.2 is it MANDATORY that the database block size be 8K or greater, or can patch 1301168 be applied in lieu of migrating to a larger block size?

    4K to 8K:
    Use 7.3.4 Export using Unix Pipe to create the export. Files mayhave to split.
    Rebuild the 8.1.6 database. Good Opportunity to consolidate files.
    Import using Unix Pipe with 8.1.6 import utility.
    Set data files to autoextend, unlimited including system. Do not autoextend RBS, TEMP and log.
    Use COMMIT and IGNORE on import.
    Use COMPRESS on export.
    USE very large buffers on both export and import.
    Ignore messages on SYS and SYSTEM tablespace and other definitions.
    If you are using 10.7 with 8.1.6, use interop patch,a nd other module patches (see release notes). Run adprepdb.sql after Import.
    Compile all invalid modules till they match 10.7 invalid modules. Fix invalid modules like the ones documented in release notes.
    If you doing it for just 11.5.2 Just do export import in 8.1.6 with large file system set on your file system and you should be fine. AIX supports Large file systems.
    null

  • DTR: Workspaces not shown in Closed Activities view

    Hi,
    although I have set
    'User Filter' = 'All Users'
    'Date Filter' = 'Unlimited'
    and selected all workspaces in the workspace filter I don't see all workspaces. I only see 5 of total 12 workspaces. For those 5 workspaces the workspace filter works as expected: if I select an entry it will be shown. If I deselect it, it will not be shown any more. For the other 7 workspaces the filter settings has no influence at all.
    Thank you for any help,
    Rémy

    Hello Pascal,
    You said: The activities are not part of the cons workspace, therefore they will never be visible there.
    Why is it possible to see the closed activities in the browser (http://<host>:<port>/dtr).
    I created a differend Workspace Folder 'Prj2' and created 2 Workspaces 'dev' and 'cons'. Create activity and checkin. In the 'closed activities view' for the 'dev' I choose 'Integrate to' and choose the 'cons'. If I go to the 'closed activities view' for the 'cons', I can see the closed activities and that it's integrated from a different workspace.
    So I think that it is something else. But what?
    Thanks,
    Patrick Willems

  • Can I use a $10 prepaid card from Walmart for unlimited texting on the iPhone 5?

    I want an iPhone 5g SUPER bad! I was wondering if I can just pay for the Walmart prepaid cards that are Verizon and $10 and gives you unlimited texting. (Note: I'm only 15.) So, it has to be cheap because I don't think I can make up about $100 in a week. Yeah most of you are probably thinking have your parents pay for it! Be there, asked that. And just what I get each time? A NOO and a smile and a nod. So please come up with a cheap answer.(: So, could I just go to Walmart, get a $10 Verizon prepaid card for unlimited texting each month, and yeah... Have no problem or do I have to spend thousands of dollars each week? Thanks for your answers and remember since I'm only 15... It has to be cheap cause I'm the one whose more than likely paying for it all by myself.. Thanks. (And please make your answer give me a smile!!!) like this -> :'D

    1. Yes, you can go right now and use a GSM SIM card in your Verizon iPhone 5.  Note that you will have a different phone number when you do this.
    You are not using a SIM card for CDMA in the US.  The SIM card in the device is used for LTE in the US.
    CDMA and GSM are different types of cellular technology.
    2. If you are still under contract, then you would need to be the ETF (Early Termination Fee) for your account.  Then you would simply need to get whatever SIM card you desire for service in China.
    http://www.verizonwireless.com/b2c/support/customer-agreement
    What Happens if My Postpay Service Is Canceled Before the End of My Contract Term?
    If you're signing up for Postpay Service, you're agreeing to subscribe to a line of Service either on a month–to–month basis or for a minimum contract term, as shown on your receipt or order confirmation.  (If your Service is suspended without billing, that time doesn't count toward completing your contract term.) Once you've completed your contract term, you'll automatically become a customer on a month–to–month basis for that line of Service. If you cancel a line of Service, or if we cancel it for good cause, during its contract term, you'll have to pay an early termination fee.  If your contract term results from your purchase of an advanced device, your early termination fee will be $350 minus $10 for each full month of your contract term that you complete. Otherwise, your early termination fee will be $175 minus $5 for each full month of your contract term that you complete.  Cancellations will become effective on the last day of that month's billing cycle, and you are responsible for all charges incurred until then.  Also, if you bought your wireless device from an authorized agent or third–party vendor, you should check whether they charge a separate termination fee.

  • Unlimited data plan and discount dispute on new phone

    Problem #1
    Before the unlimited data plan was discontinued earlier this month, I added it to my current plan (phone is an LG EnV3)
    On Monday, 7/18, I became eligible for a new phone upgrade, and wanted to purchase the Driod Incredible 2.
    While on the website, I noticed that it would not let me keep the unlimited plan while upgrading, so I contacted an online service rep.
    A screen capture of the conversation can be found here -->   http://img835.imageshack.us/img835/5640/chattk.jpg
    The online service rep, Logan W, told me that I could keep it, all I would have to do is contact customer service afterwards and have them make sure that my current package stays.
    Flash forward to today, I called customer service when I recieved my new phone, and was told that what your online service rep told me doesn't matter, that you can't keep the unlimited data plan if you move from a "feature phone" to a "smart phone."
    I told her that is not what I was told prior to purchasing the phone, and she basically said she didn't care, she would send a ticket to some department to see if I could keep the unlimited data plan, but it was up to them, and that I would get a call back with their decision in 24 to 48 hours.
    Problem #2
    On Monday, 7/18, the Driod Incredible 2 was shown on the Verizon Website as $159.99 - $50 online discount = $109.99
    A screen capture of the webpage --> http://img810.imageshack.us/img810/5301/pricee.jpg
    When I added it to the website's cart, it took off $30 for my loyalty discount, resulting in a price of
    $159.99 - $50 online discount - $30 loyalty discount = $79.99
    But when I reached the final page of check out, the price went back up to $109.99.  I asked your online customer service rep about this (as seen in the above transcript) , and he said that all I would have to do is call customer service after the sale and they would credit my account for the missing loyalty discount.  I then purchased the phone for $109.99 + $8.80 tax = $118.79
    Back to today, after I inquired about the unlimited data plan, I asked the customer service rep about this credit.  After checking it out, she would not believe me that the starting price was $159.99.
    She at first said the phone price was $199.99 and I did get my loyalty dscount, but $199.99- $50 online discount - $30 loyalty discount = $119.99 + tax.  When I told her that wasn't the case because that was more than the $118.79 I was billed, she told me that "somehow I get a better deal and should have been charged $10 more"
    I tried to tell her that her pricing does not line up with the facts (my screen capture, my order email).  She then told me that my phone was somehow actually $$139.99 and I got my loyalty discount which brought it to $109.99.  It was like she was trying to fudge the numbers so they came out to the right price.
    This is a direct copy & paste from the first email I recieved from [email protected], that again shows the original price was $159.99 with a $50 online discount.
    Due Now
    Equipment Upgrade:
    1   HTC DROID INCREDIBLE 2 -regularly $159.99         $109.99*
    Due now:  detail of total charges to be billed to credit card
    Shipping: Free
    Subtotal: $109.99
    Taxes, Governmental Surcharges & Fees: $8.80
        NY Local Sales Tax* $4.40
        NY State Sales Tax* $4.40
    Total charges to be billed to credit card: $118.79
    Your customer service rep would not budge, she told me if I didn't like the price that I could send the phone back within 14 days.
    I am amazed at how I was told one thing by your online service rep previous to purchasing a new phone and agreeing to a 2 year contract, but after I get the phone, I am told something completely different by your customer service rep.  I feel this is totally dishonest and a great way to make people hate your company.
    All I want is VW to honor what I was told previous to purchasing this new phone.  If I can not keep the unlimited data plan I will be returning the new phone and moving on to another phone provider.

    unclebrady wrote:
    Reply to your first point:
    I was unaware of this *exception* to the rule when I ordered my new phone and agreed to another 2 year contract.  I did my due dilligence by asking a verizon online service rep to confirm that my unlimited data plan would transfer *BEFORE* I ordered.  I did not know of these forums until after my most recent call when I searched google for "verizon complaint forum."   I didn't read your "transcripts" because it's a moot point - that is Verizon's policy plain and simple, and although I agree it does suck, and it's TERRIBLE that they didn't warn customers properly, the Verizon reps did not know any of the details of the new plans until they were put into affect. (Also, online reps will do ANYTHING to make a sale/commission... Just be warned for next time. I had a 2 hour conversation with one when I wasn't even eligible, who was trying to get me to pay full price but make it sound like it was discounted.)
    Read the transcript.  Logan W. didn't say "maybe it will" or "probably it will" he said ""As long as you contact customer service when you get the phone to have them activate it for you they will make sure that you're current plan stays." 
    Also, it really is none of my concern, as a customer, about the inner workings of verizon, if the unlimited data plan is broken up to 2 different codes, 4 codes, 8 codes, etc, I'm sure if I was the CEO's brother, they'd get it straightened out in about 5 minutes.  As is, I'm just a 7 year customer, which appearently means very little. But clearly it is of your concern, when this is the reason you are not getting your data plan, isn't it? You're MAKING it your concern.
    Reply to your second point:
    Again, I was not aware of these forums until after I ordered the phone.  I have a screenshot showing the original price ($159), the online discount ($50), and the price after ($109).  Verizon's customer service people should be able to see that I was also eligible for my $30 loyalty discount on that date.  But, the customer service rep I talked to stated she didn't care if I had a screenshot or not, that if I didn't like the price of $109 then I could return the phone. That was just that specific rep. You'll learn that each rep has their own way of doing things. Some are more sympathetic than others. Just keep calling until you find a rep that will take your screenshot. There have been numerous people on here that have done this, and have gotten their discount. Just like certain reps will move your upgrade date up, and others won't.
    And that's the sad part of all of this.  Her attitude wasn't "how can we make this right?" it was "if you don't like it, then send the phone back"  You'd think Verizon wouldn't be so hard headed when I'm trying to give them my business, but appearently what I'm getting is a "if you don't like it then leave" attitude. Like I said, each individual rep. Not everyone in one company has the same attitude/demeanor.

  • Contact bug : contact phone numbers in edit mode are not shown in "dial" mode

    Contacts can have seemingly unlimited phone numbers as seen in the contact edit mode, though very few are shown in the corresponding non-edit mode. Of course, Dialing is not supported in the edit mode.
    I have found that contacts that include pause characters or block characters are not properly displayed in the contact "dial mode".  If you every try a conference call service, this is important to you.
    At&t uses the comma as a pause, and Verizon uses the letter "t" as a pause.  *82 temporarily blocks your caller id.  Somehow the WebOS software that chooses which items to allow me to dial has bugs and worse, there is no clear way to prioritize so I am completely at the whim of the software.

    I have tested entering 12 phone numbers on my own Pre Plus and all the numbers display in the normal contact field. How many phone numbers are you trying to to display?
    The dialing options on the Palm Pre Plus are as follows:
    To insert a two-second pause in the dialing sequence, enter a T where you want the pause to appear. To add a + symbol in the dialing sequence for international dialing, press and hold 0 (zero) in the location where you want the + symbol to appear. To insert a stop in the dialing sequence, enter a P where you want the stop to appear; to dial the next set of numbers after the stop, tap the screen.
    As far as 3rd party special dialing character entry you would need to check with the 3rd party on how to enter this information into you device for your conference calling service.

  • How to autoextend tablespace in Oracle 9i

    Dear All,
    I have currenctly a tablespace ABC. Database is failing to writing. I want to alter tablespace ABC and want to make its AUTOEXTEND ON. Could any body please suggest the SQL Query how to do this.
    Regards,

    Hi,
    It depends on what you really want to do .... Lets suppose that I want to enable autoextend feature on my datafile 4 below that belongs to tablespace ABC. I have some options:
    SYS> select file_id,file_name from dba_data_files where tablespace_name='ABC';
       FILE_ID FILE_NAME
             4 C:\ORACLE\ORADATA\DB01\ABC01.DBF
    SYS> alter database datafile 4 autoextend on maxsize unlimited;
    Banco de dados alterado.
    or
    SYS> alter database datafile 'C:\ORACLE\ORADATA\DB01\ABC01.DBF' autoextend on next 5m maxsize 900m;
    Banco de dados alterado.For more detailed information, you can take a look at documentation
    Cheers
    Legatti

  • DB02 showing 80% full data where as full file system is empty

    hi all,
    In DB02 transaction of my BW production server i'm getting following entry on Database tab:
      Name         DEFAULT
    DB system:        ORA
    Size:                    45,83 GB                       Total size:                 156,25 GB
    Free Size:                9,16 GB                       Total free size:            119,58 GB
    Used:                       80 %                        Total used:                     23 %
    where as in file system i have hardly any space filled.
    Now what does this 80% used signifies?
    Where does my data goes while data loading? Does it goes in this module? if so then during next dataload my database will be full?
    kindly help.
    Regards,
    Priya

    ok i got it..
    following is the details: for daily analysis:
    Date     Tablespace name     Size(MB)     Chg.size(MB)     Free(MB)     Chg. #extents/day     Increment by     Chg. used (%)     Autoextend     User blocks     Chg.tot.size (MB)     Total free(MB)     Chg. total free (MB)     Total used(%)     Chg. tot. used(%)     #Files     Chg.#Files     #Segments     Chg. # segments     #Extents     Chg. # extents
    6/24/2010     PSAPSR3     24660.00     460.00     13.06     -0.88     100     0     YES     40000.00     0.00     15353.06     -460.88     62     2     4     0     50421     0     74674     102
    6/23/2010     PSAPSR3     24200.00     320.00     13.94     -4.62     100     0     YES     40000.00     0.00     15813.94     -324.62     60     0     4     0     50421     0     74572     114
    6/22/2010     PSAPSR3     23880.00     400.00     18.56     -2.00     100     0     YES     40000.00     0.00     16138.56     -402.00     60     1     4     0     50421     0     74458     62
    6/21/2010     PSAPSR3     23480.00     360.00     20.56     -4.07     100     0     YES     40000.00     0.00     16540.56     -364.07     59     1     4     0     50421     0     74396     138
    6/20/2010     PSAPSR3     23120.00     300.00     24.63     11.57     100     0     YES     40000.00     0.00     16904.63     -288.43     58     1     4     0     50421     0     74258     96
    6/19/2010     PSAPSR3     22820.00     60.00     13.06     -11.63     100     0     YES     40000.00     0.00     17193.06     -71.63     57     0     4     0     50421     3     74162     112
    6/18/2010     PSAPSR3     22760.00     80.00     24.69     8.63     100     0     YES     40000.00     0.00     17264.69     -71.37     57     0     4     0     50418     0     74050     66
    6/17/2010     PSAPSR3     22680.00     60.00     16.06     4.68     100     0     YES     40000.00     0.00     17336.06     -55.32     57     0     4     0     50418     0     73984     67
    6/16/2010     PSAPSR3     22620.00     60.00     11.38     -9.43     100     0     YES     40000.00     0.00     17391.38     -69.43     57     1     4     0     50418     0     73917     72
    6/15/2010     PSAPSR3     22560.00     60.00     20.81     0.68     100     0     YES     40000.00     0.00     17460.81     -59.32     56     0     4     0     50418     0     73845     63
    6/14/2010     PSAPSR3     22500.00     60.00     20.13     -2.43     100     0     YES     40000.00     0.00     17520.13     -62.43     56     0     4     0     50418     0     73782     65
    6/13/2010     PSAPSR3     22440.00     80.00     22.56     10.56     100     0     YES     40000.00     0.00     17582.56     -69.44     56     0     4     0     50418     2     73717     100
    6/12/2010     PSAPSR3     22360.00     280.00     12.00     0.06     100     0     YES     40000.00     0.00     17652.00     -279.94     56     1     4     0     50416     0     73617     92
    6/11/2010     PSAPSR3     22080.00     340.00     11.94     -5.81     100     0     YES     40000.00     0.00     17931.94     -345.81     55     1     4     0     50416     3     73525     180
    6/10/2010     PSAPSR3     21740.00     380.00     17.75     -10.06     100     0     YES     40000.00     0.00     18277.75     -390.06     54     1     4     0     50413     0     73345     297
    6/9/2010     PSAPSR3     21360.00     380.00     27.81     3.12     100     0     YES     40000.00     0.00     18667.81     -376.88     53     1     4     0     50413     0     73048     150
    6/8/2010     PSAPSR3     20980.00     380.00     24.69     2.25     100     0     YES     40000.00     0.00     19044.69     -377.75     52     1     4     0     50413     0     72898     148
    6/7/2010     PSAPSR3     20600.00     400.00     22.44     16.56     100     0     YES     40000.00     0.00     19422.44     -383.44     51     1     4     0     50413     0     72750     180
    6/6/2010     PSAPSR3     20200.00     340.00     5.88     -12.50     100     0     YES     40000.00     0.00     19805.88     -352.50     50     0     4     0     50413     0     72570     194
    6/5/2010     PSAPSR3     19860.00     360.00     18.38     1.57     100     0     YES     40000.00     0.00     20158.38     -358.43     50     1     4     0     50413     0     72376     252
    6/4/2010     PSAPSR3     19500.00     380.00     16.81     -0.88     100     0     YES     40000.00     0.00     20516.81     -380.88     49     1     4     0     50413     0     72124     322
    6/3/2010     PSAPSR3     19120.00     180.00     17.69     6.00     100     0     YES     40000.00     0.00     20897.69     -174.00     48     1     4     0     50413     0     71802     251
    6/2/2010     PSAPSR3     18940.00     8780.00     11.69     8.69     100     0     YES     40000.00     0.00     21071.69     -8771.31     47     22     4     0     50413     6294     71551     14269
    For weekly:
    Date     Tablespace name     Size(MB)     Chg.size(MB)     Free(MB)     Chg.free(MB)     Increment by     Chg. used(%)     Autoextend     User blocks     Chg.tot.size (MB)     Total free(MB)     Chg. total free(MB)     Total used(%)     Chg.tot.used(%)     #Files     Chg.#Files     #Segments     Chg. # segments     #Extents     Chg. # extents
    6/21/2010     PSAPSR3     23480.00     980.00     20.56     0.43     100     0     YES     40000.00     0.00     16540.56     -979.57     59     3     4     0     50421     3     74396     614
    6/14/2010     PSAPSR3     22500.00     1900.00     20.13     -2.31     100     0     YES     40000.00     0.00     17520.13     -1902.31     56     5     4     0     50418     5     73782     1032
    6/7/2010     PSAPSR3     20600.00     1660.00     22.44     10.75     100     0     YES     40000.00     0.00     19422.44     -1649.25     51     4     4     0     50413     0     72750     1199
    6/2/2010     PSAPSR3     18940.00     8780.00     11.69     8.69     100     0     YES     40000.00     0.00     21071.69     -8771.31     47     22     4     0     50413     6294     71551     14269
    3/17/2010     PSAPSR3     10160.00     0.00     3.00     0.00     100     0     YES     40000.00     0.00     29843.00     0.00     25     0     4     0     44119     0     57282     0
    For monthly only two eneteries:
    Date     Tablespace name     Size(MB)     Chg.size(MB)     Free(MB)     Chg. #extents/day     Increment by     Chg. used (%)     Autoextend     User blocks     Chg.tot.size (MB)     Total free(MB)     Chg. total free (MB)     Total used(%)     Chg.used(%)     #Files     Chg.#Files     #Segments     Chg. # segments     #Extents     Chg. # extents
    6/2/2010     PSAPSR3     18940.00     8780.00     11.69     8.69     100     0     YES     40000.00     0.00     21071.69     -8771.31     47     22     4     0     50413     6294     71551     14269
    3/17/2010     PSAPSR3     10160.00     0.00     3.00     0.00     100     0     YES     40000.00     0.00     29843.00     0.00     25     0     4     0     44119     0     57282     0
    Regards,
    Priya

  • If I upgrade my phone will I lose my unlimited plan???

    I was told a while back that if I were to upgrade my phone it would alter my plan and I would no longer have my unlimited everything plan. I was wondering if this is true and if so what is the reasoning behind that???

    No what I told you is exactly what transpires. At one time it may have happened and it can be a glitch.
    Share Everything Plan FAQs
    http://androidforums.com/verizon/844803-upgrade-your-device-maintain-udp-using-best-buy.html
    The second link will explain more of what has happened.
    It states the toggle to keep unlimited is there. However the gotchas get it removed.
    Verizon is using any trick to get unlimited data from customers.
    Just calling customer service in some cases has had it removed. Resetting your device or adding any feature is now being shown as a chance of losing it.
    You have to be very careful!

Maybe you are looking for