RH7.0 and Oracle 8.1.6.1 (does this work???)

I'm losing my mind. I have a brand new installation of RH 7.0 and I'm trying to install Oracle 8.1.6.1. The install goes fine, but I can't create any databases once the install has completed. I've tried creating the default database during the install, but the "database creation progress" never gets past 0% (creating database files). I've also tried using dbassist after installing oracle, and the same thing happens. I've also tried the following manually:
$ svrmgrl
SVRMGR> connect internal
Connected.
SVRMGR> startup nomount pfile=/usr/local/oracle/admin/RBLX/pfile/initRBLX.ora
At this point, SVRMGR just hangs. Any further attempts to connect to SVRMGR results in ORA-03113 end-of-file on communication channel. In order to connect using internal, I have to reboot the machine.
This is very disturbing. I'm using a machine with an i810 chipset, so RH6.2 is really not an option for me. If anyone has a successful experience installing 8.1.6.1 on RH7.0, please share the success story!!!
I'm dying here...
For clarification, here's the particulars:
ORACLE_HOME=/usr/local/oracle
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
PATH=$PATH:$ORACLE_HOME:$ORACLE_HOME/bin
ORACLE_SID=RBLX
Here's the pfile:
# Copyright (c) 1991, 1998 by Oracle Corporation
# 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, place
# all instance-specific parameters in one file, and then have all
# of these files point to a master file using the IFILE command.
# 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 in different files, 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. Then place an IFILE= line into each instance-specific
# INIT file that points at this file.
# NOTE: Parameter values suggested in this file are based on conservative
# estimates for computer memory availability. You should adjust values upward
# for modern machines.
db_name = "RBLX"
instance_name = RBLX
service_names = RBLX
control_files = ("/usr/local/oracle/oradata/RBLX/control01.ctl", "/usr/local/oracle/oradata/RBLX/control02.ctl", "/usr/local/oracle/oradata/RBLX/control03.ctl")
open_cursors = 100
max_enabled_roles = 30
db_block_buffers = 2048
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
processes = 215
log_buffer = 163840
# audit_trail = false # if you want auditing
# timed_statistics = false # if you want timed statistics
# max_dump_file_size = 10000 # limit trace file size to 5M each
##### For archiving if enabled #####
log_archive_start = true
log_archive_dest = /usr/local/oracle/admin /RBLX/arch
#log_archive_dest_1 = "location=/usr/local/oracle/admin/RBLX/arch"
log_archive_format = arch_%t_%s.arc
#DBCA uses the default database value (30) for max_rollback_segments
#100 rollback segments (or more) may be required in the future
#Uncomment the following entry when additional rollback segments are created and made online
#max_rollback_segments = 101
# If using private rollback segments, place lines of the following
# form in each of your instance-specific init.ora files:
#rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6, RBS7, RBS8, RBS9, RBS10, RBS11, RBS12, RBS13, RBS14, RBS15, RBS16, RBS17, RBS18, RBS19, RBS20, RBS21, RBS22, RBS23, RBS24, RBS25, RBS26, RBS27, RBS28 )
rollback_segments = ( R01, R02, R03, R04, R05, R06, R07, R08, R09 )
# Global Naming -- enforce that a dblink has same name as the db it connects to
# global_names = false
# 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 = /usr/local/oracle/admin/RBLX/bdump
core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
#Uncomment this parameter to enable resource management for your database.
#The SYSTEM_PLAN is provided by default with the database.
#Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
user_dump_dest = /usr/local/oracle/admin/RBLX/udump
db_block_size = 8192
remote_login_passwordfile = none
os_authent_prefix = ""
# The following parameters are needed for the Advanced Replication Option
job_queue_processes = 4
job_queue_interval = 60
distributed_transactions = 10
open_links = 4
mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
compatible = "8.1.0"
sort_area_size = 65536
sort_area_retained_size = 65536
alert_RBLX.log
Wed Oct 4 09:28:36 2000
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
LICENSE_MAX_USERS = 0
Starting up ORACLE RDBMS Version: 8.1.6.1.0.
System parameters with non-default values:
processes = 215
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
db_block_buffers = 2048
db_block_size = 8192
compatible = 8.1.0
log_archive_start = TRUE
log_archive_dest_1 = location=/usr/local/oracle/admin/RBLX/arch
log_archive_format = arch_%t_%s.arc
log_buffer = 163840
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
distributed_transactions = 10
instance_name = RBLX
service_names = RBLX
mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = RBLX
open_cursors = 100
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
user_dump_dest = /usr/local/oracle/admin/RBLX/udump
core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
Wed Oct 4 09:35:12 2000
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
LICENSE_MAX_USERS = 0
Starting up ORACLE RDBMS Version: 8.1.6.1.0.
System parameters with non-default values:
processes = 215
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
db_block_buffers = 2048
db_block_size = 8192
compatible = 8.1.0
log_archive_start = TRUE
log_archive_dest_1 = location=/usr/local/oracle/admin/RBLX/arch
log_archive_format = arch_%t_%s.arc
log_buffer = 163840
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
rollback_segments = R01, R02, R03, R04, R05, R06, R07, R08, R09
max_enabled_roles = 30
remote_login_passwordfile= NONE
distributed_transactions = 10
instance_name = RBLX
service_names = RBLX
mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = RBLX
open_cursors = 100
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
user_dump_dest = /usr/local/oracle/admin/RBLX/udump
core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
Wed Oct 4 10:57:52 2000
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
LICENSE_MAX_USERS = 0
Starting up ORACLE RDBMS Version: 8.1.6.1.0.
System parameters with non-default values:
processes = 215
shared_pool_size = 52428800
large_pool_size = 614400
java_pool_size = 20971520
control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
db_block_buffers = 2048
db_block_size = 8192
compatible = 8.1.0
log_archive_start = TRUE
log_archive_dest = /usr/local/oracle/admin/RBLX/arch
log_archive_format = arch_%t_%s.arc
log_buffer = 163840
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
rollback_segments = R01, R02, R03, R04, R05, R06, R07, R08, R09
max_enabled_roles = 30
remote_login_passwordfile= NONE
distributed_transactions = 10
instance_name = RBLX
service_names = RBLX
mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = RBLX
open_cursors = 100
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
user_dump_dest = /usr/local/oracle/admin/RBLX/udump
core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
null

This workaround is looking good. I was able to do a startup nomount to test. I just started running the dbassist scripts and things are moving.
Thanks for the post.
-Chuck
[email protected]
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Philip Ross ([email protected]):
There seems to be something of a workaround posted at Red Hat's Bugzilla site - http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=18391 :
-- Quoted ---
Plsase get
http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README.Oracle8i http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz
for instructions. Let me know if it works for you or not.
BTW, glibc 2.1.94-3 is required.
I haven't tried it yet.<HR></BLOCKQUOTE>
null

Similar Messages

  • No access with SP Designer 2010 after change to FBA and Windows at the same time - Does this work with SP 2013

    Hi All,
         It seems you can't use SharePoint Designer 2010 to open a site if you have both forms and Windows Auth selected.
    Is there any way around this if i want to use the 2 at the same time?
    How does this work with SharePoint 2013 as i would be doing some migrations?
    Cheers in Advance

    Hi,
    As I understand, you encountered the issue after you selected both FBA and Windows Authentication at the same time.
    As I test, I can open the SharePoint 2010 site using FBA and Windows Authentication by SharePoint designer 2010. When you open the site first,
    you will get a dropdown menu where you can choose between the 2 authentication mechanisms.
    After you choose one of them, you can open the site.
    https://onedrive.live.com/redir?resid=40B702A9FB117DD!136&authkey=!ABtMg5n3OtPakCg&v=3&ithint=photo%2cPNG
    When I open the SharePoint 2013 site using FBA and Windows Authentication by SharePoint designer 2013, I also get
    a dropdown menu where I can choose between the 2 authentication mechanisms. I can open the site after I choose one of them.
    So I think there are some other reasons to cause the issue.  
    Check these things below:
    1. Check if you have the permission to open the site in SharePoint designer (Site Permission > Permission Level in ribbon > Click the permission you belongs to > Ensure Use Remote Interfaces is selected).
    2. Check if you have enabled the SharePoint designer to open the SharePoint site. (Select the web application hosting the site collection using the FBA and windows authentication >Central Administration website > General Application
    Settings > SharePoint Designer > ensure Enable SharePoint Designer
     is selected).
    3. Is there any error when you open the site in SharePoint Designer? If there are any errors, could you please provide it here for further research?
    More references:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/2a3c022c-f924-4b38-be02-5c5ac7a2927e/cannot-open-sharepoint-site-using-sharepoint-designer-2010-get-a-popup-with-4-possible-causes?forum=sharepointgeneralprevious
    https://social.msdn.microsoft.com/Forums/office/en-US/19628c53-fde2-44b0-806c-64f67263c931/cant-open-sharepoint-site-with-sharepoint-designer-2010?forum=sharepointcustomizationprevious
    Best regards
    Sara Fan
    TechNet Community Support

  • Oracle Applications 11i Load Balancing does not work with RAC one Node

    Hi all,
    Could you help me to resolve this issue.
    Architecture environment is :
    - One APPS tier node
    - Two nodes Oracle Database Appliance (Primary node 1 holds INSTANCE_1 et Secondary node is configurured to holds INSTANCE_2), i.e RAC one Node.
    - The primary node have instance_name SIGM_1 and the secondary node have instance_name SIGM_2, but in RAC one node, the secondary instance is not alive.
    We convert our EBS 11i environment to RAC following note ID Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 11i [ID 823586.1].
    When testing Database failover, Oracle Applications 11i load balancing does not work anymore.
    The root cause is that, when the primary node of the Rac one node is down, the INSTANCE_NAME_1 is automaically relocating to the surviving node,.
    During test failover, we imagine that when the primary node goes down, the secondary node start or relocate database with instance_name SIGM_2, and in that case the Oracle Applications load balancing works.
    Currently, when the primary node goes down, the instance_name SIGM_1 is relocated on the secondary node, which cause failure of Oracle Applications Load Balancing.
    Thank you for your advice.
    Moussa

    This is something I observed a long time ago for Safari (ie: around version 1). I'm not sure this is Safari, per se, but OpenSSL that is responsible for the behavior. I'm pretty sure Chrome does this and I've seen some Linux browsers do it.
    What I have done at the last two companies I've worked for is recommend that our clients do not use SSL SessionID as the way of tracking sticky sessions on web servers, but instead using IP address. This works in nearly all cases and has few downsides. The other solution is to use some sort of session sharing on your web servers to mitigate the issue (which also means that your web servers aren't a point of failure for your users' sessions). (One of the products I supported had no session information stored on the web servers, so we could safely round-robin requests, the other product could be implemented with a Session State Server... but in most cases we just used IP address to load balance with). The other solution is to configure your load balancer to terminate the SSL tunnel. You get some other benefits from this, such as allowing your load balancer to reduce the number of actual connections to the web servers. I've seen many devices setup this way.
    One thing to consider through this is that - due to the way internet standards work - this really can't be termed a bug on anyone's part. There is no guarantee in the SSL/TLS standards that a client will return the same SSL Session ID for each request and there is not requirement that subsequent requests will even use the same tunnel. Remember, HTTP is a stateless protocol. Each request is considered a new request by the web server and everything else is just trickery to try and get it to work the way you want. You can be annoyed at Safari's behavior, but it's been this way for over 5 years by my count, so I don't expect it to change.

  • Greetings, I am working in Final Cut Pro 7. In the timeline some clips show as offline. I tried going to sequence and reconnecting to media but it does not work. I can still see the video in the timeline and work with it. It just has the red box.

    Greetings, I am working in Final Cut Pro 7. In the timeline some clips show as offline. I tried going to sequence and reconnecting to media but it does not work. I can still see the video in the timeline and work with it. It just has the red box. Thanks! Olga

    If the clips are not actually missing, you could try to refresh the timeline by using cmd-0 and then going to the timeline options tab. Then select name only where it says "thumbnail display". Press ok to accept the change, then repeat the process to add thumbnails back to your timeline.

  • My iPhone was stolen and I have contacted the police who are using the meid number to locate.  How does this work and what are my chances of getting the phone back?

    My iPhone was stolen.  I used Find My iPhone app to lock it and display a message.  The phone has not connected to the internet to locate it.  I contacted the police and they have taken my meid number.  How does this work and what are my chances of getting the phone back?  Are there other ways the theif can use it.  I was told once they put in a new sim card and use it, whatever software the police have, it will show up.

    Honestly? In the US (I can't speak to other countries, though I doubt it works much differently in a lot of the world) The police took your report and filed it either in their computers or, on paper. They will now not think of this again. The only time it will cross anyones mind is if, in the course of entering information into evidence about items recovered or seized at a crime scene, the serial number of an iPhone that was found/seized happens to match yours, in which case you will be contacted.
    The police in the US can and will do nothing to 'blok' the phone and it's not worth their time to try and locate it unless you know for a fact that it was stolen by a big time drug lord, master criminal, or some other such prime target and they can get a court order to track the location of the phone in order to locate this individual for your own purposes.  If they do that, they'll probably keep him under surveilance for a year or so before they act.
    Basically, the police don't care about your phone. If they find it, they will give it back to you. They are not, however, going to go looking for it. They have better things to do.
    I'm sorry, but that's the way it is.

  • TS1425 My co worker has given me his iPod to take home and transfer his music to my laptop, however, I am unable to access his music to download it to my computer.  How does this work?

    My co-worker has given me his iPod to take home and transfer his music to my laptop, however, I am unable to access his music to download it to my computer.  How does this work?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

  • I updated my ad to iOS 6 and now my App Store app does not work, how can I get it back

    I updated my iPad 2 with the latest iOS 6 and now my App Store application does not work right.  The only part that does work is the genius, and the purchased, but I cannot search for any new apps now have the categories come up.  I don't know how else to search for apps, and I don't know how to download this as it was pre installed.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off".

  • Every time I try to update the 4s or 4 it is saying not enough storage. I am really hating this phone now because I am not going to buy storage. We have 5 iPhones on our account and now because of iCloud it does this.

    Every time I try to update the 4s or 4 it is saying not enough storage. I am really hating this phone now because I am not going to buy storage. We have 5 iPhones on our account and now because of iCloud it does this.

    your iCloud storage isnt part of your phone, that is a back up for your phone, you have to delete things on your phone, so I recommend backing up your photos to your computer or iCloud since im sure thats whats taking up all your storage, then delete the photos on your phone and then update your phone using iTunes on your computer.

  • Why does right clinking on link and selecting open in new tab does not work?

    Why does right clinking on link and selecting open in new tab does not work?
    It opens up a blank page. The only way to make the link work is to click on the navigation bar in the new tab and press enter to reload the link.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    1.You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. <br />
    2. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • When I copy and paste from Word to my e-mail using Firefox it changes the font and spacing to single and 10pt. It just started doing this a month ago. It does not do it when I am on my laptop or using Explorer. Help, I hate explorer.

    When I copy and paste from Word to my e-mail using Firefox it changes the font and spacing to single space and 10pt.
    It just started doing this a month ago.
    It does not do it when I am on my laptop or using Explorer.
    Help, I hate explorer.

    If this were a project that I was involved in, I would recapture the media at the correct frame rate and rebuild the sequences correctly.
    Moving from production, to post production, to delivery is a series of steps, and the success of any particular step is based on having all the preceding steps done correctly.
    Shortcuts and workarounds tend to create awkward and difficult problems, that often only surface late in the process.
    MtD

  • Hello, I just did an update and now the second Language - Hebrew - does not working. why?

    Hello, I just did an update and now the second Language - Hebrew - does not working. why?

    More information please.
    If you are on adobe cloud, download indesign that support hebrew from CC desktop. Click on the preference gear on the top right then select App language.

  • HT3702 I reported a problem and I got a confirmation saying that my money was refund, I have't received anything yet. How does this work?

    I  reported a problem and I got a confirmation saying that my money was refund, I have't received anything yet. How does this work?

    It should be added either to your iTunes account, or possibly to your credit card if the purchase was made on with it.
    How long ago did you get the email ? It may take 48 hours for it to appear - if it's been longer than that and you can't see it on your iTunes balance (and you've tried logging out and back into the account to see if the balance updates) nor on your credit card then try contacting Support again, and include your case number if you have one.

  • I just received my iPad2 today. When I turned it on it only showed a USB cable and the ITunes icon. What does this mean?

    I just received my iPad2 today. When I turned it on it only showed a USB cable and the iTunes icon. What does this mean?

    The first thing that needs to be done with a new iPad is to activate it by connecting it to a computer running iTunes (version 10.2 +).
    Getting Started guide : http://support.apple.com/kb/HT4053
    The iPad manual, which also has a chapter on getting started can be downloaded from here : http://support.apple.com/manuals/#ipad

  • Delta.edu patially hides behind home page until I CLICK ON it and its the only site that does this other computer does not do this.

    Question
    delta.edu patially hides behind home page until I CLICK ON it and its the only site that does this, other computer does not do this. i see .25 of ther home page.

    Did you disable all the extensions before restarting?
    If it works in Firefox Safe-mode then disable all extensions (Tools > Add-ons > Extensions) and then try to find which is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    In Firefox Safe mode these changes are effective:
    *all extensions are disabled
    *the default theme is used (no persona)
    *userChrome.css and userContent.css are ignored
    *the default toolbar layout is used (localstore-safe.rdf)
    *the Javascript JIT compiler is disabled
    *hardware acceleration is disabled
    *plugins are not affected
    *preferences are not affected

  • For Macbook Pro Mid2010: Why not build a WiFi based AirDrop solution between iOS8 and Yosemite? Really sad it does not work.

    For Macbook Pro Mid2010: Why not build a WiFi based AirDrop solution between iOS8 and Yosemite? Really sad it does not work.

    Your Mac is too old
    To Airdrop between a Mac an iOS device
    System Requirements
    To see if your Mac works with AirDrop, make sure you’re in the Finder by clicking the desktop (the background area of your screen), or by clicking the Finder icon in the Dock. Then, check to see if AirDrop is listed as an option in the Go menu. If you don't see AirDrop listed, your Mac doesn't support this feature.
    In order to transfer files between a Mac and and an iPhone, iPad or iPod touch
    your iOS device needs to include a lightning connector
    your iOS device needs iOS 7 or later installed
    your Mac needs to be a 2012 or later model with OS X Yosemite installed
    Your Mac and iOS device both need bluetooth and Wi-Fi turned on. You do not have to be connected to a specific Wi-Fi network.
    To transfer files between two Mac computers, you need the Mac models listed below with Wi-Fi turned on and OS X Lion or later installed.
    From:
    Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and iOS devices - Apple Support

Maybe you are looking for