EM 10g - Listener does not show up on DB home, but is running. Why??

Oracle Version          10.2.0.1.0
Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 2 (32-bit)
LSNRCTL> start LISTENER
Starting tnslsnr: please wait...
TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
Trace information written to D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
Start Date 22-OCT-2007 11:42:18
Uptime 0 days 0 hr. 0 min. 5 sec
Trace Level user
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
========================================================
LSNRCTL> status LISTENER
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
Start Date 22-OCT-2007 11:42:18
Uptime 0 days 0 hr. 14 min. 8 sec
Trace Level user
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "orcl.us-as1.nti2.org" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orclXDB.us-as1.nti2.org" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orcl_XPT.us-as1.nti2.org" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
The command completed successfully
======================================================
C:\Documents and Settings\pierrel>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP us-as1:smtp us-as1.nti2.org:0 LISTENING
TCP us-as1:http us-as1.nti2.org:0 LISTENING
TCP us-as1:nntp us-as1.nti2.org:0 LISTENING
TCP us-as1:epmap us-as1.nti2.org:0 LISTENING
TCP us-as1:microsoft-ds us-as1.nti2.org:0 LISTENING
TCP us-as1:nntps us-as1.nti2.org:0 LISTENING
TCP us-as1:kpop us-as1.nti2.org:0 LISTENING
TCP us-as1:1110 us-as1.nti2.org:0 LISTENING
TCP us-as1:1111 us-as1.nti2.org:0 LISTENING
TCP us-as1:1117 us-as1.nti2.org:0 LISTENING
TCP us-as1:1119 us-as1.nti2.org:0 LISTENING
TCP us-as1:1158 us-as1.nti2.org:0 LISTENING
TCP us-as1:1521 us-as1.nti2.org:0 LISTENING
==================================================
init.ora
# $Header: init.ora 25-jul-01.18:03:38 rajayar Exp $
# Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved. */
# Example INIT.ORA file
# This file is provided by Oracle Corporation to help you customize
# your RDBMS installation for your site. Important system parameters
# are discussed, and example settings given.
# Some parameter settings are generic to any size installation.
# For parameters that require different values in different size
# installations, three scenarios have been provided: SMALL, MEDIUM
# and LARGE. Any parameter that needs to be tuned according to
# installation size will have three settings, each one commented
# according to installation size.
# Use the following table to approximate the SGA size needed for the
# three scenarious provided in this file:
# -------Installation/Database Size------
# SMALL MEDIUM LARGE
# Block 2K 4500K 6800K 17000K
# Size 4K 5500K 8800K 21000K
# To set up a database that multiple instances will be using, use the
# same file for all instance. Place all instance-specific parameters
# at the end of the file using the <sid>.<parameter_name> = <value> syntax.
# This way, when you change a public
# parameter, it will automatically change on all instances. This is
# necessary, since all instances must run with the same value for many
# parameters. For example, if you choose to use private rollback segments,
# these must be specified differently for each instance, but since all gc_*
# parameters must be the same on all instances, they should be in one file.
# INSTRUCTIONS: Edit this file and the other INIT files it calls for
# your site, either by using the values provided here or by providing
# your own.
# replace "clustdb" with your database name
db_name = clustdb
compatible=9.0.0
db_files = 1024 # INITIAL
#INITIAL
#db_files=80
#SMALL
#DB_files=400
#MEDIUM
#db_files=1000
#LARGE
control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
db_file_multiblock_read_count = 8 # INITIAL
# db_file_multiblock_read_count = 8
#SMALL
#db_file_multiblock_read_count = 16
#MEDIUM
#db_file_multiblock_read_count = 32
#LARGE
#Datawarehouse
db_block_size=8192
# Transaction processing
# db_block_size=4096
open_cursors=300
#Transaction processing
#sort_area_size=524288
#Datawarehouse
sort_area_size=1048576
large_pool_size=1048576 #Transaction processing, Datawarehouse
db_cache_size=50331648 #Datawarehouse, Transaction processing
java_pool_size=67108864 #Datawarehouse, Transaction processing
# db_block_buffers = 200 # INITIAL
# db_block_buffers=100 #SMALL
# db_block_buffers =550 # MEDIUM
# db_block_buffers=3200 #LARGE
#shared_pool_size = 52428800 # INITIAL
shared_pool_size = 67108864 # datewarehouse, transaction processing
log_checkpoint_interval = 10000
processes = 59 # INITIAL
# processes = 50
#SMALL
#processes = 100
#MEDIUM
#processes = 200
#LARGE
parallel_max_servers = 5
#SMALL
# parallel_max_servers = 4 x (number of CPUs)
#MEDIUM
# parallel_max_servers = 4 x (number of CPUs)
# LARGE
log_buffer = 8192 # INITIAL
#log_buffer = 8192
#SMALL
#log_buffer = 32768
#MEDIUM
#log_buffer = 163840
#LARGE
# audit_trail = true # if you want auditing
# timed_statistics = true # if you want timed statistics
max_dump_file_size = 10240 # limit trace file size to 10 K each
# Uncommenting the line below will cause automatic archiving if archiving has
# been enabled using ALTER DATABASE ARCHIVELOG.
# log_archive_start = true
# log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
# log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
# If using private rollback segments, place lines of the following
# form at the end of this file:
# <sid>.rollback_segments = (name1, name2)
# If using public rollback segments, define how many
# rollback segments each instance will pick up, using the formula
# # of rollback segments = transactions / transactions_per_rollback_segment
# In this example each instance will grab 40/10 = 4:
# transactions = 40
# transactions_per_rollback_segment = 10
# Global Naming -- enforce that a dblink has same name as the db it connects to
global_names = TRUE
# Edit and uncomment the following line to provide the suffix that will be
# appended to the db_name parameter (separated with a dot) and stored as the
# global database name when a database is created. If your site uses
# Internet Domain names for e-mail, then the part of your e-mail address after
# the '@' is a good candidate for this parameter value.
# db_domain = us.acme.com # global database name is db_name.db_domain
# Uncomment the following line if you wish to enable the Oracle Trace product
# to trace server activity. This enables scheduling of server collections
# from the Oracle Enterprise Manager Console.
# Also, if the oracle_trace_collection_name parameter is non-null,
# every session will write to the named collection, as well as enabling you
# to schedule future collections from the console.
# oracle_trace_enable = TRUE
# define directories to store trace and alert files
background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
user_dump_dest=%ORACLE_HOME%/admin/clustdb/
db_block_size = 4096
remote_login_passwordfile = exclusive
# text_enable = TRUE
# The following parameters are needed for the Advanced Replication Option
job_queue_processes = 2
# job_queue_processes = 4 #datawarehouse
# job_queue_interval = 10
# job_queue_keep_connections = false
distributed_transactions = 5
open_links = 4
# The following parameters are instance-specific parameters that are
# specified for two instances named clustdb1 and clustdb2
undo_management=AUTO # For automatic undo management
# = MANUAL For manual/RBS undo management
cluster_database= true
cluster_database_instances=2
remote_listener=LISTENERS_CLUSTDB
# First instance specific parameters
clustdb1.thread=1
clustdb1.instance_name=clustdb1
clustdb1.instance_number=1
clustdb1.local_listener=listener_clustdb1
clustdb1.remote_login_passwordfile = exclusive
# Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
# when undo_management=MANUAL
clustdb1.undo_tablespace = UNDOTBS1
# clustdb1.rollback_segments = (rbs1_1,rbs1_2)
# Second instance specific parameters
clustdb2.thread=2
clustdb2.instance_name = clustdb2
clustdb2.instance_number = 2
clustdb2.local_listener = listener_clustdb2
clustdb2.remote_login_passwordfile = exclusive
# Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
# when undo_management=MANUAL
clustdb2.undo_tablespace = UNDOTBS2
# clustdb2.rollback_segments = (rbs2_1,rbs2_2)
===========================================
listener.ora
# listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
TRACE_LEVEL_LISTENER = USER
===============================================
sqlnet.ora
# sqlnet.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
=================================================
tnsnames.ora
# tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl.us-as1.nti2.org)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
============================================================

Enterprise manager still requires a static service definition in listener.ora and does not rely on dynamic registration.
From documentation:
The SID_LIST is required for backward compatibility with Oracle8 or Oracle7 databases, as well as external procedures and heterogeneous services, and some management tools, including Oracle Enterprise Manager.
Werner

Similar Messages

  • My iPhone 5s is plugged in. It does not show that it is charging but gives the alert "ding" sound every 15-16 seconds. Does anybody know what could be the problem?

    My iPhone 5s is plugged in. It does not show that it is charging but gives the alert "ding" sound every 15-16 seconds. Does anybody know what could be the problem?

    It sounds like it starting to charge, then suddenly stops over and over.  This can happen if the cable or adapter is bad or if your charing port has an issue.
    Try using a different cable and/or wall adapter.  If the issue continues, it's probably the iPhone.  If it does not continue, then it's the cable or adapter.  Continue to swap to see what's bad.
    If you don't have another cable or adapter to test will, take your iPhone and your cable/adapter combo to an Apple Retail Store or Apple Authorized Service Provider.  They can help you narrow the issue down and provide service as indicated. https://locate.apple.com/country

  • TS1702 Downloaded app does not show up on my home screen.

    Downloaded app does not show up on my home screen.

    Perhaps you should try this to resolve your issue: http://support.apple.com/kb/HT1430

  • IPod Nano does not show under Devices (in iTunes) but is recognized in My Computer and also iTunes opens up automatically when it is connected

    I dont think there is problem with iTunes; I uninstalled the right way and re-installed. And, moreover, my other iPod touch gets connected and synced perfectly fine. However the Nano 6th GEN just refuses to.. . Please help! Have tried all options under apple/support website, and uninstalled/ reinstalled drivers too.
    Using Windows 7, 64-bit operating system
    Some analysis that I did are below, with screenshots, hope it helps:
    Responses awaited....
    Snapshot of Devices when iPod Touch is connected:
    Snapshot of Devices when iPod Nano is connected:
    Snapshot of Device Manager when iPod Nano 6 GEN is connected:
    NOTE: This does not show when iPod Touch is connected.
    Under Device Manager-Portable Devices:
    When iPod Nano is connected: it shows up as "IPOD",
    When iPod Touch is connected: it shows up as "Apple iPod"
    Here is the screenshot for when iPod nano is connected.

    iOS: Device not recognised in iTunes
    Windows: http://support.apple.com/kb/TS1538

  • When I add a *.ics calendar item via email on my iPhone it shows in my calendar on my iPhone but it does not show in my calendar on my iPad. Why?

    I am using icloud and family share but when I receive an email with a *.ics calendar file and add it to my calendar on one of my devices it does not show on the calendar of the other devices. Same happens if I e.g. add my flight details to my calendar via the KLM app. The details show in the calendar of the device where I did it, but not in the others.
    But if I add a new calendar entry on one of my devices it immediately shows on all my other devices.

    If you are talking Photostream remember that Photostream does not transfer existing photos on your device it only transfers new photos added to the camera Roll by taking or saving them. Also note that photos aren't added to Photostream until after the Camera app is no longer in use. Furthermore Photostream is not a backup media. It only saves up to 1000 photos and only for 30 days.
    If you are talking about camera roll photos saved in an iCloud backup then there is no way to view these. They are for backup purposes only.

  • Bookmark does not show in the bookmark list, but does in a search

    I bookmark a webpage. Then it does not show in the bookmark list. However when I do a search in the upper right corner of the bookmark window (not like google search), the webpage bookmark is found. I am using Safari 5.06 (just updated). same with 5.03.

    Good/fast work Jane, but what was it please?

  • IPod Nano does not show under Devices (in iTunes) but is recognized in My Device and Printers (My Comouter) as "Unspecified"

    My ipod nano is not showing under the devices tab in iTunes however, is is recognized in My Computer (Devices and Printers) as "Unspecified" I just want to be able to sync and add/remove music!!!

    Hi there!
    have you tried any of the steps mentioned here?
    http://support.apple.com/kb/TS1363

  • The bookmark icon does not show next to the home icon on my screen - where is it?

    I just downloaded the latest Firefox but the icon for bookmarks does not appear anywhere - it should be next to the home icon?
    Also where is the Stop icon.
    Thanks

    Reload button and stop button are united in one button which is placed at the end of address bar. When you switch over it it turns blue and while loading any page, it turns red and has 'X' mark which is actually the stop button.
    You can place bookmarks button from the Customize dialog box from Alt+V > Toolbars > Customize
    ''<hr>Note: If anyone's reply has solved your problem, then please mark that reply as "Solved It" to the right of that reply after logging in your account. It will help us to concentrate on new questions.''

  • My ipod does not show up on my computer but shows up on itunes?

    Hello please HELP my ipod used to show in my computer and itunes but it only shows in itunes now PLEASE HELP!

    Try here:
    iOS: Unable to import photos or device not recognized as a camera

  • FM "TH_POPUP" Does not show popup in 4.7 server when run in background.

    Hi Experts,
        I am Using the Function Module TH_POPUP in my report to notify user when a background job is compleated. when I run my report in background the job gets canceled when the Function module is called only in our SAP 4.7 server.
    The report works without trouble in  our SAP 4.6c & ECC servers
    Can anybody give a solution?
    or
    provide another function module similar to TH_POPUP..
    Thanks in Advance...
    Anand C
    Edited by: Anand Cyril on Oct 5, 2009 8:35 PM

    Why do you want the pop-up to appear?  How exactly does it appear when you run it in the background?  I would have thought that it wouldn't as there's no GUI for it to pop-up on.
    Try adding this code to your program
    IF SY-BATCH NE 'X'. "program running in foreground
    *...show pop-up
    ENDIF.

  • Pixel Bender does not show in filters after installation but shows in extension mgr as plugin

    I installed pixel bender (64bit) into my CS5 extended group through the extension manager as administrator as per directions for win 7. All went well and I restarted both PS5 and the computer. I do not have any pixel bender option under filters or anywhere else I can find. Did I do something wrong? I will uninstall it and try again, but right now, it's not looking good.

    Ok... here's the deal. I installed the CS5 Master Collection on my computer. It installed a 32 and a 64 bit version of PS5 on my Win 7 64bit system. I thought that may have been because I downloaded a trial version (possibly 32 bit?) from the web before I got my full version in the mail. I uninstalled it and did a clean install with the disc a second time thinking that the earlier trial version had created some kind of protocol. When I reinstalled the PS5 64 bit from the disc it AGAIN installed both versions but the only one that will open is the 32 bit. So, I downloaded the 32 bit version of Pixel Bender and reinstalled (as administrator) the plug in (or extension) from the Extension Manager. It is there now although I have not tried it. At least it shows. I still don't know why I am working in the 32 bit version??? Anyone know?

  • Historical Data Viewer does not show Alarms/Events after date but trace working.

    Dear users
    The DSC Historical Data Viewer no longer shows any Alarms or Events after 31/10/06 using Citadel 5 Universe.  The trace still works to current  time and you can search for the alarms by tag names in the trace and it works fine.  Therefore the database data is there. Does the Alarms/Events View use a different file?  Any help would be much appreciated as I'm a novice working with a predecessors project.
    Please keep the answer simple.
    Thanks
    Dave

    Hi Integrators,
    Well I had drafted out a whole long post and it then died in me.  Sometimes I hate windows... anyway...
    http://digital.ni.com/public.nsf/websearch/A4F007F96AB1EB1E862569C30080C731?OpenDocument
    Might help.. maybe someone has turned off the Alarm viewing?
    http://digital.ni.com/public.nsf/websearch/E6611BC10294608886256A4800724210?OpenDocument
    It may be a corrupt database.
    The files you need to look at with all of the alarms in are files with the extensions "ale"
    http://ae.natinst.com/operations/ae/public.nsf/web/searchinternal/6fc62f75b74d706d8625694900768f69?O...
    This link will give you a bit more information as to which of the file extensions apply to which database files.
    Hope this all helps. (I am also handeling your e-mail query into NIUK so feel free to e-mail me back)
    I'll keep looking into the problem.
    Post back if you need more help.
    AdamB
    Applications Engineering Team Leader | National Instruments | UK & Ireland

  • Using 36.0.1 clicking Help does not show the latest update 36.0.3. Why?

    I feel nervous about directly using pop-up reminder messages to update software. I am aware that there are frequently false messages that appear to be from a company whose software I use, and that clicking on them to update, can cause seious problems. Therefore, I always go to the companysitge to get an update. When I tries to do that for 36.0.3,, I was told to click on "Help->About Firefox", and the resulting window whould have a place to click to install the latest update version. WhnI did this, the window showed no such option. Why?
    When I tried to send a 25 KB GIF file with the image of the About Firefox window, it never completed uploading

    Hi BuzzBloom, you are correct, when you click "Help->About Firefox" then the update process begin immediately and after the update ends then exist the option "click to install the latest update....".
    you can update firefox if you download the full installer from the next link and run it over your current version : https://www.mozilla.org/en-US/firefox/all/
    thank you

  • TS3212 i tried doing this many times but the run box does not show up. ill click download but it just skips right to thank you for downloading, then i go look and itunes is nkot downloaded. i think i need the 32 bit or whatever but i cant find it.

    help

    Hey briannagrace96,
    Welcome to Apple Support Communities! I'd check out the following article, it looks like it applies to your situation:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/ts1363
    You'll want to go through the following troubleshooting steps, and for more detail on each step follow the link to the article above:
    Try the iPod troubleshooting assistant:
    If you have not already done so, try the steps in the iPod Troubleshooting Assistant (choose your iPod model from the list).
    If the issue remains after following your iPod's troubleshooting assistant, follow the steps below to continue troubleshooting your issue.
    Restart the iPod Service
    Restart the Apple Mobile Device Service
    Empty your Temp directory and restart
    Verify that the Apple Mobile Device USB Driver is installed
    Change your iPod's drive letter
    Remove and reinstall iTunes
    Disable conflicting System Services and Startup Items
    Update, Reconfigure, Disable, or Remove Security Software
    Deleting damaged or incorrect registry keys
    Take care,
    David

  • When I download a new app from the App Store it does not show up on my home screen but I can find it in my settings but out from it says no data

    When I download a new app from App Store and press open when it's complete, it won't do anything, and when I look on my home screens it's nowhere to be found but if I go to settings and look under icloud and usage, I can find them but out from it says no data. I have tried deleting them and reinstalling but that's no working either... Please help me.. Thank you very much:)

    Try resetting the phone. Push both the home and lock button at the same time until it goes off. Keep them pushed until the Apple logo come up...
    Also, try deleting the app and downloading it again.

Maybe you are looking for

  • Is there any way I can restore to leopard?

    I bought a macbook 3 years ago, updated to all the new software directly, everything went well, no crashes...until now. Installed Lion 2 days ago and today it just blocked all over... had to restart the whole computer! I went over to mac because of t

  • Why is the volume level different from song to song in iTunes & on iPod?

    When I play back songs in iTunes and most of all on my iPod the volume level is different depending what songs I am listing to. The biggest problem is with the songs that I get from my CD's because the volume is very low. Why does this happen and can

  • Error while trying to Import data

    Hi Experts, I have created a new financial type application(XYZ) selecting the source application to be ABC. The XYZ application has the dimensions of type Account, Category, Entity and Time. It also has Flow, DataSrc and RptCurrency dimensions.  Whe

  • Use proxy to send TXT file (FTP)

    Hi experts! I know it's possible to send a xml message by FTP using a proxy (called in an ABAP program). This is very easy. I also know that it's possible to send TXT files cyclicly (every hour, for example) for FTP, using XI (or PI) as a FTP server.

  • Code project structure

    Hi, I'm building my first iphone/ipad app and using MAC 10.7.4 and XCode 4.4.1 and using story boards. I want to know whether there is a standard project/code structure for a project. The default structure in the xcode seems bit messy if there are ma