Oracle applications database

hi everyone,is there any view or query to count the total no of rows thats exists in entire single database tables.

"entire single database tables"
Do you mean one's db schema...????
If so,
SQL> declare
  2     tab_x number(10);
  3 
  4  begin
  5     for x in (select table_name from user_tables)
  6      loop
  7       select num_rows cnt into tab_x from user_tables
  8            where table_name=x.table_name;
  9       dbms_output.put_line('table_name: '||x.table_name||' rows: '||tab_x);
10      end loop;
11  end;
12  /
table_name: DEPT rows: 5
table_name: EMP rows: 20
table_name: BONUS rows: 0
table_name: SALGRADE rows: 5
table_name: GEOGRAFIKO_DIAMERISMA rows: 13
table_name: NOMOS rows: 51
table_name: NOMARXIA rows: 54
table_name: POLEIS rows: 1033
table_name: POLEIS_DIAM rows: 6158
table_name: TEST_ rows: 0
table_name: TEST_DATES rows: 0
table_name: CHAINED_ROWS rows: 0
table_name: T rows: 3
table_name: NOMARXIA_NUM_POLEON rows: 2
table_name: DIMOS_EMP rows: 6
table_name: DIMOS_NUM_EMPS rows: 1
table_name: ALL_OBJ1 rows: 47200
table_name: ERROR_LOG rows: 2
table_name: ERRLOG_TAB rows: 0
table_name: PLSQL_PROFILER_RUNS rows: 8
table_name: PLSQL_PROFILER_UNITS rows: 40
table_name: EMPLOYEES_TEMP rows: 17
table_name: TEMP_TABLE rows: 24
table_name: EMP_TEMP1 rows: 12
table_name: TAB rows: 9
table_name: B rows: 0
table_name: A rows: 1
table_name: TEST rows:
table_name: GEO_DIAM_COUNT_NOMOI rows: 13
table_name: ALL_OBJ rows: 26226
table_name: PLSQL_PROFILER_DATA rows: 81
table_name: EMP_TEMP rows: 6
table_name: EMP_ rows: 12
PL/SQL procedure successfully completed
Greetings,
Sim

Similar Messages

  • Unable to connect Oracle Application Database using Discoverer Admin 10g

    Hi,
    I have installed oracle Admin 10g on my machine and trying to connect oracle application database but every time i am getting error like "Unable to connect to: user@hostname Failed to connect to database Unable to connect to Oracle Application Database. Invalid username/password".
    Installed BI Discoverer Admin 10.1.2.1
    Discoverer Admin Client 10.1.2.48.18
    Database 9i
    I have done following steps:
    1. Selected radio button for Connect to Application EUL's.
    2.Gateway User ID (GWYUID)/Password :APPLSYSPUB/PUB
    3.FNDNAME:APPS
    I able to connect discoverer plus.
    Thanks
    Ravi

    Hi Ravi
    Glad to hear you solved this. It is very gratifying when one solves it alone, don't you think?
    Best wishes
    Michael

  • Export - Import in Oracle Application Database

    The export in Oracle Applications Database works fine.
    But the import always show some issue and sometimes never completes.
    Even if it completes it complete with error , how to ensure an error free export/import ?
    How to handle a table movement if the table consists of a LONG column ?

    The errors are cannot import this tables..
    Also mostly are of Long tables..Any IMP-XXXXX or ORA-XXXXX messages?
    Can you explain how long objects are exported and imported ?What type of objects?
    What is the database version?
    Are you doing a full database import?
    Also sometimes import hangs for 2/3 days?Does it hang when importing a specific object?
    Did you follow the steps outlined in the following notes when you did the Export/Import?
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1

  • Unable to connect to Oracle Applications database (afscpgcs) after clone

    Hi,
    I have just moved (clone using rapidclone) two of our 11.5.10.2 install from a solaris SPARC 8 to 10 . After the clone, while discoverer 10g works perfectly well in one environment, it is giving the error below in the another environment.
    - Failed to connect to database - Unable to connect to Oracle Applications database (afscpgcs)
    Notes:
    1. For the 2 environments, nothing as changed apart from the hostnames.
    2. The password has not changed on both - from source to targets.
    3. This happens when launching discoverer 10g from Apps.... discoverer works well on it own if not launched from apps.
    I raised a SR with oracle and the 2 things they said have not worked. they said
    1. change signon password case parameter - but I cannot find that in the list of system parameters on our system.
    2. The other note says apply patch 6430269 and I can confirm this patch has been on the system for sometime.
    Please advise on this if you have come accross this before and you can help here.
    Thanks

    Thanks for your concern. I have used the notes you listed but no luck. One thing I have to point out here is that I have always cloned from solaris 8 to 8 for years without this problem. Now I am cloning from solaris 8 to 10 and the problems is on just one environment. The other is working well. The problem seems to be related to the apps password but the password has not changed at all. Also, I have tried to change the password to something else and ran autoconfig but no luck. Please help

  • Unable to connect to Oracle Applications database invalid username/password

    Hi,
    Ou Requirement is we want to connect to Oracle Applications using discoverer plus and discoverer viewer.
    Application Server used : 10.1.2.0.2
    Oracle Applications : R12 RUP4
    We have installed application server 10g with OID and when we try to connect to oracle applications we are getting
    A connection error has occurred.
    - Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password.
    Regards
    Ketan

    Hi,
    I think better to check with your sysadmin or DBA on this, I had the same isuse before but Apps 11i with Discoverer, I talked to ERP sysadmin and worked fine.
    Since applications userid cannot talk with Discoverer schema (eul10_us) and it should directly talk with APPS user and then APPS user can talk with Discoverer user.
    To the best of my knowledge I provided.
    --skat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Reg: oracle application database 11i

    Database Version:9.2.0.6.0
    Application version:11.5.10.2
    OS version: Redhat linux 4Es
    I want to upgrade the database 9.2.0.6.0 to 10.xxxx , please give me the solution.
    Regards
    D

    Hi,
    Please refer to (Note: 362203.1 - Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)).
    If you want to upgrade to 11g (which is also certified with Oracle Apps 11i), please refer to (Note: 452783.1 - Oracle Applications Release 11i with Oracle 11g Release 1 (11.1.0)).
    Regards,
    Hussein

  • Upgrade Oracle Applications database 10.2.0.4  running on 32bit RHEL3u9 to

    Hi we are currently planning to upgrade Oracle Applications RAC 2-node database 10.2.0.4 running on 32bit RHEL3u9 to 11.2.0.2 64bit on RHEL5u6 on a new hardware. Can I have some feedback if this is possible or do we migrate the 10.2.0.4 32bit RAC database to RHEL5u6 64bit using RMAN and then upgrade to 11gR2?
    Current
    Database 10.2.0.4 2-node RAC 32bit on RHEL3u9
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Target
    Database 11.2.0.2 2-node RAC 64bit on RHEL5u6
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Thanks in advance
    Raf

    Can I have some feedback if this is possible or do we migrate the 10.2.0.4 32bit RAC database to RHEL5u6 64bit using RMAN and then upgrade to 11gR2?
    Current
    Database 10.2.0.4 2-node RAC 32bit on RHEL3u9
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Target
    Database 11.2.0.2 2-node RAC 64bit on RHEL5u6
    Oracle E-business Suite 12.1.3 on RHEL5u6Please refer to (Using Oracle E-Business Suite Release 12 with a Database Tier Only Platform on Oracle 10g Release 2 [ID 456197.1]) for the supported way to migrate the 10gR2 database.
    To upgrade the database to 11gR2, please refer to:
    11gR2 11.2.0.2 Database Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/entry/db_11gr2_11202_ebs
    Thanks,
    Hussein

  • Implement Database Audit on Oracle applications DataBase

    Hi ,
    I have faced an issue .
    there are someone log in to the database and with sql statement through sqlplus he delete a record
    I need a plan to implement an audit for this issue and a security method to apply to prevent this issues
    and if it applicable how to create a database user like apps for the developer to recognize who is connecting the database
    my environment :
    DataBase : 11g R1(11.0.1.7)
    applications : R 12.1.2
    I will be so appreciated for helping me
    Thanks
    Osama Mohamed ahmed

    Hi,
    You can do it by Auditing the Database useing FGA(Fine Grained Auditing) and DBV(database vault) and for using those you need the licence for that.
    however you can use some basic auditing
    check the blow link for more deatail about the configuration.
    http://www.oracle-base.com/articles/10g/auditing-10gr2.php
    HTH

  • Queries related to Oracle applications database .

    Our ciurrent environment is 3 DB RAC node on 10.2.0.4
    Apps ver is R12 with Linux x86-64
    CRS on 11g R1
    ASM on 11gR1
    now to upgrade to 11gR2 should we go for DB upgrade from 10.2.0.4 to 11gR1 first and then upgrade CRS,ASM andthen upgrade DB to 11gR2.
    Please guide me on this .
    Regards .

    Hi;
    Apps ver is R12 with Linux x86-64
    CRS on 11g R1
    ASM on 11gR1
    now to upgrade to 11gR2 should we go for DB upgrade from 10.2.0.4 to 11gR1 first and then upgrade CRS,ASM andthen upgrade DB to 11gR2.Please see below notes which is mention by Steven Chan's blog
    http://blogs.oracle.com/stevenChan/2009/12/11gr2_database_ebs_12.html
    You can also see below master note:
    Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1]
    Regard
    Helios

  • Database Sizing for Oracle Applications 11i

    Hi,
    I was wondering if someone could guide me on how to size an oracle applications database, we'll be using the following modules: GL,AP,CE,FA.
    The operating system, might be windows 2000.
    What I have in my mind right now regarding the information i need to collect is as follows:
    1. No. of users
    2. Estimated transaction activity for the above modules, and whether month
    end's are particularly transaction intensive.
    And yeah thats how far ive gotten , hence the help needed.
    About the transaction activity, how do i really quantify it and then translate it into something meaningful that will help me in sizing the database. Could I perhaps get information regarding how many transactions an average user enters in a day ????
    Well basically any sort of input would be really helpful, thanks in advance.
    NM

    Need to know the number of users as we can guess at the transactions level.
    Some base line assumptions.
    1. You need 1 Gybte of memory before you add any users.
    2. You need 10 Gbytes of disc, to hold the SGA, UNIX, Swap Space, Application etc.

  • Call Discoverer from Oracle Applications

    I need to view the discoverer workbooks from Oracle Applications
    menu. Sombody know how?

    We ran into the same issue when we upgraded Disco to 10g (do not recall exact version) about 18 months ago - unfortunately, we are off till the new year and I will not be able to determine what the resolution was until then.
    Pl see if any of these MOS Docs can help -
    788706.1 - Error Unable To Connect To Oracle Applications Database 'afscpgcs' After Cloning An APPS Instance & Changing APPS Passwords
    306235.1 - Launching A BIS Workbook Gives Unable To Connect To Oracle Applications Database (afscpgcs) Error
    459941.1 - Secure Ticket Connection Fails From e-Business Suite
    784358.1 - Connecting to Oracle EBS with Discoverer Fails with ORA-01017 Invalid Username/Password Error
    Try enabling tracing as noted in 370800.1 (How To Create An E-Business Suite Connection Trace For Discoverer 10g (10.1.2) Plus / Viewer) to see if you can find more details about the error.
    HTH
    Srini

  • Warehousing Historical Oracle Application Data

    We are considering using the Oracle Data Warehousing to store historical data from multiple older 10.7 Oracle Application instances and well as several other vendor systems. The Oracle instances only have G/L, AP or G/L, AP, Purchasing and Inventory applications. We would then use SQL-Plus or PL SQL to extract data, report on data for historical reporting or extracting data for audit purposes. Are there pre-defined processes to copy whole schema from Oracle application databases or would one need to define the process and how much time would be involved to do that? I am trying to decide if this is the best tool to use for the archiving of multiple Oracle instances for historical access.
    Thanks for your input.

    is there any specific scenarios to be covered or all data is to be migrated blindly. If so, then take a dump of all the data and put in gl_interface for the upload.

  • Applications database

    Hi
    I have some doubts regarding the oracle applications database.
    what does the command mean ps -ef |grep applmgr
    where applmgr is the applications user.
    WHAT does this command mean.Why do we use this command .please explain me
    One more query:-----
    If the users report that the they are unable to access the database ,then as a dba what are all the things we have to check.What are the files which we have to check when normally some database issue arises.please say me the files which should be normally checked in oracle applications as well as in the database
    Regards
    Aram

    Hi,
    what does the command mean ps -ef |grep applmgr
    WHAT does this command mean.Why do we use this command .please explain meIt means, list all the active processes at the OS level and filter the output by showing the entries which contain applmgr user (search Google for "man ps").
    If the users report that the they are unable to access the database ,then as a dba what are all the things we have to check.What are the files which we have to check when normally some database issue arises.please say me the files which should be normally checked in oracle applications as well as in the database Check the error and search My Oracle Support. Also, review the database log file (alert_<SID>.log) and see if it contains any errors.
    Regards,
    Hussein

  • Oracle Applications databse upgrade RAC  enabled .

    Hi ,
    I want to upgrade cluster ware software and database .
    database is 10.2.0.4 and want to upgrade to 11g rel 2
    Our current environment is 2 DB RAC node on 10.2.0.4
    CRS on 11g R1
    ASM on 11gR1
    database is in Linux OS environment and application is in Sun/solaris OS , i,e R12
    . Please let us know whether special steps need to be taken for upgrade in such environment.
    Regards .
    Edited by: 836778 on Apr 13, 2011 2:11 AM

    Duplicate post? Queries related to Oracle applications database .

  • Computer Resatrting when coming Oracle Application screen

    Dear Fiends,
    I am here in Saudi Arabia Riyadh Al-Rajhi Bank, we are using Unix Oracle application (database 10g). Previous three days I am suffering one issue. I have desktop PC and I am using Oracle application . Everything is OK.
    When I lock my pc and come after some time after unlock computer, And when I am going to oracle application screen(browser is internet explorer and Jiniator 1.3.1.22). It beomes black and system restarts. I have experienced lot of times. All time same thing happens. If Oracle application not running on internet exporer everything is OK.
    But everytiime after unlocking computer this thing happening.
    Any person can help me in this case ?
    Ali Haroon Nawaz

    A number of macbook pros have this problem. a quick search of the forums and the support website would have told you this. next time you should try searching because you would get an answer much quicker. I haven't heard of a fix for it, but maybe someone else knows better.

Maybe you are looking for

  • Video Clip Properties Blank - Mixed Selection

    I have downloaded Encore 2.0 trial Version for Windows to assure it works before purchase. I succesfully created a DVD using QT Ref. imports from Avid MC. At one point I actually saw the properties for a video clip where I could add SCC file. Since t

  • Quantities/Dates and Status tab in purchase requisition is not working

    Help!!! In the Quantities/Dates tab of Purchase Requisition is not updating the Quantity Ordered field if a Scheduling Agreement was created, no matter if have a Delivery Schedule or Goods Receipt, and in the Status tab is not updating the Ordered fi

  • At&t uverse ip service & airport express

    Is there any way I can set up my ae as my wireless router? The modem and wireless router I received from at&t are seperate units. I keeping getting the error message that "another device on the network is using your computer's IP address." Thanks Mik

  • Date_format, group by and order by together

    Hi, SELECT                          T.foreign_network_id as "Network ID",                          date_format(T.ARRIVAL_DATE,'%v-%x') as "Date",                     sum(case when((networks_rejected = 0)                                    and (T.sor_

  • IPad receives mail just fine, but cannot send mail

    I am using a POP3 server with shaw (the server for both incoming and outgoing mail is shawmail.vc.shawcable.net) and, as stated in the title, my iPad will not send any mail. It refuses to interact with the SMTP server. It says "Cannot Send Mail    Th