Default Tablespace Creation location Setting

Hi all:
When I set up the HTML DB 2.2 environment, I musta done something weird, because instead of workspace tablespaces being created in
/u01/oracle/MILAPEX/
they get created in
/u01/oracle/MILAPEX/MILAPEX/
Doesn't appear that I can change this within the APEX admin area. Where / what table stores this location? Appears that I should have put /u01/oracle as the tablespace location, since it would seem that the SID is being appended to the location, and it doesn't provide modification.
Any suggestions would be welcome.......
Thx!

Hi Rajdeep,
     there are quite different ways to achieve this,
- If you are open for enhancement, then write the piece of coding to default the storage location in Includ:MV45AFZB under
USEREXIT_SOURCE_DETERMINATION which could be applicable for all doc types or set of doc types/ item cat's
OR
- You can achieve the same requirement with Transaction variant in Tx:SHD0 while recording enter this field manually & at the time of save , save it as "with content" & assign this variant in order doc type details in VOV8.
then whenver you create sales order using this doc type, storage location will be defaulted. ( assumption is - you have single storage location which has to be defaulted in order)
Hope it helps,
Regards,
ReazuddinMD

Similar Messages

  • Default storage location setting

    Hi,
    how can i set the default storage location.
    I need to reflect it autometically while booking any order.
    Regards,
    Rajdeep

    Hi Rajdeep,
         there are quite different ways to achieve this,
    - If you are open for enhancement, then write the piece of coding to default the storage location in Includ:MV45AFZB under
    USEREXIT_SOURCE_DETERMINATION which could be applicable for all doc types or set of doc types/ item cat's
    OR
    - You can achieve the same requirement with Transaction variant in Tx:SHD0 while recording enter this field manually & at the time of save , save it as "with content" & assign this variant in order doc type details in VOV8.
    then whenver you create sales order using this doc type, storage location will be defaulted. ( assumption is - you have single storage location which has to be defaulted in order)
    Hope it helps,
    Regards,
    ReazuddinMD

  • Lightroom installs to default location despite specific install location set in application manager.

    Lightroom keeps installing to the default install location even though I have a specific install location set in the application manager. Is there a fix for this issue?

    These days, many people run Windows 7 PC, not Mac. Not anymore, even in the community of users of Adobe.
    These days, installing a 64bits version of windows 7 is not only wise, but is mandatory if you buy hi-level CPU.
    These days, many people running a Windows 7 Pro 64bits version are likely to have a SSD where the OS is located (I understand that people with Mac computers can have hard times realizing it).
    So when we see:
    Lightroom, but also Edge Inspect, Edge Code and Edge reflow as well installed in C: despite having changed default location...
    Photoshop and Illustrator will be installed both in 32 and 64 bits versions...
    months have passed since we yell in users forum
    we presume many things... but not that you listen to your customers, nor that Adobe's looking for any solutions... nor that people who test your apps really own a real computer (no: anything running natively MAC OS is not a real computer... it's a toy for hipsters, a start for children or the only way for old people to keep in touch qith reltives via Facebook, but it's not a computer... I run a computer... nothing to compare).
    So will we get any answers ?

  • Setting the default default tablespace and default temporary tablespace

    Is there a way to set the default default tablespace and default temporary tablespace database wide? I want to assign default and temporary tablespaces other than SYSTEM to all new users without having to explicitly define the tablespace names.

    Hi,
    Well, I assume that OP is using 10g, but exactly what you said, in Oracle 9i, it became possible to specify the default temporary tablespace in the database. In Oracle 10g, it allows all users to set up the default permanent tablespace to set the permanent tablespace used by default. Before Oracle 10g, if the default permanent tablespace is not set up when creating the user, SYSTEM tablespace will be set up as the default permanent tablespace by default.
    Cheers

  • How to set the default file transfer location for ...

    With the latest update from skype for Windows Desktop Skype version 6.22.81.104. I am unable to find the settings for Default file transfer location, Let me know how can i manage those settings.
    Solved!
    Go to Solution.

    http://community.skype.com/t5/Windows-desktop-client/Got-a-problem-when-download-some-files-from-Sky...

  • Oracle 8.1.7.4 / Redhat 7.3 : tablespace creation never ends

    Hi,
    We're running Oracle 8.1.7.4 on Redhat 7.3. System memory is 256 MB (2x128).
    After increasing memory to 1Go (2x512) we're facing a strange problem.
    Tablespaces re-creation hangs, we first drop and then create tablespaces reusing datafiles :
    DROP TABLESPACE TST1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    DROP TABLESPACE TSI1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    CREATE TABLESPACE TST1 DATAFILE '?/tst1.dbf' SIZE 1050M REUSE DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    CREATE TABLESPACE TSI1 DATAFILE '?/tsi1.dbf' SIZE 700M REUS
    E DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    In the alert.log, drops and first tablespace creation are completed.
    Second tablespace is not created and the oracle process keeps running consuming 99% CPU.
    strace on process after hangs shows nothing.
    Using toad, we see that last sql command issued by session is insert into $ts.... there's no current statement.
    Everything works fine if we set memory back to 256 MB.
    This problem first appeared in production environnement, and we got same problem in dev environnement, so it happens on several servers (Compaq ML370).
    Got no idea, what else could we check to find where's the bug ? Should we tune some oracle or kernel parameters after increasing mem ?
    Mike.

    oracle 8i ouch.........that's desupported, but anyways........
    check your SHMMAX to see may be it's limiting the use of memory
    $ su - root
    # cat /proc/sys/kernel/shmmax
    eugene Roytman

  • Oracle 8.1.7.4 on redhat 7.3 : tablespace creation never ends

    Hi,
    We're running Oracle 8.1.7.4 on Redhat 7.3. System memory is 256 MB (2x128).
    After increasing memory to 1Go (2x512) we're facing a strange problem.
    Tablespaces re-creation hangs, we first drop and then create tablespaces reusing datafiles :
    DROP TABLESPACE TST1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    DROP TABLESPACE TSI1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    CREATE TABLESPACE TST1 DATAFILE '?/tst1.dbf' SIZE 1050M REUSE DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    CREATE TABLESPACE TSI1 DATAFILE '?/tsi1.dbf' SIZE 700M REUS
    E DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    In the alert.log, drops and first tablespace creation are completed.
    Second tablespace is not created and the oracle process keeps running consuming 99% CPU.
    strace on process after hangs shows nothing.
    Using toad, we see that last sql command issued by session is insert into $ts.... there's no current statement.
    Everything works fine if we set memory back to 256 MB.
    This problem first appeared in production environnement, and we got same problem in dev environnement, so it happens on several servers (Compaq ML370).
    Got no idea, what else could we check to find where's the bug ? Should we tune some oracle or kernel parameters after increasing mem ?
    Mike.

    Metalink:
    Error Correction Support (ECS): 31-DEC-2004
    Extended Support (ES): 31-DEC-2007
    Extended Maintenance Support (EMS): 31-DEC-2006
    If you got the appopriate contract support, you should be able to order 8iR3 by metalink. But you will not find it on OTN

  • Modifying default tablespace + implications

    Suppose an Oracle user has his default tablespace set to Tablespace_Old and there are already objects stored there.
    Now suppose we want to alter the user such that this default tablespace is set to Tablespace_New. What happens to the objects which were stored in Tablespace_Old? Will they still be accessible from Tablespace_New or there will be the need to migrate the old data to the new tablespace?
    Moreover, in the case of a standby database scenario, will the standby database adopt such changes (i.e. will the user be assigned to tablespace Tablespace_New?)?
    thanks for your time.

    The default tablespace is only used to assign a location to build an object if a tablespace is not defined. The old objects will still be accessable. The more important thing is what quota's are assigned for the user on the tablespace. If the Quota is none, the user can't write in the tablespace. If it is unlimited, they can write anything and if the quota is 20 meg, then they can't create more then 20 meg of objects and rows.

  • Moved my library to an external hard drive. Now I get this message when trying to import video: Cannot start ingest because there is no storage location set. Please set one under Storage in Preferences and try again.

    I recently moved my iMovie Library and all of its contents to an external hard drive.  I then erased the library and all of its contents from my iMac HD and created a new library.  Now when I try to import video from my DV camera I get this message: Cannot start ingest because there is no storage location set. Please set one under Storage in Preferences and try again.  There is no way to set a storage location in Preferences.  I have chosen an Event in the middle drop down box.  But it still will not import.  Any help will be greatly appreciated.

    My iTunes library is set up the way I said in the top post and works totally fine.
    Yes, and that is the default structure to which I was referring.  iTunes will organize it that way automatically unless people do start changing settings (in which case they should know what they are doing and how iTunes works with library files and media structure.)
    Both ways work, the advantages of mine would be that should iTunes try looking fo a library, it will always be in the default location.
    It makes people think they have to change media location in preferences.  They do not unless they want to relocate media only and leave other things on their internal drive (in which case there is no point in copying library files to the external, and you certainly wouldn't want to then delete them from your internal).
    Downside is that then should someone move their iTunes library to anther computer they need to remember to get those library files on the external hard drive.
    Just copy the whole iTunes folder and it will get the library files to the other drive in one step, along with all the other files.
    Your post has good stuff but it makes a move appear intimidating and look like people have to do a lot of organizing to move the collection.  It also throws in  extra steps (namely altering preference settings) that could cause confusion or even make a mess of things.  If people leave iTunes to default preference settings (which most people do) the move summarizes into a short line:  Copy a folder and hold an extra button the next time you start iTunes.
    Note that the instructions in the link I provided earlier do also include many steps, but those are to ensure that everybody does have it all organized correctly before simply copying the iTunes folder.  In the end it is just a simple action.

  • Requirements to go for new TableSpace Creation ?

    Hi All,
    It is a more databse question than SAP,
    What are requirements to go for new Tablespace creation ?
    OR
    Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    Eg : In my case TSpace PSAPVERTEX  created; vertex is US tax tool.
    I dont think database stores the application specific data in particular TSpace  like  vertex application -
    PSAPVETEX
    Please reply to me soon
    RK

    Hello Ramakrishna,
    >> Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    That is not correct. You have one default tablespace on database level or one default tablespace for different users (user settings)... but you can never have more than one default tablespace.
    SAP creates more tablespaces to seperate the data and to structure it... but the definition, which object is stored in which tablespace is specified in the create statement of the object.
    So if objects are for the vertex application.. the create statement includes the vertex tablespace PSAPVERTEX.. if not the objects are created in the default tablespace for the user.
    Regards
    Stefan

  • BC4J temporary tables - default tablespace

    I have database Oracle database 9i. I have created database user by CREATE USER "DBUSER" PROFILE "DEFAULT" IDENTIFIED BY "dbuser" DEFAULT TABLESPACE "MYTABLESPACE" TEMPORARY TABLESPACE "TEMP" ACCOUNT UNLOCK;
    So I expect all tables are created inside ORDBS tablespace. They do - but only my application tables. BC4J temporary tables (PCOLL_CONTROL, ...) are created inside "USERS" tablespace, not MYTABLESPACE nor TEMP.
    Why? I don't want they are created inside users but don't know how to change it...
    Any idea?
    Thank you very much for any comment
    Jan Pechanec
    PS. I use JDeveloper 9.0.3.4

    Hi Steve/Nick,
    I am facing a similar kind of problem in oracle 9iAS(90220). A few days back there was a lot of user activity in one of the application modules and 7 PS_<app.module.name(s)> tables were created with around 7GB of size which eventually filled up the entire tablespace(100%). I spoke to the developers about the attributes that need to be set for Row spill over feature discussed in this forum but they said after lots of testing they have set those values and cannot be changed.
    Could you please suggest me how can I ensure that, next time any application module specific PS_ tables will get created I can route them to different tablespace based on the module name. (I donot want to move them after they are created, to a different tablespace) Please let me know asap so that I can implement it and avert any future problems.
    Thanks & regards,
    Ramana

  • Default Analytics Look In Setting is not taking effect

    Hi, all
    This is possibly simple most of you.
    My Default Analytics Look In Setting is set to a book on the user, but it sets on my user account when I try to run a report, and the books are not available in the look-in selecter .
    I really appreciate any input on this.
    Thanks

    I assume that you must be working with an Oracle Partner for a project of such size. They might have a demo & a dev system from Oracle which is likely to have Books. So they can potentially help you for a small prototype.
    Set up a high level Book to which you associate the users. The transactional search will work one book at a time. Try and create books based on how users segments / work with contacts. This need not only be markets -> locations. It should be they way users will want to segment the contacts to work with at a given point of time. May be you could also have a Medical book ; Literature Book; a Engg book with Civil, Mechanical, Electrical sub-books. This segmentation information will be required on the contact records to have a workflow associate the contact to the right set of books.
    This way all contacts will be shared but access will be only one book at a time.
    You will have to consider the nos. of workflows and their maintenance & also any implications of integrations to other IT systems. Any plans for organizational M&A will also have to be factored.
    All the best.
    Prakash

  • Tablespace creation problem

    Hi All ,
    I am getting an error when I try to create a tablespace.
    SQL> create tablespace test1
    2 datafile 'F:\datafile\test1.bdf'
    3 size 1500k
    4 extent management dictionary ;
    create tablespace test1
    ERROR at line 1:
    ORA-12913: Cannot create dictionary managed tablespace
    Please help

    check the version on which u are working in,
    while creating the database itself the tablespace mangement is set to local in case of 10g, so u cant create another tablespace .
    if this problem is occuring in the creation of tablespace itself then check the innit.ora file
    cheers :)

  • Default Project File Location - PE7

    Can anyone help please
    I have been looking for a way to edit my default Project file location. Have managed to change all the Scratch disk locations to my (Local) F: Drive, but I cannot see a way to change the default location for Projects to be the same drive.
    I know I can set it each time I start a project, but it seems strange with modern software to be unable to define a default.
    I've searched the Registry and can't find anything there, and I cannot see anything in Edit>Preferences. Also searched the forum, but couldn't find an answer.
    Thanks
    Colin

    Thanks for the prompt and helpful reply. Really is much appreciated.
    I'm going to print off your response and use it for my next project (in a couple of days).
    Looks perfectly logical way of working.
    Colin

  • Default size and location, dialog boxes

    how can I set default size and location of dialog boxes? I have tried several things to no avail,
    thanks in advance

    1. You could create your own subclass of Dialog/JDialog with your defaults set automatically
    2. You could create a DialogFactory that creates Dialogs (pretty much the same as 1)

Maybe you are looking for