Are those Oracle threads "user threads" or "kernel threads"?

Hi,
As you know Oracle's architecture under windows OS is different from Unix/Linux and there is only one process (oracle.exe) and DBWr,LGWr and other pieces of instance implemented by threads whitin that process.
I want to know if these threads are user mode threads or kernel mode threads?
-Thanks

varun81 wrote:
OK you have said don't even think of updating these tables directly... May i know why are you saying that.Among other reasons, Oracle disallows updates to the data dictionary and you render your database unsupported as soon as you try. Plus, a lot of what needs to be updated are memory structures that Oracle happens to expose read-only views of. And the set of objects that are affected will potentially change across releases/ patches/ etc.
Beyond that, what possible reason could you have for wanting to update dozens of objects to add a user? The CREATE USER statement is a far better interface for your application.
Justin

Similar Messages

  • What Are Those Oracle Processes Doing?

    Hi,
    I have a system using oracle as the database server.
    Sometimes, the performance of my system would be very bad.
    And when I check the CPU usage using the 'top' command,
    it seemed that oracle process is taking up a lot of the resources.
    Is there anyway for me to know what is oracle processing at that moment?
    Thanks in advance.
    Bye.

    is it a generic oracle<instance> process that is running? Or does it have another name like ora_pmon_<instace> or ora_snpX_<instance>?
    to find out you can take the Unix PID and figure out what session has spawned that process.
    select usename,sid,serial# from v$session where paddr in (select addr from v$process where spid = 'UNIX PID HERE')
    You can get more info from V$session than that if you like.

  • Are the listeners threads?

    Hi,
    excuse me for the simplicity of my question.
    I have this code:
    public class MyClass
    private AClass a;
    public void aMethod()
    button1.addActionListener(new
    ActionListener()
    public actionPerformed(ActionEvent e)
    a.m1();
    button2.addActionListener(new
    ActionListener()
    public actionPerformed(ActionEvent e)
    a.m2();
    If I push in the same time the two buttons, are there two threads? If yes, the object "a" is common or there is a copy of it for every thread? If the object is common, can I use the synchronization to serialize the execution of the two methods?
    Thanks a lot in advance!

    Both actionPerformed methods run in the single AWT event dispatching
    thread, so they never run simultaneously. That's the reason why the
    code in those methods should be fast, because no other events can
    be dispatched while your code is running.
    kind regards,
    Jos

  • Adding Oracle Application users to business area

    Can someone tell me how can I add ALL Oracle Application Users to a Business Area in Oracle APPS R12
    I am using an Application Mode EUL

    There's lots of good info on this forum about this topic but in a nutshell ...
    You could identify the user from within Discoverer and then filter on that but by far the easiest method is to use what Oracle BIS views use, NoetixViews views use, etc. and that's to put the code in a database view that filter the row information back depending on the responsibility running it.
    The hardest thing to understand is that you code the SQL in the database view and then if you tried to look at the results with a tool like TOAD, you'll get no data. People think that it's not working because no data came back but really it's good as it's working, because if you then used that same view in Discoverer with the correct responsibility, you'd see the data.
    So, exactly what you want is what happens in that the same report is run by 2 different responsibilities (Houston HR manager or New York HR manager) but the data returned will be only what they're allowed to see as defined by Oracle Apps.
    Search on this forum for more - or to get a heads up, look at some of the Oracle BIS HR or GL views to see what I mean. If you haven't generated the BIS views then you can see 'ungenerated ones' as well in the Apps schema, views, and they'll follow a naming convention starting with: glfv_blah. You'll see glfv ..., glfb ..., glfg ....
    The good ones are glfg ... as they've been generated but again, if you look at a glfv or hrfv look at the SQL at near the end see how they're determining the user, his org, etc.
    Ths should keep you happily busy over Xmas!
    Russ

  • Are WLE libraries thread safe?

    Hi,
    Can we implement multiple threads in c CORBA Servers. Are C libraries thread safe? Can i use pthread to create threads in WLE CORBA C servers
    regards,
    Manoj PG

    JSPs/Servlets are not threadsafe in that one instance of the class is created to handle all requests.
    But only your class attributes are not thread-safe. Local variables are stored for each invocation of the service method, and are thread safe.
    Basically you have to declare all your variables inside a method, and if you call any java methods, pass parameters.
    <%!
      int myNumber;   // class attribute - shared among all calls to this servlet
    %>
    <%
      int myLocalNumber; // local variable to method.  will be threadsafe
    %>In short, yes this code is threadsafe. The key will be the same when you get back from doing your "stuff".
    The only problem would be if two people hit it fast enough to get the same time, and thus the same key.
    Cheers,
    evnafets

  • How To Handle Tickets and What are those

    Hi Everybody,
    Can anybody tell me, How to handle tickets and what are those.
    srinivas

    Hi,
    Tickets are basically assocaited with Production support type of work.
    Tickets are nothing but the medium through which problems reported either in the system or by users to the Production support team.
    There are certain problem management tools that every organization uses (tickets are created and worked on using those tools). There are tools like Vantive, Remedy, CASE, etc.
    Usually the helpdesk gets the first contact for any user problems and then they log a ticket with the appropriate support teams. The support teams then pick up those tickets and work on them till they are resolved. There are tickets created for user problems or any batch job failures, system failures, etc.
    Tickets are usually classified as Critical, High or Low and again they are categorized as High Severity, Medium Severity or Low Severity. All these types of tickets have SLAs (Service level agreements) for the Support teams to respond and the resolve the tickets in.
    Look at the threads below for similar posts :
    tickets
    Tickets
    tickets
    Cheers,
    Kedar

  • World Map of Oracle XE Users?

    What about starting a world map of Oracle XE users at http://www.frappr.com ?
    There is already one on HTML DB : http://www.frappr.com/htmldbusers and JDeveloper: http://www.frappr.com/jdeveloperusers.
    See the ongoing thread in the HTML DB forum regarding this issue: World Map of HTML DB Users?
    I guess it will make it easier to connect with people in the same area who share the same interest in XE.
    Greetinx from Germany,
    ~Dietmar.

    OK - we have a Frappr-group now!!!
    http://www.frappr.com/oraclexe
    It's easy to use, you can even add yourself to the map without registering!
    So don't hesitate to add yourself to the map!
    I've taken the OracleXE logo from Technet. If this is not appropriate, please let me know, I'll remove it then.
    Also, I've added the following tags: oracle xe database web htmldb xml sql
    We're pretty easy to find through frappr.
    Any comments / changes are welcome.
    ~Dietmar.

  • No portal roles are assigned for this user.If this problem persists, contac

    I am trying to access portal first time using j2ee_admin user. It is saying "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    iam using abap+java enginee how config in abap enginne ,iwant which role to assign  j2ee_admin  user
    i already asiigned sap_j2ee_admin,SAP_BC_JSF_COMMUNICATION,SAP_BC_JSF_COMMUNICATION_RO   but it show same problem
    please help me..
    Edited by: Mugala Balu on Aug 7, 2010 5:53 PM
    Edited by: Mugala Balu on Aug 8, 2010 7:48 AM

    Balu,
    Well this issue has been discussed many a times in forums. You would have to point your data source to ABAP system.
    Check this thread in [here|J2EE Failed to start  , after changing UME datasource;.
    Good Luck!
    Sandeep Tudumu

  • Oracle Spatial User Conference  - GITA Conference Seattle

    http://www.gita.org/events/annual/31/Oracle.asp
    Oracle Spatial User Conference
    Please note that online registration for this event is now closed.
    Thursday, March 13, 2008
    Sheraton Seattle Hotel
    1400 6th Avenue
    Seattle, Washington USA
    GITA invites you to attend the Oracle Spatial Users Conference. If you are currently a user, solutions provider, or systems integrator who depends upon Oracle’s spatial technologies, or if you want to learn why thousands of organizations use Oracle’s spatial database and application server capabilities, this is one event you won’t want to miss.
    Learn about the latest Oracle geospatial technologies and the business and technical benefits they provide as users, solutions providers and Oracle executives share real world experience with the world's most widely used geospatial information technology platform.
    More details will be posted soon—sign up for e-mail updates today!
    ORACLE SPATIAL USER CONFERENCE AT GITA
    Thursday, March 13, 2008—Seattle, Washington
    Preliminary Agenda
    Please check back for updates in the future. This agenda is subject to change.
    Feb. 12 Update: Complete user sessions schedule and abstracts posted
    Wednesday, March 12
    6:00 – 8:30 p.m.      Oracle Spatial User Conference Reception — Cirrus Ballroom, Sheraton Seattle Hotel
    Open to registered & paid user conference attendees only. Registration will be available at the door.
    Thursday, March 13
    8:00 – 8:30 a.m.
    Oracle Spatial Special Interest Group Meeting
    8:30 – 9:00 a.m.      Welcome – Oracle
    9:00 – 10:30 a.m.
    Maps in Business Solutions and Applications (Jayant Sharma)
    * Fusion Middleware and BI
    * OGC Web Services
    * Work and Asset Management
    * Mobile Workforce Management
    10:30 – 11:00 a.m.
    Break
    11:00 a.m. – Noon
    Oracle Spatial 11g – Technical Overview (Siva Ravada)
    * What’s Better?
    * What’s New?
    * What Would You Like To See?
    12:00 – 1:30 p.m.
    Award Luncheon
    1:30 – 3:00 p.m.
    TECHNICAL USE CASES – USER SESSIONS
    Track A
    Mapping & Business Intelligence Applications in Insurance and Retail
    Audatex Insight: Claims Analytics with Oracle Business Intelligence Enterprise Edition and Oracle MapViewer
    Yasser Kanoun, Principal Consultant, KPI Partners
    Sally Suico, Audatex
    Audatex Insight is a claim analytics application that presents automobile claims data in graphical and geographical views for management decision support.
    This presentation describes how the integration of Oracle MapViewer with OBIEE dashboards allowed Audatex to display claim analytics geographically. For instance, a user can view the average cost of car repair variance, for a specific insurance company compared to whole industry, on US map at desired geographical levels.
    CatPortal's LocWizard: An Innovative Approach to Mapping Insurance Risk Intelligence and Enabling Faster Decision Making
    Guru Rao, President, Catastrophe Systems,
    Aon Re Services, Inc.
    Deepak Badoni, Vice President, Catastrophe Systems, Aon Re Services, Inc.
    Instant access to policy and location level insurance data is one of the keys to faster decision making during and after a catastrophe event. Using Oracle Business Intelligence Enterprise Edition and Oracle MapViewer, Aon Re Global has developed an industry leading business intelligence and mapping tool that allows users to seamlessly navigate between reports and maps.
    The design was driven entirely by their clients’ need to answer key questions about their exposures and losses to catastrophes. The system uses a blend of custom programming and out-of-the-box functionality to create an interface that allows users to create powerful visualizations and reports with a few mouse-clicks – which previously took days, even weeks of manual effort.
    Unobtrusive Spatial Enablement of the Oracle Business Intelligence Suite at RL Polk
    Steven Pierce, Principal, Johnston McLamb
    Robert Murray, Technical Product Manager, RL Polk
    This presentation will describe RL Polk’s approach to integrating Oracle MapViewer into Oracle Business Intelligence Suite using Oracle MapViewer's Non-Spatial Data Provider. The NSDP brought an elegant and efficient approach to integrating spatial and non-spatial data in real time.
    Track B
    Oracle Spatial in Public Sector
    Maximizing the Value of Cuyahoga County-Wide GIS Using Oracle Spatial and Oracle Fusion Middleware
    J. Kevin Kelley, Geospatial Information Officer, Cuyahoga County
    G. Patrick Zhu, Software Systems Developer,Michael Baker Corporation
    Discover how to leverage Oracle Spatial and Fusion Middleware technologies to solve current complex county-wide Geospatial needs. Cuyahoga is implementing a cutting-edge architecture to support Grid computing, service-oriented architecture (SOA) and event-driven architecture (EDA) that delivers unprecedented flexibility, performance and scalability.
    Web Mapping with Microsoft Virtual Earth and Oracle 10g in U.S. EPA's Grant Tracking Systems
    Trevor Quinn, Principal Developer, Systalex Corporation
    This presentation details how a U.S. EPA enterprise web application was "geo-enabled" using Microsoft Virtual Earth and Oracle Application Express, and how the back-end Oracle 10g database was transformed into a spatial data engine for Virtual Earth. The presentation demonstrates how to make Oracle MapViewer maps available to commercial mapping APIs as cached tiles, and describes how to serve feature data directly from the database to Virtual Earth using AJAX and PL/SQL.
    Automatic Vehicles Monitoring System at Cotral
    Giovanni Corcione, Sales Consultant, Oracle Italy
    Paolo Castagno, Principal Consultant, Oracle Italy
    Diego Ponzi, Production Monitoring- Innovation Manager, Cotral SPA
    The Automatic Vehicles Monitoring (AVM) system at Cotral SPA monitors a fleet of 1600 buses that take about 4600 trips per day on a "near real time" basis. Through GPRS/HTTP, buses send information such as position, events, alarms, timing, schedule to a central system for storage and analysis in the Spatial Data Infrastructure, based on Oracle Spatial, for bus monitoring, mapping, reporting and trip planning. With Oracle’s linear referencing, buses can be located and displayed in real time. The Oracle MapViewer browser front-end renders interactive maps with dynamic bus positions according to routes and bus stop positions. A demo will be shown.
    3:00 – 3:30 p.m.
    Break / Vendor Booths
    3:30 – 5:15 p.m.
    TECHNICAL USE CASES – USER SESSIONS
    Track A
    Utilities Case Studies
    A Case Study: Re-engineering Cable Industry Business Processes with Spatial Database Technologies
    Dennis Beck, President, Spatial Business Systems
    This presentation highlights how a suite of customer-service related business applications are being deployed to change cable industry. An overview of the key design criteria will be presented along with highlights of the technical challenges that were faced in building a large-scale set of applications. Details of the applications will be highlighted as well as an overview of the technical implementation considerations and challenges. The presentation will conclude with a demonstration.
    Web based geospatial business applications - embedding the CAD/GIS client
    Philip O'Doherty, CEO, eSpatial Inc.
    Jon Polay, VP Sales, eSpatial Inc.
    This talk looks at the emerging drive towards development of geospatial GIS/CAD features within web enabled business applications. It has always been a goal to embed CAD like capabilities within business applications, but it is only recently that the required database and software infrastructure has made this possible. Leading Wireless Telecommunications Company, Verizon, will present its VEGA Application. This demo includes CAD data editing and manipulation features, seamlessly provided as an end to end process, all accessible within a pure web browser.
    Foundations of the New Enterprise: Managing Critical Business Data using Oracle Spatial
    Justin Lokitz, Director of Sales Engineering Organization Leica Geosystems Geospatial Imaging
    Washington Suburban Sanitary Commission (WSSC) is among the top ten Water and Waste Water utilities in the United States. Early on, to support its business needs with regards to geospatial data, WSSC had built a system using software from many traditional GIS vendors that lacked integration and support for many vital business processes. In 2006 WSSC moved all enterprise data to Oracle Spatial (vector and raster data) and implemented the Leica Geosystems' ADE suite.
    Modeling Utility Networks with Oracle Spatial Network Data Model
    Peter Manskopf, Senior Consultant, GE Energy
    The capabilities in Oracle Spatial allowed GE to build its next generation GIS client using Oracle Spatial as the data repository. The Oracle Spatial network data model provides the primitive spatial data structures required to model and meet the complex needs of utility customers. This presentation will give a technical overview how an electrical utility network can be modeled using the Oracle network topology model. The presentation will cover: How Oracle Spatial data structures can be used to model a connected utility network. How the SDO_NET API is used to perform different types of network tracing crucial to utilities. A demo will show the GE client performing network operations on Oracle Spatial.
         Track B
    Oracle Spatial in Public Sector & Map Production
    Using Oracle Spatial and MapViewer for Evaluation of Urban Area Development in Brazil
    Andre Luis Carvalho da Motta e Silva, Stategical Projects Director, CODEPLAN
    Gustavo Neves de Andrade Lemes, Consultant, Sete Serviços
    Fernando Targa, Development Director, GEMPI
    To meet information demand concerning income and job generation programs implemented by Brazil’s Federal District Economic Development Office (SDE), the Federal District Planning Company developed the Urban Areas Management System (SIGAU). Local areas are evaluated through performance indexes that take into account urban features, land plot, block and district, and analysis/simulation of a large volume of data from many governmental offices and systems. Thematic maps enable follow up and decision making on current programs. Oracle Spatial, GeoRaster and MapViewer provide a safe, high performance implementation platform. A demo will be shown.
    Creation, Publication & Update of Maps out of Databases
    Sebastien Lanoe, Product Marketing Manager, Lorienne SA
    The production of maps out of GIS databases is often a challenging process. Lorienne innovates with a new map production environment for map creation, map publication and map updates from Oracle Spatial, with a focus on high quality, production cost, data integrity and diversification of map products across media. The case study with Tele Atlas data stored in Oracle Spatial will address the benefits, the level of quality, the efficiency of the production process and its dedicated user-friendly environment.
    Reengineering Desktop Thick Workgroups into Web
    Rich Enterprise Clients
    Bryan Hall, Spatial Architect, L-3 Communications
    Jeff Walawender, Senior Software Engineer, L-3 Communications
    Cost cutting requires reengineering spatial solutions to directly address business requirements. But enterprise computing for spatial data has, with even "Web 2.0", required the user to lose the responsiveness and feedback that traditional desktop thick client GIS software has provided. We took a different approach in the re-engineering effort and concentrated on making it work as much like a traditional desktop thick client - while simplifying use, making editing more reliable, and actually speeding up rendering. All this, while only supporting one versioned Oracle Spatial database, and application tier for all users.
    Complete eGovernment solution at City of Bolzano
    Stefan Putzer, CreaForm
    Giulio Lavoriero, Director of Engineering, CreaForm
    The City of Bolzano, Italy has a unique, complete editing and publishing environment for geographical data. The Oracle Spatial-based enterprise editing environment supports import and export into geospatial tools from Bentley and ESRI, and network modeling from Oracle Spatial. Data is shared with GeoJAX, an easy-to-use geographical web browser that uses the Oracle MapViewer framework in combination with J2EE and AJAX for browsing Oracle Spatial data. This provides a flexible viewer supports spatial queries, and can be fully customized (style and functionality). Users can easily import any kind of geographical data from an ESRI file, edit it with a CAD precision functionality and make those data visible to anyone via the web in a very short time.
    5:00 – 5:30 p.m.
    Closing Reception
    Questions about the Oracle Spatial Users Conference? Contact us!
    Phone: 303-337-0513 Fax: 303-337-1001 E-mail: [email protected]

    Hi:
    Some updates regarding the Oracle Spatial User Conference 2008.
    1 - Presentations are now available at
    http://www.oracle.com/technology/products/spatial/htdocs/spatial_conf_0803_idx.html
    All submitted presentations have been posted except for the 3:30 track B slides. Those will be available in a day or two.
    2 - Survey for Conference Attendees: If you attended the conference, please take a few minutes to complete the brief survey: http://www.zoomerang.com/Survey/survey-intro.zgi?p=WEB227LQXQUMMD.
    Take the survey by April 2 to be entered in a random drawing to receive a copy of the Pro Oracle Spatial for Oracle Database 11g book. We'll also give away 10 GITA shoulder bags.
    Thanks to the speakers, sponsors, and participants for a great conference!

  • Are the oracle DBa's seeing an end to their career

    It's been 2-3 years i am working as an oracle dba in a mid range shop and i was pretty happy with it. After having the satisfaction , I was always worried about the future of an oracle dba. I always heard sql server and db2 are much much better than oracle as they are less complex to administration and their cost is less. Though the oracle people would talk about performance and scalability but with the recent releases , those db have overcome those problems. The problems for oracle dba are coming from several ways:
    1.Companies are shifting for sql server or db2 as for low cost and low required of man power.
    2.Oracle itself becoming automated.
    3. Company like IBM offering main frame solution with free db2 database for the entire data center.
    4.With the concept of Cloud computing storage would be third party location , where few employee can take the responsibility.
    And..many moreeee...
    It gives me a COLD feelings what would i be doing in 3-5 years from now and how could a dba would evolve himself with the change??? I hope this time i am not right.. all the points that i showed is wrong...
    Regards,

    user11181920 wrote:
    In next N years ultimately everything in RDBMS will be automated.
    This is a common trend and Oracle is leading flagship in it.
    Ultimate goal, as I see, is to eliminate DBA, minimizing cost of ownership.
    This will attract business to such products - self-managed software.
    I do not see it to happen tomorrow, though. But it is going there.
    Yeah, well 30 years ago the experts were predicting the end of the need for programmers (the old term for 'developers'). "End User Computing" would put the power in the hands of the business users and eliminate the entire IT department. No I'm not exaggerating. That was the prediction. And people like you were insisting it would come to pass.
    You don't even have to go that far. Look at the predictions for the 'paperless office' . . .
    Many here will argue with me, but look of the definition of DBA
    http://sqldbpool.com/2008/12/22/dba-roles-and-responsibilities/
    >
    DBA Responsibilities
    Installation, configuration and upgrading of Microsoft SQL Server/MySQL/Oracle server software and related products.
    Evaluate MSSQL/MySQL/Oracle features and MSSQL/MySQL/Oracle related products.
    Establish and maintain sound backup and recovery policies and procedures.
    Take care of the Database design and implementation.
    Implement and maintain database security (create and maintain users and roles, assign privileges).
    Database tuning and performance monitoring.
    Application tuning and performance monitoring.
    Setup and maintain documentation and standards.
    Plan growth and changes (capacity planning).
    Work as part of a team and provide 7×24 supports when required.
    Do general technical trouble shooting and give consultation to development teams.
    Interface with MSSQL/MySQL/Oracle for technical support.
    ITIL Skill set requirement (Problem Management/Incident Management/Chain Management etc)
    >
    Well, that's ONE "definition" of a DBA. It's far from "the" definition.
    I'll tell you what. I've actually sat on committees that drew up lists like that. I can tell you first hand that while a lot of things on the list may look legit, there is also a lot of pressure just to fill up the list with as many things as possible in order to justify head count to the bean counters. You could just as well add 'weekly cleaning of the left-hand smoke shifter.'
    Then lets look at them one by one:
    Installation, configuration and upgrading of Microsoft SQL Server/MySQL/Oracle server software and related products.How often Installation happens? Once for one new app. Usually app vendors have recommendations that DBA should follow. So, what is DBA's role here? Start installer and to follow.
    Configuration and upgrading will be more and more automated.
    Except the app vendor left out critical details they didn't think were critical because they don't understand the database. Or have bogus 'requirements' because they don't understand the database. Or their recommendations were based on how they did it in their pristine development lab and they never even knew about critical dependencies that might not exist outside of their lab.
    Week before last I spent 50 hours working on installing a new database based on the app vendor's specifications ....
    Evaluate MSSQL/MySQL/Oracle features and MSSQL/MySQL/Oracle related products.Again, how often? When new App is about to be created and designers need to choose which DB they will need.
    And then they proceed to develop on rdbms-A using best practices they learned from rdbms-B -- which turn out to be worst practices on rdbms-A. And only when they go live do they discover that their design doesn't scale because they tried to re-invent (poorly) functionality built into the database.
    Establish and maintain sound backup and recovery policies and procedures.Again, how often yo need to establish policies and procedures? Every time you put in a new app with a different SLA.
    Backup itself is 100% automated already today. Only if you buy off on the lowest common denominator.
    Recovery is close to 100%.Oh? Go spend some time in the RMAN forum ...
    And even if it were close to 100%, 'close' only counts "when playing horseshoes or hand grenades."
    Most of enterprise backup software support backup and recovery of major RDBMSs.
    Just specify a date "from" and click Go.
    A little bit complex with RMAN. You have to type(!) RESTORE DATABASE; RECOVER...
    Until the cause of failure was something the automation didn't anticipate. Or you then discover that your 100% automated-out-of-the-box backup didn't work the way thought it did. Oh, it 'worked' all right. Just not the way you thought it did.
    Take care of the Database design and implementation.Where? Only in development shops.
    Depends on what you mean by 'database design and implementation'. And most companies have some sort of development, even if they don't recognize it or call it that.
    Implement and maintain database security (create and maintain users and roles, assign privileges).Centralized enterprise security (Domain etc) are in use. Many apps have their security and use basic RDMS security to login App running user.
    Until such time as "nothing changed" but "I can't connect to my database".
    Database tuning and performance monitoring.Greatly automated. Ultimately will be 100% automated.
    Until it's not. See my comment above about developers.
    Application tuning and performance monitoring.There are enterprise solutions for monitoring. Also Oracle has Grid Control.
    Application tuning can be done by app vendors.I've NEVER met an app vendor that knew **** about how their app impacted performance. 100% of them throw it back on the DBA. I had an app vendor tell me that Oracle was incapable of sustaining more than five concurrent connections.
    DBA cannot tune App itself. It may only modify some things in DB that will perform better. And this will be automated.
    No, because the database cannot anticipate what stupid things the vendor may do. And it can only work with what it is given.
    Setup and maintain documentation and standards.How often?
    As often as anything that is documented, changes. As often as it is discovered that something that should be documented, isnt'
    Plan growth and changes (capacity planning).Well, DBA should do it. But, again, how often?Should be almost constantly. Given budget cycles, you can't wait until your disk is 98% full before asking to buy more.
    >
    Work as part of a team and provide 7×24 supports when required.Where such 7×24 support policy exists.Look at my comments above about how these lists get created in the first place.
    I can tell you from experience that such 24x7 policies are more common than you seem to think. Just about any financial processing business, logistics and transportation business, telecom business ...
    And what from above should be supported during a night by a human?
    I see just a restore/recover DB, because a human should make a decision "From which Date".
    Do general technical trouble shooting and give consultation to development teams.Yes, in Dev shops. Most of shops are not development shops, though may do custom and ad-hoc reporting and small app development. Do they need a dedicated DBA for this? I doubt. Either a developer will be (self)trained to do some DBA's tasks or DBA will become a SQL developer in that team.
    Interface with MSSQL/MySQL/Oracle for technical support.Oh yeah... :)
    ITIL Skill set requirement (Problem Management/Incident Management/Chain Sure, two days of training to know basics of ITIL to understand what manager of Helpdesk (Support and Incident Management Team) is talking about.
    So, I see DBA should go in of 3 directions:
    1. Very deep technical expert that can help in some rear and difficult cases. How many of them will be needed?
    2. SQL/ETL/etc Developer. There is not much automation in software development yet.
    3. DB Design and Architecture. How many of them will be needed? May be more that #1.You seem to think that automation will solve everything. Take that to it's logical conclusion and it will put all of IT out of work. See my comment above regarding "End User Computing'. What you forget is the human element. Not the human DBA trying to do things you think are or soon will be automated. No I'm talking about the humans that create the kinds of problems that automation is *always* trying to catch up with. Pointy Hair Bosses dreaming up new requirements. Bean counters refusing to by an additional 10 gb of disk. Developers that refuse to learn and/or follow best practice. Developers that can't think beyond clicking an icon to create a table. Developers that treat an rdbms as a data dump and try to use Java to re-invent every bit of functionality the db already provides. Systems administrators that delete all of your online redo logs because he needed disk space and 'log files are expendable'. End users that forget their password *EVERY F****** DAY!*
    No, I don't spend my time managing extent distribution like I had to do with 8i. Yes, a lot of things I had to do manually in 8i are now successfully automated to the point I don't have to do them .. or have simply been engineered out of the system. But no amount of automation will overcome the ways humans (Executives, managers, supervisors, other IT team members, and users) figure out how to bring a system to its knees.
    This whole discussion reminds me of Dippin' Dots. "The Ice Cream of the Future". Well, it's been "The Ice Cream of the Future" for almost 30 years ....
    Edited by: EdStevens on Oct 1, 2012 8:55 PM

  • How do you transfer songs from my iPod Classic to my new computer? The only songs that transfer are those that I purchased on iTunes. Is there a 3rd party website or something?

    I am trying to transfer 3000 songs from my iPod Classic to my new computer. The only songs that transfer are those that I have purchased on iTunes (242 songs). All of the music from my CD collection that I have on my iPod Classic will not transfer. What (if any) is the best 3rd party website that will assist?

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Required Oracle FND tables for Discoverer Install (Oracle App user)

    Hi does anyone know of set documentation or, via SQL Trace, which existing tables Discoverer looks for when setting up an EUL? For instance, our install requires you select the Oracle Apps User Schema and put in the password for that schema where your FND tables reside.
    Assuming some are missing in our current setup, what would be required in order for Discoverer to work in conjunction with the Oracle applications roles and responsibilities, etc.
    I found this list in Discoverer documentation and confirmed I know have that setup correctly with proper grants, etc.. The EUL is created but does return an error of "Table or View does not Exist" which can be passed over and you can proceed into the EUL - but there is an error upon logging into EUL.
    grant select on FND_USER to &EULOWNER
    grant select on FND_APPLICATION to &EULOWNER
    grant select on FND_USER_RESPONSIBILITY to &EULOWNER
    grant select on FND_RESPONSIBILITY_VL to &EULOWNER
    grant select on FND_ORACLE_USERID to &EULOWNER
    grant select on FND_DATA_GROUP_UNITS to &EULOWNER
    This is Discoverer 10g and Oracle 10g database.
    Thanks,
    Mike

    Rod,
    I have confirmed that the Discoverer Administrator Responsibility has Administration, Desktop & Plus privelages.
    Furthermore, the account I am trying to login as - DSCADMIN has those permissions and is assigned that responsibility as well.
    It should be noted that when logging into the EUL as the DSCADMIN account, it prompts me to create a new EUL as one does not exist....however under the EUL ADMIN account (where the EUL was created), it recognizes the EUL since it is the owner.
    Am I missing something further - I've been through the documentation several times and can't figure this out - I have continually made progress but then hit a speed bump each time.
    It should also be noted that DSCADMIN is a database user schema account and also an Apps user as well - but this is how it was setup in our old enviornment so I wouldn't think this would make a difference.

  • Customizing Message "No portal roles are assigned for this user"?

    Hello,
    we would like to give the user some hint on who to speek with in case he has no portal roles assigned.
    So we would like to customize the messaage "No portal roles are assigned for this user" to some customer spezific text or to redirekt to a customer specific iView.
    I would appreciate any kind of hints.
    Best regards,
    Lutz Rottmann

    Hi,
    Check these threads.
    Customizing message "No portal roles are assigned for this user"
    No portal roles are assigned for this user
    Regards,
    Harini S

  • Cusomize message "No portal roles are assigned for this user"?

    Hello,
    we would like to give the user some hint on who to speek with in case he has no portal roles assigned.
    So we would like to customize the messaage "No portal roles are assigned for this user" to some customer specific text or to redirect to a customer specific iView.
    I would appreciate any kind of hints.
    Best regards,
    Lutz Rottmann

    Hi,
    Check this thread.
    Customizing message "No portal roles are assigned for this user"
    No portal roles are assigned for this user
    Regards,
    Harini S

  • Oracle Spatial User Conference -  Phoenix, Az   Apr 29th 2010- Agenda

    Oracle Spatial User Conference - Agenda Now Available! Register Today
    The 2010 Oracle Spatial User Conference agenda is now available. Visit http://www.gita.org/oracle to check it out.
    This year's program includes
    ** More technical training sessions from our Spatial/MapViewer development team, on topics such as
    - Network data model
    - GeoRaster/Java API/GDAL
    - Geocoding/routing engines
    - MapViewer and Primavera project management
    ** User and partner sessions on topics such as utilities network management for smart grid apps, 3D data management for city modeling and gold mining, JDeveloper and MapViewer for business apps, and more.
    Discounts are available if you're also attending GITA's Solutions Conference, April 25-28 (http://www.gita.org/gis).
    Hope you can join us in Phoenix on Thurs., April 29.

Maybe you are looking for

  • Connecting laptop to nokia E71

    Hi i just got a Nokia E71 from straight talk i was wandering if i could use it to connect my laptop to the internet if so how can i do that. I have downloaded  pc suite on my computer but its having trouble connecting to the internet. Thanks in advan

  • Addon 9000000X failed with exception; Event type X

    Hi SDK experts, We had a problem with occurrence intermittent, something that we identified with relation on wait of response of event. The problem is: My addon need to submit XML files to some webservices. In some cases this files will be send on ba

  • For idocs

    HI ALL,               Excel sheet(flat file) is a legacy system or not.......               If excel sheets are legacy means we create idoc thru bapi or normal ....

  • Where has the pre reg information for Pinks Album gone?

    The information said it expires at midnight tonight and now I cant find it help!

  • ChaRM - Change Request where to raise? Is it in Satellite  system or Solman

    Hi Friends, For creating the change request( TCode: charm_create) is it necessary to login to solman & then raise CR ? Is is possible to raise Change Request in satellite systems ? If I have done development configuraion in BI & Now I want to move it