首先你得有 對(duì)應(yīng)的漢字拼音表
10年積累的成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì)經(jīng)驗(yàn),可以快速應(yīng)對(duì)客戶對(duì)網(wǎng)站的新想法和需求。提供各種問題對(duì)應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識(shí)你,你也不認(rèn)識(shí)我。但先網(wǎng)站制作后付款的網(wǎng)站建設(shè)流程,更有廬江免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
然后才能、寫個(gè)函數(shù) 做轉(zhuǎn)換
oracle有兩種意思:
1、指英文翻譯成中文的意思,即傳神諭者,神使,宣示神諭的祭司。
2、表示“甲骨文公司”,Oracle公司(甲骨文)是全球最大的信息管理軟件及服務(wù)供應(yīng)商,成立于1977年,總部位于美國(guó)加州Redwood shore。
甲骨文公司產(chǎn)品主要有以下幾類:
1.服務(wù)器及工具(主要競(jìng)爭(zhēng)對(duì)手:IBM、微軟)
數(shù)據(jù)庫(kù)服務(wù)器:2013年最新版本Oracle 12C。應(yīng)用服務(wù)器:Oracle Application Server。開發(fā)工具:OracleJDeveloper,Oracle Designer,Oracle Developer,等等。
2.企業(yè)應(yīng)用軟件(主要競(jìng)爭(zhēng)對(duì)手:德國(guó)SAP公司)
企業(yè)資源計(jì)劃(ERP)軟件。已有10年以上的歷史。2005年,并購(gòu)了開發(fā)企業(yè)軟件的仁科軟件公司(PeopleSoft)以增強(qiáng)在這方面的競(jìng)爭(zhēng)力??蛻絷P(guān)系管理(CRM)軟件。自1998年開始研發(fā)這種軟件。2005年,并購(gòu)了開發(fā)客戶關(guān)系管理軟件的希柏軟件公司(Siebel)。
Oracle
歐瑞可
隨便你怎么讀都可以的。。反正字典上沒有。。
這個(gè)單詞是由三個(gè)音節(jié)組成
O就和O my god里面那個(gè)O是一樣的發(fā)音。。
ra就和單詞“race”里面那個(gè)ra一樣的發(fā)音。。
cle就和bicycle里面的那個(gè)cle一樣發(fā)音。。
曉得不?
oracle n.意思是:神諭;神諭處;傳達(dá)神諭的人;能提供可靠意見的人;天啟;甲骨文等。
oracle的音標(biāo)是:英 /'?r?kl/ 美 /'??r?kl/
例句:①They consulted the oracle at Delphi. 他們?cè)诘聽栰成袷舅蛏裾?qǐng)示。
②My sister's the oracle on beauty matters. 我妹妹是美容方面的大行家。
這是轉(zhuǎn)換成拼音第一個(gè)字母的
create or replace function Calcu_pydm(
as_InputString IN VARCHAR --輸入字符串
)
RETURN VARCHAR2
IS
ll_pos NUMBER ;
tmp VARCHAR2(4) ;
ls_ReturnStr VARCHAR2(8000);
begin
ll_pos :=1;
ls_ReturnStr := '';
WHILE ll_pos = LENGTH(as_InputString)
LOOP
tmp := SubStr(as_InputString,ll_pos,1);
if ASCII(tmp) 128 then
if tmp= '匝' then
ls_ReturnStr := ls_ReturnStr || 'Z';
end if;
if tmp= '丫' and tmp '匝' then
ls_ReturnStr := ls_ReturnStr || 'Y';
end if;
if tmp= '夕' and tmp '丫' then
ls_ReturnStr := ls_ReturnStr || 'X';
end if;
if tmp= '哇' and tmp '夕' then
ls_ReturnStr := ls_ReturnStr || 'W';
end if;
if tmp= '他' and tmp '哇' then
ls_ReturnStr := ls_ReturnStr || 'T';
end if;
if tmp= '撒' and tmp '他' then
ls_ReturnStr := ls_ReturnStr || 'S';
end if;
if tmp= '然' and tmp '撒' then
ls_ReturnStr := ls_ReturnStr || 'R';
end if;
if tmp= '七' and tmp '然' then
ls_ReturnStr := ls_ReturnStr || 'Q';
end if;
if tmp= '趴' and tmp '七' then
ls_ReturnStr := ls_ReturnStr || 'P';
end if;
if tmp= '哦' and tmp '趴' then
ls_ReturnStr := ls_ReturnStr || 'O';
end if;
if tmp= '拿' and tmp '哦' then
ls_ReturnStr := ls_ReturnStr || 'N';
end if;
if tmp= '媽' and tmp '拿' then
ls_ReturnStr := ls_ReturnStr || 'M';
end if;
if tmp= '廓' and tmp '媽' then
ls_ReturnStr := ls_ReturnStr || 'L';
end if;
if tmp= '咖' and tmp '廓' then
ls_ReturnStr := ls_ReturnStr || 'K';
end if;
if tmp= '譏' and tmp '咖' then
ls_ReturnStr := ls_ReturnStr || 'J';
end if;
if tmp= '哈' and tmp '譏' then
ls_ReturnStr := ls_ReturnStr || 'H';
end if;
if tmp= '嘎' and tmp '哈' then
ls_ReturnStr := ls_ReturnStr || 'G';
end if;
if tmp= '發(fā)' and tmp '嘎' then
ls_ReturnStr := ls_ReturnStr || 'F';
end if;
if tmp= '訛' and tmp '發(fā)' then
ls_ReturnStr := ls_ReturnStr || 'E';
end if;
if tmp= '搭' and tmp '訛' then
ls_ReturnStr := ls_ReturnStr || 'D';
end if;
if tmp= '擦' and tmp '搭' then
ls_ReturnStr := ls_ReturnStr || 'C';
end if;
if tmp= '八' and tmp '擦' then
ls_ReturnStr := ls_ReturnStr || 'B';
end if;
if tmp= '啊' and tmp '八' then
ls_ReturnStr := ls_ReturnStr || 'A';
end if;
if tmp '啊' then
ls_ReturnStr := ls_ReturnStr || SubStr(as_InputString,ll_pos,1);
end if;
else
ls_ReturnStr :=ls_ReturnStr || SubStr(as_InputString,ll_pos,1);
end if;
ll_pos := ll_pos + 1 ;
end loop;
ls_ReturnStr := lower(rtrim(ltrim(ls_ReturnStr)));
return ls_ReturnStr;
end ;
樓主您好
沒有特別好的方法
如果數(shù)據(jù)特別巨大的話,建議寫程序轉(zhuǎn)換
拿java為例,即使高級(jí)語言,用pingyin4j讀出來,多音字返回?cái)?shù)組電腦是沒辦法識(shí)別的。我們只能暫時(shí)先讓它返回第一個(gè)音,比如長(zhǎng)返回["chang","zhang"],只能默認(rèn)chang音,“長(zhǎng)大”也就錯(cuò)了。
比如“萬俟卨”電腦是肯定讀不對(duì)的。
網(wǎng)站名稱:oracle如何譯成拼音 oracle把中文轉(zhuǎn)換為拼音首字母
網(wǎng)站URL:http://aaarwkj.com/article46/dooopeg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站制作、Google、靜態(tài)網(wǎng)站、App設(shè)計(jì)、標(biāo)簽優(yōu)化、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)