I think this is a magic . am i right ?

SQL> connect sys/admin as sysdba
Connected.
SQL> select open_mode from v$database;
OPEN_MODE
READ WRITE
SQL> host emctl start dbconsole
TZ set to Asia/Calcutta
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://linuxserver1:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ......................... started.
Logs are generated in directory /u01/app/oracle/oracle/product/10.2.0/db_1/linuxserver1_oratest/sysman/log
SQL> select open_mode from v$database;
OPEN_MODE
READ WRITE
After a bit of time ,
SQL> select open_mode from v$database;
select open_mode from v$database
ERROR at line 1:
ORA-03135: connection lost contact
Then i issued the command
SQL> connect sys/admin as sysdba;
ORA-01033: ORACLE initialization or shutdown in progress
After a bit of time ,
SQL> connect sys/admin as sysdba;
connected
SQL> select open_mode from v$database;
OPEN_MODE
READ WRITE
The value of
db_recovery_file_dest_size is 4294967295
db_block_size is 8192
db_cache_size is 159383552
sga_max_size is 385212672
sga_target is 385875968
The value of Kernel parameter
kernel.shmmax = 4294967295
I also posted the the alert log below here
Starting background process EMN0
EMN0 started with pid=36, OS id=12457
Wed Oct 31 14:47:53 2007
Shutting down instance: further logons disabled
Wed Oct 31 14:47:55 2007
Stopping background process QMNC
Wed Oct 31 14:47:55 2007
Stopping background process CJQ0
Wed Oct 31 14:47:57 2007
Stopping background process MMNL
Wed Oct 31 14:47:58 2007
Stopping background process MMON
Wed Oct 31 14:47:59 2007
Shutting down instance (immediate)
License high water mark = 18
Wed Oct 31 14:47:59 2007
Stopping Job queue slave processes
Wed Oct 31 14:47:59 2007
Job queue slave processes stopped
All dispatchers and shared servers shutdown
Wed Oct 31 14:48:10 2007
PMON failed to acquire latch, see PMON dump
PMON failed to acquire latch, see PMON dump
PMON failed to acquire latch, see PMON dump
PMON failed to acquire latch, see PMON dump
PMON failed to acquire latch, see PMON dump
Wed Oct 31 14:48:22 2007
PMON failed to acquire latch, see PMON dump
PMON failed to acquire latch, see PMON dump
Wed Oct 31 14:48:26 2007
ALTER DATABASE CLOSE NORMAL
Wed Oct 31 14:48:27 2007
SMON: disabling tx recovery
SMON: disabling cache recovery
Wed Oct 31 14:48:27 2007
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Thread 1 closed at log sequence 782
Successful close of redo thread 1
Wed Oct 31 14:48:27 2007
Completed: ALTER DATABASE CLOSE NORMAL
Wed Oct 31 14:48:27 2007
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Wed Oct 31 14:48:30 2007
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
System parameters with non-default values:
processes = 150
timed_statistics = TRUE
sga_max_size = 385875968
__shared_pool_size = 113246208
shared_pool_size = 113246208
__large_pool_size = 29360128
large_pool_size = 29360128
__java_pool_size = 75497472
java_pool_size = 75497472
__streams_pool_size = 0
streams_pool_size = 0
sga_target = 385875968
control_files = /u01/app/oracle/oradata/oratest/control01.ctl, /u01/app/oracle/oradata/oratest/control02.ctl, /u01/app/oracle/oradata/oratest/control03.ctl
db_block_size = 8192
__db_cache_size = 159383552
db_cache_size = 159383552
compatible = 10.2.0.1.0
log_archive_dest_1 = LOCATION=/u01/app/oracle/admin/oratest/arch
log_archive_max_processes= 1
log_archive_format = %t_%s_%r.dbf
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
db_recovery_file_dest_size= 4294967295
log_checkpoints_to_alert = TRUE
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=oratestXDB)
plsql_compiler_flags = NATIVE, NON_DEBUG
plsql_native_library_dir = /u01/app/oracle/oracle/product/10.2.0/db_1/plsql/lib
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/admin/oratest/bdump
user_dump_dest = /u01/app/oracle/admin/oratest/udump
core_dump_dest = /u01/app/oracle/admin/oratest/cdump
audit_file_dest = /u01/app/oracle/admin/oratest/adump
db_name = oratest
open_cursors = 1500
sql_trace = FALSE
pga_aggregate_target = 94371840
Deprecated system parameters with specified values:
plsql_compiler_flags
sql_trace
End of deprecated system parameter listing
PMON started with pid=2, OS id=12506
PSP0 started with pid=3, OS id=12508
MMAN started with pid=4, OS id=12510
DBW0 started with pid=5, OS id=12512
LGWR started with pid=6, OS id=12514
CKPT started with pid=7, OS id=12516
SMON started with pid=8, OS id=12518
RECO started with pid=9, OS id=12520
CJQ0 started with pid=10, OS id=12522
MMON started with pid=11, OS id=12524
Wed Oct 31 14:48:31 2007
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=12526
Wed Oct 31 14:48:31 2007
starting up 1 shared server(s) ...
Wed Oct 31 14:48:32 2007
ALTER DATABASE MOUNT
Wed Oct 31 14:48:36 2007
Setting recovery target incarnation to 1
Wed Oct 31 14:48:36 2007
Successful mount of redo thread 1, with mount id 3172793408
Wed Oct 31 14:48:36 2007
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Wed Oct 31 14:48:43 2007
alter database open
Wed Oct 31 14:48:43 2007
Thread 1 opened at log sequence 782
Current log# 3 seq# 782 mem# 0: /u01/app/oracle/oradata/oratest/redo03.log
Successful open of redo thread 1
Wed Oct 31 14:48:43 2007
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Wed Oct 31 14:48:43 2007
SMON: enabling cache recovery
Wed Oct 31 14:48:43 2007
Incremental checkpoint up to RBA [0x30e.16897.0], current log tail at RBA [0x30e.16897.0]
Wed Oct 31 14:48:44 2007
Successfully onlined Undo Tablespace 1.
Wed Oct 31 14:48:44 2007
SMON: enabling tx recovery
Wed Oct 31 14:48:45 2007
Database Characterset is WE8ISO8859P1
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=16, OS id=12555
Wed Oct 31 14:48:51 2007
db_recovery_file_dest_size of 4095 MB is 77.77% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.
Wed Oct 31 14:48:51 2007
Completed: alter database open
Wed Oct 31 14:49:35 2007
Beginning log switch checkpoint up to RBA [0x30f.2.10], SCN: 18437465
Thread 1 advanced to log sequence 783
Current log# 1 seq# 783 mem# 0: /u01/app/oracle/oradata/oratest/redo01.log

After this error , My pmon dump was stated below
/u01/app/oracle/admin/oratest/bdump/oratest_pmon_3055.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options
ORACLE_HOME = /u01/app/oracle/oracle/product/10.2.0/db_1
System name: Linux
Node name: linuxserver1
Release: 2.6.9-42.ELsmp
Version: #1 SMP Sat Aug 12 09:39:11 CDT 2006
Machine: i686
Instance name: oratest
Redo thread mounted by this instance: 1
Oracle process number: 2
Unix process pid: 3055, image: oracle@linuxserver1 (PMON)
*** 2007-09-22 14:38:10.683
*** SERVICE NAME:(SYS$BACKGROUND) 2007-09-22 14:38:10.683
*** SESSION ID:(170.1) 2007-09-22 14:38:10.683
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
SO: 0x36e2190c, type: 2, owner: (nil), flag: INIT/-/-/0x00
(process) Oracle pid=33, calls cur/top: (nil)/0x347bf86c, flag: (0) -
int error: 0, call error: 0, sess error: 0, txn error 0
(post info) last post received: 1089 8 12
last post received-location: ksusig
last process to post me: 36e2190c 5 0
last post sent: 0 0 200
last post sent-location: kmmpsh
last process posted by me: 36e1acb0 1 0
(latch info) wait_event=0 bits=2
holding (efd=4) 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
Process Group: DEFAULT, pseudo proc: 0x36e4c65c
O/S info: user: oracle, term: UNKNOWN, ospid: 13260
OSD pid info: Unix process pid: 13260, image: oracle@linuxserver1 (TNS V1-V3)
Short stack dump: ksdxfstk()+19<-ksdxcb()+1321<-sspuser()+81<-0037F7A2
Dump of memory from 0x36E0AB84 to 0x36E0AD08
36E0AB80 00000012 367D4C8C 00000010 [.....L}6....]
36E0AB90 0003139D 347BF86C 00000003 0003139D [....l.{4........]
36E0ABA0 3647B7E8 0000000B 0003139D 36EF6408 [..G6.........d.6]
36E0ABB0 00000004 00031291 35907278 00000006 [........xr.5....]
36E0ABC0 0003139D 36FBA378 00000005 0003139D [....x..6........]
36E0ABD0 358373BC 00000007 0003139D 35837440 [[email protected]]
36E0ABE0 00000007 0003139D 358374C4 00000007 [.........t.5....]
36E0ABF0 0003139D 3647B884 0000000B 0003139D [......G6........]
36E0AC00 358375CC 00000007 0003139D 35837650 [.u.5........Pv.5]
36E0AC10 00000007 0003139D 358376D4 00000007 [.........v.5....]
36E0AC20 0003139D 35837758 00000007 0003139D [....Xw.5........]
36E0AC30 358377DC 00000007 0003139D 35837860 [.w.5........`x.5]
36E0AC40 00000007 0003139D 358378E4 00000007 [.........x.5....]
36E0AC50 0003139D 35837968 00000007 0003139D [....hy.5........]
36E0AC60 00000000 00000000 00000000 00000000 [................]
Repeat 9 times
36E0AD00 00000000 00000000 [........]
*** 2007-09-22 14:38:11.164
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:13.588
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:15.988
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:18.419
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:20.828
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:23.159
PMON unable to acquire latch 20003d74 process allocation level=1
Location from where latch is held: ksukia:
Context saved from call: 0
state=busy, wlstate=free
gotten 3985 times wait, failed first 0 sleeps 0
gotten 2002 times nowait, failed: 0
possible holder pid = 33 ospid=13260
*** 2007-09-22 14:38:25.472

Similar Messages

  • How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    You have to clear saved password for this page:
    # Open you login page (where you have to enter username and password).
    # Right click on page and select '''Page Info''' form context menu.
    # On last tab ('''Security''') there is '''View saved passwords''' button, click it and delete all saved passwords for this page.
    # Also clear all related cookies (just in case) there is button for this next to first one.

  • Pls take note that my IPad 3 used to find my printer HP wireless D110. The only thing that I did was to update to IOS 7.  Do you think this is the reason why my iPad cannot find my wireless printer?

    Pls take note that my IPad 3 used to find my printer HP wireless D110. The only thing that I did was to update to IOS 7.  Do you think this is the reason why my iPad cannot find my wireless printer?

    1. Turn the router, iPad and printer off
    2. Turn on the router and then wait 30 seconds
    3. Turn on printer and then wait 30 seconds
    4. Turn on your iPad and test print.

  • Mid 2010 MacBook pro took a keyboard spill.  It still works but display is sooo dark - like no backlight.  I think this is an LED screen.  Does anyone know the fix for this?

    Hi all...  My mid 2010 MacBook Pro took a keyboard spill.  It still works but the display is very very dark.  A faint image can only be seen at an angle in very bright light.  I think this model has an LED screen.  Can anyone please tell me what the fix for this is?  Thank you sooooo much! 
    < Email Edited By Host >

    Spill Cleaning
    Some liquid has just spilled into your Mac. What should you do?
    Do
    Immediately shut down the computer and unplug the power cord.
    Remove the computer's battery (if you can)
    Disconnect any peripherals (printers, iPods, scanners, cameras, etc.)
    Lay the computer upside down on paper towels to get as much liquid as possible to drip out.
    Note what was spilled on your Mac.
    Bring the computer into an Apple store or AASP as soon as possible.
    Don't
    Don't try to turn it back on. Liquids can help electrical current move about the components of your Mac in destructive ways.
    Don't shake the computer (this will only spread the liquid around).
    Don't use a hair dryer on it (even at a low setting a hair dryer will damage sensitive components).

  • My Airport Time Capsule only works when I turn off and turn on, but I think this may end up with the unit. What can this happening and how to solve?

    Time Capsule Airport
    Hello to all, good day, sorry my english google, but it is the tool I have at the moment. I'm having trouble with my Time Capsule Airport, I made all the settings according to the manual, but there has been a connection problem with my iMac. When I finish my work I turn off the imac and then again when they return to work and care, it can not connect to Time Capsule Airport, making it impossible to remove the files and make back up by Time Machine only works when I turn off and turn on the Airport Time Capsule , but I think this may end up with the unit. What can this happening and how to solve? Thank you.
    Olá a todos, bom dia, desculpe meu inglês google, mas é a ferramenta que tenho no momento. Estou tendo dificuldades com a minha Airport Time Capsule, fiz todas as configurações de acordo com o manual, mas tem existido um problema de conexão com meu iMac. Quando termino meus trabalhos desligo o imac e depois quando retorno pra trabalhar novamente e ligo, ele não se conecta a Airport Time Capsule, impossibilitando retirar os arquivos e fazer o back-up pelo Time Machine, só funciona quando desligo e ligo a Airport Time Capsule, mas acho que isso pode acabar com o aparelho. O que pode esta acontecendo e como resolver? Obrigado.

    This is easier to do with pictures perhaps.. since we do not share a common language and machine translation leaves a lot to be desired.
    In the airport utility bring up your Time Capsule.
    Simply post the screenshots here.
    So here is mine.
    Click on the Edit button and give us the Internet and Wireless and Network tab..
    eg.
    Please also make sure you are set to ipv6 in your wireless or ethernet .. whichever is used.. and do tell which.
    This is wifi in your computer.
    The following are important..
    DO not use long names with spaces and non-alphanumeric names.
    Use short names, no spaces and pure alphanumeric.
    eg TC name. TCgen5
    Wireless name TCwifi
    Use WPA2 Personal security with 10-20 character pure alphanumeric password.
    read apple instructions to help with TM and TC.. they did finally admit it has issues in Mavericks.
    OS X Mavericks: Time Machine problems
    Mount the TC manually in finder.
    AFP://TCgen5.local
    When asked for the password .. that is the disk access password and save it in the keychain.
    Reset Time Machine
    See A4 here. http://pondini.org/TM/Troubleshooting.html

  • I have an iphone6. I am unsure whether to go from 8.1.3 operating system and switch to  ICloud Drive or not?  Has anyone done this?  Is it awesome?  I need to be able to access my resume from phone. I think this will help me achieve this.am i right?

    I have an iphone6. I am unsure whether to go from 8.1.3 operating system and switch to  ICloud Drive or not?  Has anyone done this?  Is it awesome?  I need to be able to access my resume from phone. I think this will help me achieve this?  Am i right?  Is there any body out there right now that could help me?  I'm thinking about going from 8.1.3 to I guess yosemite?  Or is that for Mac computers?  I don't understand the language entirely on the help page.   Anyone's straight forward and easy stepped advice would be much appreciated.  I'm so frustrated and I need a job so badly!  Drowning in debt.  Any help appreciated!
    Thanks,
    A

    You're a Windows user, correct? If so, read here:
    http://support.apple.com/kb/DL1455

  • How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    Thanks. That solved it. I had my doubts since I wasn't concerned about my lost bookmarks. I was concerned about the broken functionality. In any event, restoring from a backup solved both the functionality and the lost bookmarks. I appreciate the response!

  • I would like to add to the Safari toolbar on my ipad 5 IOS 6  machine. I have searched the web and find some instructions to do this but the words and pictures do not match what I can see. I am beginning to think this is not a capabilty of the ipad 5

    I would like to add to the Safari toolbar on my ipad 5 IOS 6  machine. I have searched the web and find some instructions to do this but the words and pictures do not match what I can see. I am beginning to think this is not a capabilty of the ipad 5 but perhaps for a Mac computer running Safari. Does anyone know if it is possible to add tools to the toolbar on the latest version of iPad OS & Safari Browser? If so please tell me how. Thanks

    You cannot customize the Safari toolbar on the iPad.
    What you can do on the iPad is go to Settings>Safari>Always show Bookmarks Bar>On and that will add a bookmarks bar on to the Safari browser.

  • My desktop files and folders no longer appear on the screen. I think this is a result of an iPhoto updating.  It appears (from getting info) that now Desktop is being treated like a normal file for which an application to open it must be supplied.  Help?

    My desktop files and folders no longer appear on the screen.  I think this is a result of an iPhoto updating.  It appears (from getting info) that now Desktop is being treated like a normal file for which an application to open it must be supplied.  Can anything be done?  Incila

    You are not going to be able to run your old system from the backup on this old computer as the hardware is incompatible.
    You need to get a new computer or a refurbished one.

  • I recently lost my iPod and ive been using find my iPhone to send messages to it, my email instantly tells me that it had been displayed or it suonded off however it doesn't find it's current location. you guys think this app actually works??

    i recently lost my 3rd Gen iPod and ive been using find my iPhone to send messages to it, my email then instantly tells me that it had been displayed or it suonded off however it doesn't find the iPod's current location. you guys think this app actually works? i feel like my alerts are just bouncing back at me. please help. Thanks!

    ... AFAIC Location Services is a joke.
    With both devices sitting side by side on my kitchen table, Location Services has NEVER shown the devices to be any where close to each other, and at times Location Services has been as much as a 1/4 of a mile off between the two devices.
    Your iPod Touch has no GPS receiver so determining its location relies upon wireless routers whose location is known. Its "location" is actually that of a wireless router. Your iPhone 4 can use GPS, cellular triangulation, and Wi-Fi. One would think GPS would be most accurate but urban areas have a greater density of cells and GPS signals are easily obstructed so cellular triangulation is often more accurate.
    Therefore the two devices' locations can be expected to be different. Differences of a quarter mile are easily explained if you understand how location services works: http://support.apple.com/kb/HT1975
    Skyhook Wireless (I think Apple uses its own database now): http://www.skyhookwireless.com/howitworks/
    Location Services is not a "joke"; its intended use is for basic navigation and for such applications as determining where the nearest restaurant is. It cannot tell you that your iPod is under the couch cushions and that your iPhone is in the car.

  • HT4623 in settings and then general i do not have the option of software update...? How do I know if I am on IOS6 I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyo

    in settings and then general i do not have the option of software update...? How do I know if I am on IOS6 I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyone help

    stell80 wrote:
    in settings and then general i do not have the option of software update...?
    That is only present if you have already updated to iOS 5 or later.  If you're on iOS 4 you can only update while connected to your computer's iTunes.
    stell80 wrote:
    How do I know if I am on IOS6
    Settings/ General/ About
    stell80 wrote:
    I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyone help
    You can't access iCloud from your iPhone unless you're on iOS 5 or later.  Otherwise, refer to this article:
    http://support.apple.com/kb/HT4436

  • TS1559 Wi-Fi on my iphone4s is grayed out and I think this happened after the update 7.0.4. I went to apple store and they turned me down that there is no support in the 2nd year. Extremely disappointed and no way except to pay and get replacement. Pls ad

    Wi-Fi on my iphone4s is grayed out and I think this happened after the update 7.0.4. I tried all possible solutions through apple online support and then went to apple store as a last resort and they turned me down that there is no support in the 2nd year. Only option is to pay 160 pounds and get replacement. When I argued further, they said that if I had bought the iphone directly with them, they would replace me without any cost. This is even more frustrating.
    THIS IS TOTALLY UNFAIR as its not my fault. If the release of faulty 7.0.4 software is timed in my 2nd year of contract and since I didnt buy the iphone directly from Apple, how is it fair to ask me to pay for replacement. Its not my fault after all.

    Because you are outside the one year hard ware warrenty, Apple covers for the first year on their dime, if you had a two year contract why not make sure you have a two year insurance on your phone?
    Either way as I can see/assume you are from europe you can look at your consumer laws to see if you qualify for anything there, beyond that it isn't the software that broke the device, it's a hardware failure because thousands upon thousands are happy and content with iOS 7.0.4

  • Sorry but I think this wrong, I know that in Colombia there and two of the three operators already have 4G/LTE networks, what happens is that the iPhone should be expected to send the update software for computers that have this tercnologia activate them,

    sorry but I think this wrong, I know that in Colombia there and two of the three operators already have 4G/LTE networks, what happens is that the iPhone should be expected to send the update software for computers that have this tercnologia activate them, that my Iphone or receiving 5 supports 4G LTE,
    Thank you for your attention

    Apple needs to test the carrier if they offer LTE as expected.
    If your country/carrier is not on the list then there's no LTE on your iPhone.
    http://www.apple.com/iphone/LTE/
    It's between the your carrier and Apple. There's nothing you can do except feedback to Apple:
    http://www.apple.com/feedback/iphone.html

  • I've just bought an ipod touch. I cannot get beyond the question asking me for a network name. I don't have a mobile telephone which I think this question is referring to. All I want from an ipod is to listen to music. What should I do?

    I've just bought an ipod touch but I cannot get beyond the question asking me for a network name. I don't have a mobile telephone which I think this question is referring to. All I want from an ipod is to listen to music. What should I do?

    You have to activate a new iPod by either setting it up via wifi network that has an internet connection on to connect to a computer that has iTunes and an internet connection.
    You can go to an Apple store or or to a friend's house if necessary

  • I think this is a bug with rendering a string to a graphics2d

    Hiya,
    The following lines of code create the rendering error I am experiencing, to which I have tested on several computers.
    BufferedImage bi=new BufferedImage(100,100,BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2d=bi.createGraphics();
    g2d.setColor(new Color(1f,0f,0f,0.5f));
    g2d.fillRect(0,0,100,100);
    RenderingHints renderingHints=new RenderingHints(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    RenderingHints rh=new RenderingHints(RenderingHints.KEY_TEXT_ANTIALIASING,RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
    renderingHints.add(rh);
    rh=new RenderingHints(RenderingHints.KEY_ALPHA_INTERPOLATION,RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
    renderingHints.add(rh);
    g2d.setRenderingHints(renderingHints);
    g2d.setFont(new Font("Lucida",Font.BOLD,14));
    g2d.setColor(Color.BLACK);
    g2d.drawString("SQOWTGBC",10,30);
    When the destination image has an alpha of 1 the text is rendered with the correct antialiasing. However, in this example where the alpha is 0.5 the text is rendered with unwanted artifacts.
    [http://sphotos-b.ak.fbcdn.net/hphotos-ak-ash4/269344_590137484330481_704825569_n.jpg]
    This image has JPG artifacts but the unwanted rendering artifacts are still visible (ie the brighter edges)
    I am wondering if this is not in fact an error but the intended result. If so, how to I configure the graphics object to render the antialiased text without the artifacts?
    I could not find where to submit a bug on the oracle website for the life of me so maybe if someone would like to explain how this is achieved I will be very grateful.
    Penny
    x
    I have spent several hours trying to find if this has been reported as a bug or if there is a solution posted online but to no avail.
    Edited by: 995038 on Mar 20, 2013 5:32 AM
    Edited by: 995038 on Mar 20, 2013 5:33 AM
    Edited by: 995038 on Mar 20, 2013 5:36 AM

    I have made a work around for the moment.
    This work around uses a BufferedImage to render the antialiased text first which does not create the artefacts and then draw the image of the text to where the text should appear. I dont think this is an acceptable solution because in the case where there could be 1000s of TextLayout objects the increased overhead would be unacceptable.
    private void drawTextLayout(Graphics2D g2d,float x,float _y) {
    Rectangle r=_g2d.getClipBounds();
    bufferG2D.translate(r.x,r.y);
    Composite c=bufferG2D.getComposite();
    bufferG2D.setComposite(clearComposite);
    bufferG2D.fill(r);
    bufferG2D.setComposite(c);
    textLayout.draw(bufferG2D,_x,_y);
    bufferG2D.translate(-r.x,-r.y);
    _g2d.drawImage(buffer,r.x,r.y,null);
    the BufferedImage of bufferG2D would need to be large enough to cater for any size of text to be rendered to which I believe the size should be set to the screen size. This solution requires that there always be a _g2d clip assigned.
    Regards
    Penny

Maybe you are looking for

  • How to keep email on AOL server when mirror email on Mail is deleted?

    I linked my AOL account to Mail.app (on my MacBook) via IMAP protocol using the AOL Service Assistant. I understand that under this protocol, the emails on my IMAP is a mirror image of what is on the AOL server and vice versa. Hence if I delete any m

  • LP X not showing up in Mac AppStore for Update?

    Hi All I bought Logic Pro X a while back and have recently rebuilt my Macbook with Mavericks (clean install); I reinstalled it through copying the .app file from a backup. It then went online and downloaded all of the additional content as expected f

  • IPad wifi connection help

    I just spent 15 minutes holding and 20 or more minutes on the phone speaking to incompetent tech help people two days in a row. They asked the same questions and went through the same useless steps trying to get my iPad's wifi to work. Nothing worked

  • How can we add Outlook calendars to iPads and share views

    My boss and I both have iPad2's.  We would like his Outlook calendar to be viewable on both our pads.

  • How to sync N70 and iSync on Mac OS X

    I have successfully done this on my system and it works like magic. You just need to add a line of code to one of the iSync files, and create an N70 icon. See my blog for full details: http://goldgirluk.typepad.com