How can I change SGA_TARGET IN Oracle 10G.

Dear Experts,
Please tell me
How can I change SGA_MAX_SIZE IN Oracle 10G.
How can I change SGA_TARGET IN Oracle 10G.
How Can i recreate SPFILE IN Oracle 10G.

Dear Experts,
Please tell me
How can I change SGA_MAX_SIZE IN Oracle 10G.
How can I change SGA_TARGET IN Oracle 10G.
How Can i recreate SPFILE IN Oracle 10G.SGA_MAX_SIZE and SGA_TARGET are all to be changed by alter system statement.
The difference is, you can't make change to SGA_MAX_SIZE effective while instance is running. Need restart database to make change effective.
Your can change SGA_TARGET while instance is running, as long as it's smaller than SGA_MAX_SIZE
to recreate a spfile,
you can shutdown your database,
find a copy of valid pfile,
startup pfile=/directory/yourpfile
and
create spfile from pfile;

Similar Messages

  • How can I change SGA_MAX_SIZE IN oRACLE 10G.

    Dear Experts,
    Please tell me
    How can I change SGA_MAX_SIZE IN Oracle 10G.
    How can I change SGA_TARGET IN Oracle 10G.
    How Can i recreate SPFILE.

    another copy of dup How can I change SGA_TARGET IN Oracle 10G.

  • How can I get certified in oracle 10g DBA

    Hi,
    I have been working as a DBA for past 3 years. Our database is 8i and now i want to upgrade to 10g.
    I want to get certified in oracle 10g DBA. So far I havn't written any exam in oracle dba.
    Please assist/suggest and show some path to get it achieved.
    How to check and when I can appear for the exam and types of questions etc...
    Regards,
    Ravi

    There is a separate forum related to certifications only. Please post this query there.
    Oracle Certification Program
    To get you started, you can start browsing from this point.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=143#2

  • How can I change the default  driver to OracleXADataSource in JDeveloper

    Hello,
    How can I change the default oracle driver: oracle.jdbc.OracleDriver to oracle.jdbc.xa.client.OracleXADataSource in JDeveloper Studio Edition Version 11.1.1.0.2, Build JDEVADF_MAIN.BOXER_GENERIC_090328.0229.5205.
    If I modify the file connections.xml from jdeveloper\system\system11.1.1.0.31.52.05\o.jdevimpl.rescat2\connections in the sense that I change the driver class, then in JDeveloper when I test my connection I have this problem: Test failed: oracle.jdbc.xa.client.OracleXADataSource cannot be cast to java.sql.Driver
    Why do I need this XA version of the oracle driver? Well I tried, from a book to reproduce the model of an application: entities, stateless and stateful session beans, mdb, web services and a client to test one part of the model.
    And because of the JMS server I need an XA driver.
    I deployed to the integrated wls 10.3 and when I test my client, if I use the default driver for the connection the an error message appears tell me either to emulate two-phase commit or to use XA driver.
    My application works very well, if I configured in the console of the integrated wls 10.3 a datasource with the same name as my ide/application connection that has for the Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource in the Connection Pool tab.
    Thank you.

    Open DIsk Utility and in the toolbar select Disk Image. The file selector will open and you'll have to do three things: 1) just as with any file, name it and point the file selector to where you want it to be saved, 2) near the bottom you'll see name - type iWork 2013 and 3) below that select the image size. Click on size, choose custom and type 1500 MB then click on the Create button.
    Some time will pass and then you'll see an external disk pop up on your desktop and/or the Finder window sidebar. Drag the three programs into it and eject it like any other external disk. Now delete the programs from your applications window.
    Where ever it was you pointed the file selector to you'll see the file you created. Double click on it and the disk image will mount again.

  • How can I change the format of numbers in Oracle SQL Developer 1.0 ?

    The value 1.4345 from a table is represented in Oracle SQL Developer 1.0 like 1.5
    How can I change this to see all the digits ?
    Thanks

    Where did you see that, in the SQL Worksheet or viewing the data Connections ->.. tables ->.. tree?
    What datatype, precision and column name you have?
    I use version 1.0.0.15.57 and seems to be working allright.
    - Babu Rangasamy

  • How can i change the direction of tab canvas in 10g ?

    hi all
    how can i change the direction of tab canvas in 10g at runtime i want to change the direction from left_to_right to right_to_left when i did that the form not appears well
    all prompts of item not dispalyed in order of its sequence ,in spite of that it works in 6i well and change direction without any problems
    i have been used set_canvas_property and set_view_property but it doesn't work
    can anybody help me in this mater?

    please can any body help?

  • How can i change the source code of current date in oracle reports

    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.

    benz wrote:
    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.You have to use Reports Trigger named BEFORE PARAMETER FORM and write the following sql
    select sysdate into :Parameter_name from dual;
    give your format mask at Parameter_name.
    Hope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • How can I change the name of a Materialized View?

    How can I change the name of a Materialized View?

    Oracle permitted renaming the snapshot in the earlier versions of 8i. However, it does not permit renaming the materialized view in 9i or 10g.
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.3.0 - Production

  • How can I change the port of a running database ?

    Hi Friends,
    on my laptop there is running a 9i DB with port 1521 and a 10gR2 DB with port 1521 also.
    The tnsping on these db's is successfully and
    with any tools I get the error : ORA-12505 .
    How can I change a port number e.g. of the 10g DB ?
    Thanks,
    Friedhold

    These tools you are talking about, did you configure the tnsnames for them?
    If you plan to change the default listening port, you need to modify the listener.ora file under $ORACLE_HOME/network/admin
    After 9i, Oracle has service registration
    A feature by which the PMON process automatically registers information with a listener. Because this information is registered with the listener, the listener.ora file does not need to be configured with this static information.
    You can try to run one listener, see if both instances can register themselves in even they are different versions.

  • Where i can fing chancges log of Oracle 10g database

    Hi.
    I need changes history of Oracle 10g database. Where i can find this?
    Thanks.

    I think you are asking "how do I set up and look at audits"
    Best to ask in a Database forum. This forum is for discussing problems with Oracle Software Download (and Oracle has several hundred different software)

  • How can I change my e-mail address ?

    Hi,
    How can I change my e-mail address?
    I am trying to edit my e-mail address from "Control Panel" but It is unchangeable so I cannot modify it.
    Please help me how can I do that?
    Zafer

    OracleADay wrote:
    Hi,
    How can I change my e-mail address?
    I am trying to edit my e-mail address from "Control Panel" but It is unchangeable so I cannot modify it.
    Please help me how can I do that?
    ZaferIf you go to the main oracle home page...
    http://www.oracle.com/technetwork/index.html
    and then at the top click "Account" next to your name...
    and then at the top of the next screen click "Change Username"

  • How can I change the User Password expiry date

    Hi,
    I want to know how can I change the password expiration date of my user without changing his password. For eg:-
    User password expires on 12th May 2007. I want to extend to 12th Jun 2007. Is there any option in Oracle.
    Alter User <USERNAME> password expire .....<to new date>;

    The command is not alter user set expire...
    You should modify the user's profile, and set a timeframe:
    ALTER PROFILE DEFAULT LIMIT
    PASSWORD_LIFE_TIME = num_of_days;
    This way your password will be valid from the last time it was changed and for the time frame previously defined.
    ~ Madrid.

  • How Can I change a report with base in another in the same dashboard?

    Hi,
    I need to publish two reports in a dashboard, the first report is a list of values and the second report is a chart. When I click in a value of the first report, the second report must change with the value selected from the first report.
    I first created the first report, and I changed the column properties in the data format, I selected treat text as: "Custom Text Format", the Custom Text Format is:
    @[html]"<f ont class=Nav oncl ick=\"Ja vaScr ipt:GoNav(event, '/path/reporte2','TABLE','FIELD','"@"');\">"@"< /fo nt>";;@
    The second Report has the next filter: FIELD is equal to / is in @{NQ_SESSION.@}
    With this the first and second reports works well, however, when I include the two reports in dashboard, the second report is updated in another window not in the same section.
    How Can I change the second report in the same page or section where this the first report?
    Thanks
    Edwin Guerrero

    I am not sure whether this would work but worth a try. Create a third report which would call the 2nd report using iframe and GO URL. Name the iframe of the narrative view. And use the java script to update the iframe using objWin = window.open(<ur go url>, “biee”,”height=480,width=240,scrollbars=yes,resizeable=yes”);. I had used a similar method to integrate biee with mapviewer. You can check it out here http://oraclebizint.wordpress.com/2007/09/26/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase2-and-phase3/
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • How can i change a default ....

    How can i change the default xml parser used by oracle??
    can i use xerces ??? or something different
    i am using Oracle 9....03 version
    and transformation i am doing is using transform function of xmltype.
    The things which work using some xml parsers seems are not working with oracle default parser
    transformations.
    Can anyone pls tell how to chnage the xml parser ????

    Yes i want the transform function of xmltype to use some different parser to transform the document.
    Because the application which was working with different parser stops working when i moved my xml to oracle database to use xmldb functionality
    i can find small small problems with the oracle xml parser.... like entities cannot be defined in xsl, cannot use format-number, converting less than angle bracket to & lt ; even if i specifying to disable output escaping.. beacuse of which it started giving me lots of problems.
    These all were working with the other xml parsers...
    i am stuck don't know what to do now ??

  • How to install Procedural Option in Oracle 10g Database express edition

    When i try execute exec send_mail shows error ORA-00900: invalid SQL statement.
    Error code shows "This error can occur if the Procedural Option is not installed "
    How to install Procedural Option in Oracle 10g express edition
    I'm using Oracle 10g Database express edition. Let me know how to run a procedure.

    I'm not sure of the meaning of ORA-00900 for Oracle XE but I think that PL/SQL is already installed by default according to the XE features list.
    See the Oracle® Database Express Edition 2 Day Developer Guide about procedure call.

Maybe you are looking for

  • Air and KDE 4.3

    I was browsing digg.com and I found this.. http://pinheiro-kde.blogspot.com/index.html I absolutely love it.

  • Multiple port for one instance

    hello there, Here is my requirement... If one of my master ldap went down for couple of hours and when i bring it up... all the arrowpoint traffic is routed immediately to this server and hence whatever changes happend in the secondary server was not

  • Help with final Graduation Project

    I've done with the majority of it, however I need help with the remove method for a B tree. when removing from a non-leaf node, your remove must replace the removed item with the smallest item in the right subtree. The code: import java.util.Stack; p

  • GPS maps zoom out?

    Ok, I may be brain dead tonight...I know if you tap...tap it will zoom in, how do you zoom out?

  • SQL Loader - Loading Text File into Oracle Table that has carriage returns

    Hi All, I have a text file that I need to load into a table in Oracle using SQL Loader. I'm used to loading csv or comma delimited files into Oracle so I'm not sure what the syntax is when it comes to loading a text file that essentially has one valu