Oracle CRMOD Limitations

Even tough Oracle CRMOD is one of the biggest CRM Software accross the world, why Oracle CRMOD has so many l*imitations*, like maximum number of fields for every object etc. I am very new to CRMOD, so i just want to update myself about the reasons for the limitaions in such a huge product. Even there are some l*imitations* with respect to Action Lists is concerned.
If some has the list of the limitaitons they know, please post it , so that i can document them for future purpose.
I will list out and post the knowns limtations soon and also update when i find some other limitations.
Thanks.
Edited by: user13109655 on May 21, 2010 3:51 AM

I would recommend printing out the Help as a PDF document as it provides the limitations you are looking for. As an example on page 933 (R17 Help) it shows the maximum number of records by record type per object. This document will be a great reference to many of the questions you might have on the Oracle CRM On Demand application.

Similar Messages

  • Oracle Express Limitation

    Good day
    As specified in the documentation Oracle Express offers the following space storage limitations. To clarify what defines the storage space, can you please answer the questions below. Here are the four limitation as specified in the Oracle Express documentation
    1- User data cannot exceed 4 gigabytes in size (in addition to Oracle system data).
    2- Each computer can host only one instance of Oracle Express.
    3 - Oracle Express may be installed on a multiple CPU machine, but it will execute (run) only on a single processor or a single processor core if multi-core processors are used.
    4- Oracle Express may be installed on a server with any amount of memory, but will use only up to 1 GB of available RAM memory.
    User data cannot exceed 4 gigabytes in size (in addition to Oracle system data).
    QUESTION 1 - Please confirm that the ENTIRE 4 GIG is allocated for user storage not oracle files storage?
    QUESTION 1 - Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle system files (SYS and SYSTEM)?
    QUESTION 2 - Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle Temp files and Undo / Redo files (TEMP and UNDO)?
    QUESTION 3- Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle CONTROL FILE and BLOCK CHANGE TRACKING files?
    QUESTION 4 - What query can I run to identify the used space within the 4 GIG allocated storage space?
    I have also heard that the overall Physical size is limited to 5 GIG (Need to know is this is true. It is not mentionned in Oracle Express documentation)
    QUESTION 1 - Does Oracle Express limits the overall database physical size to 5 GIG?
    QUESTION 2 - If Question 1 is true -- Please confirm that the 5 GIG limitation DOES NOT include space used by TEMP and UNDO / REDO files?
    QUESTION 3 - If Question 1 is true -- Does the 5 GIG limitation includes space used by SYS and SYSTEM files?
    QUESTION 4 - If Question 1 is true -- Does the 5 GIG limitation includes space used by CONTROL FILE and BLOCK CHANGE TRACKING files?
    QUESTION 5 - What query can I run to identify the overall database size?
    Thank you in advance for your help. I really appreciate it.

    What query can I run to identify the overall database size?Try this :SQL> select sum(bytes) from dba_data_files
      2  where tablespace_name not in (select tablespace_name
      3  from dba_tablespaces where contents = 'UNDO');

  • Oracle table limitation

    with regard to oracle limiting 1000 column per table I did split the table into two tables but I want to create a view that join the two tables but the view also is limited to 1000 columns , so I have to change all the SQL statements that referenced that table to the new join statement but if I can resolve this having not to change the SQL would help me a lot.. ANY IDEAS.

    You have a limitation with table name, constraint name, trigger name, ...
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Liu qing ([email protected]):
    hi
    oracle up limitation ?
    <HR></BLOCKQUOTE>
    null

  • Where I can find Oracle Text limitations?

    Hi,
    Are there any release notes about Oracle Text limitations?
    I have read in some place that this only can have around two thousand millons documents.
    Is that correct? Where I can find information about this kind of limitations?
    Thanks in advance
    Rosa

    Hi Vladimir
    Workflow 2.6.4 is included with Oracle 10g Release 2
    1) Could check it doing a custom installation of the database product?
    2) Maybe you will need the Oracle 10g R2 Companion CD or Oracle 10g R2 Client to install Workflow Builder 2.6.4 (client side)
    Some useful links:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15664/install_sw.htm
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15664/getting_started.htm#BABGIFAF
    And if you have access to metalink, take a look at note 351873.1

  • Upgrades to Oracle CRMOD Relase 18

    Hello,
    As Oracle CRMOD is upgraded to Release 18, i want to document the upgrades form R17 to R18. Please reply with the upgrades you have come across. I will also lisitng whenever i come across any Changes.
    Thanks ,
    Raghu

    Hi,
    Is there any reason you want to document it separately since a document is available under
    Log in to Oracle CRM On Demand
    Access the Training and Support Center by clicking ‘Training and Support’ at the top of any Oracle CRM On Demand page*
    Click the ‘Release Info’ tab
    Yuj

  • Oracle XE limitation

    Hi,
    I'd like to install Oracle XE and I don't know if I have any problem with limitation.
    my O.S. is windows 2003 server with 1 GB ram.
    I have 8 user can access the database server concurrently
    I have tomcat installed on 8080 port , I Know that Oracle XE run on http://127.0.0.1:8080 and my application run on http://localhost:8080/myapp.
    Can I have conflict on 8080 port?
    Which other limitations has Oracle XE?
    Thanks in advance!

    I Know that Oracle XE run on http://127.0.0.1:8080 and my application run on http://localhost:8080/myapp.
    localhost = 127.0.0.1
    Can I have conflict on 8080 port?Yes. By default XE's HTTP occupies 8080 port. As two services cannot listening on the same IP and port you need to change it for one of services.
    To change HTTP port for XE to 8081 (for example) just logon thru sqlplus (as sys or system) and execute:
    exec dbms_xdb.sethttpport('8081');To verify the configuration execute:
    select dbms_xdb.gethttpport from dual;

  • Oracle Download Limitations

    I have looked through the various Oracle documentation on Oracle 8i Standard/Enterprise and 8i Personal Edition, and also 9i of each. I can not find the limitations for each.
    If you download the versions from the internet, what are the limitations. I would like to do some test for my company before purchasing Oracle and would like to know what we can expect.
    Thanks!

    I have only used the downloads for development and testing purposes (2 or 3 users max) but I don't think there is a limit.
    Keep in mind that if you are planning to role it out to a large number of users (i.e., a production environment) you need to buy the licenses. If you want support, you have to register.

  • Oracle XE limited to less than 20 users?

    Hello, it is true that XE is optimized to work with a lower limit to 20 users?
    If this is true, if the parameter increased in 60 sessions, slow performance?
    XE need to configure it to allow users to connect to 60.
    Roberto
    Edited by: rober584812 on Nov 9, 2010 7:42 PM

    rober584812 wrote:
    Hello, it is true that XE is optimized to work with a lower limit to 20 users?
    If this is true, if the parameter increased in 60 sessions, slow performance?
    XE need to configure it to allow users to connect to 60.When you install XE, there are a number of parameters set that are for the default install. As an administrator, you are expected to make changes to the initialization parameters to meet your needs.
    Changing XE initialization parameters is done in exactly the same way as any other edition of the Oracle Database Server, and you can refer to the documentation at http://tahiti.oracle.com for either XE or 10g Release 2 to get more information.
    However, XE has built in limitations (as described in the documentation, especially the license doc previously identified) and changes in the initialization parameters will not override those limitations.
    Specifically to answer your question about processes or sessions - I have changed the value to 100 with no issues.

  • Oracle XE limitations

    Excuse the newbie question. I know that Oracle XE has a limit of 4g on the size of a DB. Can you have multiple DBs?
    We currently support our small customers on JET. They have large projects with seismic data. It can add up to bigger than 4G quickly if you are talking multiple projects. Can we support them with Oracle XE and each project can live in it's own DB?
    Our bigger customers have SQL or Oracle servers.
    We are moving away from JET. We are evaluating Oracle XE and SQL Express. OXE has a 4G user data limit that we want to know if it is a HARD limit. Assuming that a client site had 25 projects adding up to a total of 12G how would we support that scenario with Oracle XE?
    Thanks in advance.
    -E

    From the manual I referenced:
    3.2 Oracle Database XE Installation and Execution Restrictions
    On a single computer, only one installation of the Oracle Database XE software can be performed. This does not affect any existing installation or new installations of Oracle Database 10g Standard Edition, Oracle Database 10g Standard Edition One, or Oracle Database 10g Enterprise Edition. In addition, users can run only one instance of the Oracle Database XE database on each individual computer. To run more than one Oracle Database server instance or install more than one copy of the database software, upgrade to Oracle Database 10g Standard Edition, Oracle Database 10g Standard Edition One, or Oracle Database 10g Enterprise Edition.
    Therefore: any number of XE databases and instances - but only one per computer.
    That said ... a lot of people are still confused by the definition of database being used. They tend to forget that a SQL Server database is roughly equivaleeeeeent to an Oracle schema, and an Oracle database can have any number of schemas. (Doesn't help with the OP's total size issue, though.)

  • Livecycle ES2, Oracle configuration, limited tablespace

    Hello,
    I am busy preparing and installing a clustered environment:
    2 servers, each their own WAS. Both instances must use a Oracle 11G database configuration.
    According the documentation livecycle requires the Oracle database to allow the LC runtime user to have the following privileges:
    CREATE SEQUENCE
    CREATE VIEW
    UNLIMITED TABLESPACE
    CREATE TABLE
    CREATE CLUSTER
    CREATE SESSION
    The database expert involved does not want to grant the bold-indicated privilege.
    Will this introduce installation or runtime errors?
    I ran through most of the installation documentation but i cannot find any clue about the consequences of not granting this specific privilege except that this right is essential during bootstrap.
    Thanks for any reaction!
    gr.
    Marcel

    Thanks KhushwantSingh.
    I do have some extra remarks/question though.
    I can imagine livecycle needs to extend it's tablespace unlimitly to prevent database locks during deployment or runtime process handling. No question about that!
    The unlimited tablespace setting is not about extending a specific tablespace but about granting a user an unlimited amount of any tablespace in the database.
    See Unlimited tablespace Oracle definition:
    =====================
    UNLIMITED TABLESPACE System Privilege
    To permit a user to use an unlimited amount of any tablespace in the database, grant the user the UNLIMITED TABLESPACE system privilege. This overrides all explicit tablespace quotas for the user. If you later revoke the privilege, explicit quotas again take effect. You can grant this privilege only to users, not to roles.
    Before granting the UNLIMITED TABLESPACE system privilege, consider the consequences of doing so.
    Advantage:
    You can grant a user unlimited access to all tablespaces of a database with one statement.
        Disadvantages: 
    The privilege overrides all explicit tablespace quotas for the user.
    You cannot selectively revoke tablespace access from a user with the UNLIMITED TABLESPACE privilege. You can grant access selectively only after revoking the privilege.
    =====================
    The oracle administrator is not really happy with assigning such rights to a specific user, because of the risk of locking all tablespaces in the database.
    Can you please confirm if it absolutely necessary to grant the unlimited tablespace right to the livecycle user according to the definition of this right as described above?
    Thanks alot (again) for your reaction!

  • Oracle Datawarehouse Limitations

    Hi All,
    can anybody tell me how much maximum data Oracle Datawarehouse can handle.
    I am expecting aroung 5TB of data and retaining it for 1yr; the data is numaric and text no LOBS or images.
    it will aproximately have 120billion records
    can oracle manage this ammount of data?
    is it possible to have performace good?
    Suggestions....are allways welcome
    regards,
    sachin

    Generally, the only hard limit is going to be how much hardware (i.e. disk) you care to throw at the problem and the rate at which you can load data into the system. A 5 TB data warehouse is certainly large, but there are plenty of folks running systems that large or larger on Oracle.
    Getting good performance out of a data warehouse (or any Oracle system for that matter) is, obviously, a huge topic. So I'm not sure what you would want to discuss in this forum. Obviously, reading the appropriate manuals (i.e. the Data Warehousing Guide, the Concepts and Administration guides if you are not already familiar with Oracle, the Performance and Tuning Guide, etc.)
    Justin

  • Oracle CRMOD report - Target Vs Actual number of Appointments

    Hi All,
    I want to calculate the Actual Value/Target Value in report. Currently I am hard coding this target value. But the issue I am facing is as followed:
    For example 2/2 , it gives me correct result 1. but 2/10 , it gives me zero, when i m puuting this in Fx of that perticular col. i tried changing the Data Type but it is still giving the same result.
    Could you please help
    Regards
    S

    Thank you for reply.
    Yes I tried CAST (Exp as Float) and it worked for me.

  • Oracle 10g for MacOSX's memory limitation

    Why is there a 1GB of SGA limit for Oracle 10g on MacOSX?
    Does anybody know?

    Its an oracle code limitation. They have it as a bug and commited to us that they'll remove it with 10.1.0.4 release . But haven't given us a date yet.

  • JDBC Sender Adapter - Restrict number of rows fetched, Oracle

    Hi,
    Is it possible to restrict the number of rows fetched by the JDBC Sender adapter at each run? What would the appropriate Select and Update statements be to make sure a limited number of rows are selected and flagged as processed?
    We are connecting to a Oracle RDBMS.
    //Johan

    hi,
    have a look at this info:
    about oracle and limiting number of rows
    http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Oracle RAC 10g on Solaris 10 in a non-global zone

    I need to run Oracle RAC 10g on Solaris 10 in a non-global zone as I must cap the CPUs used for Oracle licensing limitations. My question is a simple one, but one for which I'm getting conflicting information depending upon whom I ask.
    If I want to run RAC in a non-global zone on two nodes, does this require the use of Solaris Cluster?
    I know there are good reasons to use Solaris Cluster, but the company for which I work cannot afford the additional expense of Solaris Cluster at this time. Is it possible to run Oracle RAC 10g in a capped container without Solaris Cluster or is Solaris Cluster absolutely required?
    Thanks in advance for any insight you can provide.

    AFAIK, Oracle 10g RAC is not supported in solaris containers.
    It is however supported in Solaris zone clusters...in order to use it, you would have to use Sun Cluster 3.2 (iinm).

Maybe you are looking for

  • How to call inner class method in one java file from another java file?

    hello guyz, i m tryin to access an inner class method defined in one class from another class... i m posting the code too wit error. plz help me out. // test1.java public class test1      public test1()           test t = new test();      public clas

  • Extension Manager keeps crashing on startup.

    Whenever I open EM (using CS5.5 and Mountain Lion), the app crashes on startup. Is there a fix for this, or a way for me to trouble shoot the issue? I'v tried re-installing the app, but that didn't help. Any suggestions would be fabulous.

  • Question about a Template

    I use Dreamweaver CS3 and have a template for our web site. I deleated a graphic from this template and uploaded it, but it still shows up on the web site, what am I doing wrong? Thanks

  • Deploying Service in WS configuration of NWA of PI7.1

    Hello Experts, I am following this link http://help.sap.com/saphelp_nwpi71/helpdata/en/44/4d2bb1c6b00597e10000000a155369/frameset.htm I have published my webservice in the service registry by using publish tab in the service agreement of PI 7.1  but

  • Quicker way to collect checkbox inputs?

    I will have a number of checkbox inputs on my JSP page. The idea is an admin clicks on multiple checkboxes and then clicks a Delete button. Is there a slicker way of displaying each checkbox and then collecting the ones whose values marked as true th